Libraries tagged by 16
simplecomplex/cache
274 Downloads
File-based PSR-16 Simple Cache implementation; cache management; CLI interface.
shen2/simple-cache-mongodb
4 Downloads
Common mongodb cache for simple caching, implements PSR-16 SimpleCache Interface
shasoft/psr-cache
18 Downloads
PSR-16 cache adapters
ropi/in-memory-cache
20 Downloads
PSR-16 compatible in-memory cache library
remotelyliving/php-cache-adapter
2 Downloads
A lightweight PSR6 / PSR16 cache adapter library for common caching scenarios
realpage/simple-cache
8 Downloads
Simple caching based on the proposed PSR-16
qcubed/cache
441 Downloads
Standalone cache library, used by the QCubed framework, but can also be used independently. Implements the PSR-16 SimpleCache interface
qcubed-4/cache
118 Downloads
Standalone cache library, used by the QCubed-4 framework, but can also be used independently. Implements the PSR-16 SimpleCache interface
phpgram/mvc
3006 Downloads
A php mvc framework build on top of phpgram
php-standard-itu-t/e164
299 Downloads
Standard ITU-T E.164 transposed to PHP
phacman/php-psr
72 Downloads
Basic PSR recommendations in one place: interfaces, http.
peak/config
11 Downloads
Peak Configuration Component
pe/component-cache
0 Downloads
Cache component, provides PSR-6 cache item pool and PSR-16 based cache drivers
parshikovpavel/psr-cache-adapter
13 Downloads
Adapter-decorator to cast a PSR-6 pool implementation to the PSR-16 simple cache interface
parshikovpavel/array-cache
8 Downloads
Non-persistent PSR-6/PSR-16 compatible cache using an array. Useful for mocking the original cache in tests