CARVIEW |
webdevcave / simple-cache
PSR Simple Cache Implementation
Installs: 21
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/webdevcave/simple-cache
Requires
- php: >=8
- psr/simple-cache: ^3.0
Requires (Dev)
- phpunit/phpunit: ^10.5
Suggests
None
Provides
Conflicts
None
Replaces
None
MIT 1034064e3342024547208cf620979767b3842530
README
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:
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.