Travis | Scrutinizer |
---|---|
Coveralls | Scrutinizer |
---|---|
Code Climate | Scrutinizer | Sensio Labs |
---|---|---|
PSR-6 and/or PSR-16 cache system, based on file storage.
- BlueCache\Cache - Basic class for PSR-6 cache handling
- BlueCache\SimpleCache - Basic class for PSR-16 cache handling
- BlueCache\CacheItem - Cache item element for PSR-6 (used also not explicitly by SimpleCache)
- BlueCache\CacheException - Exception class for all PSR-6/16 exceptions
- BlueCache\Common - Common with PSR-6 and 16 methods
- BlueCache\Storage\File - Allow storage cache as files on local filesystem
- BlueCache\Storage\StorageInterface - Storage interface for future usage by other storage systems
To use packages you can just download package and pace it in your code. But recommended way to use BlueCache is install it via Composer. To include BlueCache libraries paste into composer json:
{
"require": {
"bluetree-service/cache": "version_number"
}
}
- Namespaces - each library use namespaces
- PSR-2 - PSR-2 coding standard
- PSR-4 - PSR-4 auto loading standard
- PSR-6 - PSR-6 cache standard
- PSR-16 - PSR-16 cache standard
- Composer - Composer
- PHP 5.6 or higher
All release version changes:
Change log
This bundle is released under the Apache license.
Apache license