Download the PHP package nilportugues/repository-cache without Composer
On this page you can find all versions of the php package nilportugues/repository-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nilportugues/repository-cache
More information about nilportugues/repository-cache
Files in nilportugues/repository-cache
Package repository-cache
Short Description Implementation of a base repository with cache layer using StashPHP
License MIT
Homepage http://nilportugues.com
Informations about the package repository-cache
Repository Cache
Repository to be used with nilportugues/repository implementing a PSR-6 cache layer using StashPHP.
Installation
Use Composer to install the package:
Cache Drivers
Repository Cache supports all of Stash's drivers:
- System
- FileSystem
- Sqlite (requires php-pdo-sqlite extension)
- APC (requires php-apcu extension)
- Server
- Memcached (requires php-memcache or php-memcached extensions)
- Redis (requires php-redis extension)
- Specialized
- Ephemeral (in memory cache)
- Composite
For more information please check out Stash's documentation.
Usage
Quality
To run the PHPUnit tests at the command line, go to the tests directory and issue phpunit.
This library attempts to comply with PSR-1, PSR-2, PSR-4.
If you notice compliance oversights, please send a patch via Pull Request.
Contribute
Contributions to the package are always welcome!
- Report any bugs or issues you find on the issue tracker.
- You can grab the source code at the package's Git repository.
Support
Get in touch with me using one of the following means:
- Emailing me at [email protected]
- Opening an Issue
Authors
License
The code base is licensed under the MIT license.