• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Cache/H03-May-2022-1,355616

docs/H03-May-2022-284193

tests/H03-May-2022-1,8571,481

LICENSEH A D19-Nov-201923.8 KiB459386

README.mdH A D19-Nov-2019908 4224

TODOH A D19-Nov-20191.6 KiB4734

phpunit.xml.distH A D19-Nov-201955 32

README.md

1# PEAR Cache_Lite
2
3Fast and safe little cache system.
4
5This package is a little cache system optimized for file containers.
6t is fast and safe (because it uses file locking and/or anti-corruption tests).
7
8[![Build Status](https://travis-ci.org/pear/Cache_Lite.svg)](https://travis-ci.org/pear/Cache_Lite)
9
10
11## Building
12To test this package, run
13
14    phpunit tests/
15
16To build, simply execute
17
18    pear package
19
20
21## Installation
22### PEAR
23To install from scratch
24
25    pear install package.xml
26
27To upgrade
28
29    pear upgrade -f package.xml
30
31### Composer
32
33    composer require pear/cache_lite
34
35
36## Links
37- Homepage: http://pear.php.net/package/Cache_Lite
38- Source code: https://github.com/pear/Cache_Lite
39- Issue tracker: http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Cache_Lite
40- Unit test status: https://travis-ci.org/pear/Cache_Lite
41- Packagist: https://packagist.org/packages/pear/cache_lite
42