Download the PHP package thingston/cache-manager without Composer
On this page you can find all versions of the php package thingston/cache-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cache-manager
Thingston Cache Manager
Flexible configured cache pools for PHP applications implementing PSR-6 and PSR-16.
Requirements
- PHP 8.1
Instalation
composer require thingston/cache-manager
Usage
Please check the Documentation.
Testing
Available Composer scripts:
composer run test
- Runs all tests using PHPUnit.composer run coverage:text
- Runs all tests using PHPUnit and generates a coverage report to the console.composer run coverage:clover
- Runs all tests using PHPUnit and generates an XML coverage report to filecoverage.xml
.composer run coverage:html
- Runs all tests using PHPUnit and generates an XML coverage report to directorycoverage
.composer run coverage:check
- Runs thecoverage:clover
script and checks the code coverage rate (requires >= 90%).composer run analyze
- Runs the PHPStan static analysis and displays the results to the console.composer run cs
- Runs the Code Sniffer static analysis and displays any errors to the console.composer run cbf
- Runs the Code Sniffer code fixer and displays the results to the console.composer run checks
- Runs the scriptscs
,analyze
andcoverage:check
and displays the results to the console.
Support
- Issues: https://github.com/thingston/cache-manager/issues
- Documentation: https://github.com/thingston/cache-manager/wiki
All versions of cache-manager with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
doctrine/dbal Version ^3.3
psr/cache Version ^3.0
psr/simple-cache Version ^3.0
thingston/settings Version ^1.3
doctrine/dbal Version ^3.3
psr/cache Version ^3.0
psr/simple-cache Version ^3.0
thingston/settings Version ^1.3
The package thingston/cache-manager contains the following files
Loading the files please wait ....