Download the PHP package alapi/filesystem-adapter without Composer
On this page you can find all versions of the php package alapi/filesystem-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alapi/filesystem-adapter
More information about alapi/filesystem-adapter
Files in alapi/filesystem-adapter
Package filesystem-adapter
Short Description A PSR-6 cache implementation using filesystem. This implementation supports tags
License MIT
Homepage http://www.php-cache.com/en/latest/
Informations about the package filesystem-adapter
Filesystem PSR-6 Cache pool
This is a PSR-6 cache implementation using Filesystem. It is a part of the PHP Cache organisation. To read about features like tagging and hierarchy support please read the shared documentation at www.php-cache.com.
This implementation is using the excellent Flysystem.
Install
Use
To create an instance of FilesystemCachePool
you need to configure a Filesystem
and its adapter.
You can change the folder the cache pool will write to through the setFolder
setter:
Contribute
Contributions are very welcome! Send a pull request to the main repository or report any issues you find on the issue tracker.
All versions of filesystem-adapter with dependencies
cache/adapter-common Version ^1.0
league/flysystem Version ^3.0
psr/cache Version ^1.0 || ^2.0
psr/simple-cache Version ^1.0