Skip to content

updating readme #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,29 @@
[![License](https://poser.pugx.org/webdevcave/simple-cache/license?format=flat-square)](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.
Loading