Skip to content

Commit f2b90a0

Browse files
Merge pull request #3 from WebdevCave/feature/readme
updating readme
2 parents 1034064 + 06ed816 commit f2b90a0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,29 @@
77
[![License](https://poser.pugx.org/webdevcave/simple-cache/license?format=flat-square)](https://packagist.org/packages/webdevcave/simple-cache)
88

99
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.

0 commit comments

Comments
 (0)