This commit is contained in:
User
2023-10-10 16:33:22 +03:00
commit f92c2bbd8b
5 changed files with 194 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
## Rmphp/Cache
Cache component for **Rmphp**
## Install
Stable version
```bash
composer require rmphp/cache
```
```bash
composer require rmphp/cache:"^1.0"
```
Dev version contains the latest changes
```bash
composer require rmphp/cache:"1.x-dev"
```