File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ License] ( https://poser.pugx.org/webdevcave/simple-cache/license?format=flat-square )] ( https://packagist.org/packages/webdevcave/simple-cache )
8
8
9
9
PSR Simple Cache Implementation
10
+
11
+ Simple Cache caching data.
12
+ It provides a simple and intuitive API to cache data in files on the server.
13
+ This can be particularly useful for speeding up applications by reducing the need to fetch data from external
14
+ sources repeatedly.
15
+
16
+ ## Features
17
+ - Simple Interface: Easy-to-use API for caching data.
18
+ - File-based Storage: Data is cached in files on the server.
19
+ - TTL (Time To Live) Support: Set expiration times for cached data.
20
+ - Namespacing: Organize cached data using namespaces.
21
+ - Composer Support: Install via Composer for easy integration with existing projects.
22
+ - Installation
23
+ - You can install Simple Cache PHP via Composer. Run the following command in your terminal:
24
+
25
+ ``` bash
26
+ composer require webdevcave/simple-cache-php
27
+ Alternatively, you can clone the repository or download the source files directly and include them in your project.
28
+ ```
29
+
30
+ ## Contributing
31
+ Contributions are welcome! If you find any issues or have suggestions for improvements,
32
+ please open an issue or a pull request on GitHub.
33
+
34
+ ## License
35
+ This project is licensed under the MIT License - see the LICENSE file for details.
You can’t perform that action at this time.
0 commit comments