PHP Classes
elePHPant
Icontem

ITE PSR-6 Cache: Cache data in several storage compliant with PSR-6

Recommend this page to a friend!
  Info   View files Example   View files View files (102)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2017-01-28 (14 hours ago) RSS 2.0 feedStarStarStarStar 79%Total: 103 This week: 26All time: 8,534 This week: 45Up
Version License PHP version Categories
ite-cache 1.3Custom (specified...5.6PHP 5, Utilities and Tools, Cache, PSR
Description Author

This package can cache data in several storage containers compliant with PSR-6.

It provides several container classes compliant with PSR-6 specification that can store and retrieve data to be cached.

Currently it provides container classes for storing data in files, session variables, and memcached.

The file cache saves values into files and loads from them if requested and the cache is not expired.

The session cache saves values into user session values. It will be cleared after the user session expires.

The memcached adapter wraps the native memcached extension.

Innovation Award
PHP Programming Innovation award nominee
October 2016
Number 11


Prize: SourceGuarding PHP encoder tool
PSR-6 is a PHP Standards Recommendation from the FIG (Framework Interoperability Group) that defines a common interfaces for packages that want to implement data caching functionality.

This package provides an implementation of the PSR-6 interfaces to store and retrieved cache data in several types of containers like files, session variables and memcached.

This way all applications that need a caching package can use interchangeably these or other compatible packages that implement the PSR-6 interfaces.

Manuel Lemos
  Performance   Level  
Innovation award
Innovation award
Nominee: 5x

  Files folder image Files  
File Role Description
Files folder imagecache (1 file)
Files folder imagedocs (2 files, 9 directories)
Files folder imageexamples (4 files)
Files folder imagesrc (8 files, 1 directory)
Files folder imagetests (4 files)
Plain text file composer.json Data Auxiliary data
Plain text file composer.lock Data Auxiliary data
Plain text file LICENSE Lic. License text
Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:103
This week:26
All time:8,534
This week:45Up
 User Ratings  
 
 All time
Utility:100%StarStarStarStarStarStar
Consistency:100%StarStarStarStarStarStar
Documentation:91%StarStarStarStarStar
Examples:100%StarStarStarStarStarStar
Tests:-
Videos:-
Overall:79%StarStarStarStar
Rank:36