https://github.com/webdevcave/simple-cache-php
PSR Simple Cache Implementation
https://github.com/webdevcave/simple-cache-php
cache caching php psr psr-16 psr-16-simple-cache
Last synced: 5 months ago
JSON representation
PSR Simple Cache Implementation
- Host: GitHub
- URL: https://github.com/webdevcave/simple-cache-php
- Owner: WebdevCave
- License: mit
- Created: 2024-06-21T16:00:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T19:37:58.000Z (almost 2 years ago)
- Last Synced: 2025-09-28T23:51:42.548Z (9 months ago)
- Topics: cache, caching, php, psr, psr-16, psr-16-simple-cache
- Language: PHP
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Cache
[](https://github.styleci.io/repos/818333319?branch=main)
[](https://packagist.org/packages/webdevcave/simple-cache)
[](https://packagist.org/packages/webdevcave/simple-cache)
[](https://packagist.org/packages/webdevcave/simple-cache)
[](https://packagist.org/packages/webdevcave/simple-cache)
PSR Simple Cache Implementation
Simple Cache caching data.
It provides a simple and intuitive API to cache data in files on the server.
This can be particularly useful for speeding up applications by reducing the need to fetch data from external
sources repeatedly.
## Features
- Simple Interface: Easy-to-use API for caching data.
- File-based Storage: Data is cached in files on the server.
- TTL (Time To Live) Support: Set expiration times for cached data.
- Namespacing: Organize cached data using namespaces.
- Composer Support: Install via Composer for easy integration with existing projects.
- Installation
- You can install Simple Cache PHP via Composer. Run the following command in your terminal:
```bash
composer require webdevcave/simple-cache-php
```
Alternatively, you can clone the repository or download the source files directly and include them in your project.
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements,
please open an issue or a pull request on GitHub.
## License
This project is licensed under the MIT License - see the LICENSE file for details.