https://github.com/zaphyr-org/cache
A PSR-16 simple cache implementation.
https://github.com/zaphyr-org/cache
cache file-cache psr-16 psr-16-simple-cache redis redis-cache
Last synced: 4 months ago
JSON representation
A PSR-16 simple cache implementation.
- Host: GitHub
- URL: https://github.com/zaphyr-org/cache
- Owner: zaphyr-org
- License: mit
- Created: 2025-05-12T12:47:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-02T17:09:15.000Z (5 months ago)
- Last Synced: 2026-02-03T06:43:04.029Z (5 months ago)
- Topics: cache, file-cache, psr-16, psr-16-simple-cache, redis, redis-cache
- Language: PHP
- Homepage: https://zaphyr.org/docs/repositories/latest/cache
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README





# Cache
A PSR-16 simple cache implementation.
## System Requirements
You need `PHP => 8.1.0` but the latest stable version of PHP is recommended.
## Installation
It's recommended that you use [Composer](https://getcomposer.org/) to install the cache repository.
```console
composer require zaphyr-org/cache
```
## Documentation
You can read the full documentation [here](https://zaphyr.org/docs/repositories/latest/cache).
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Issues
Bug reports and feature requests can be submitted on the [GitHub Issue Tracker](https://github.com/zaphyr-org/cache/issues).
## Security
If you discover security related issues, please email security@zaphyr.org **instead of using the issue tracker!**
## Contributing
Please see [CONTRIBUTING](https://zaphyr.org/docs/contributing) for details.
## Code of Conduct
Please see [CODE OF CONDUCT](https://zaphyr.org/docs/code-of-conduct) for details.
## License
This project is licensed under the MIT license. See [LICENSE](LICENSE.md) for more information.