webdevcave/simple-cache
最新稳定版本:v1.0
Composer 安装命令:
composer require webdevcave/simple-cache
包简介
PSR Simple Cache Implementation
关键字:
README 文档
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.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-21