Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nguyenanhung/my-cache
Thư viện cache được customize, sử dụng phpFastCache
https://github.com/nguyenanhung/my-cache
cache customize-cache php-cache phpfastcache
Last synced: 2 months ago
JSON representation
Thư viện cache được customize, sử dụng phpFastCache
- Host: GitHub
- URL: https://github.com/nguyenanhung/my-cache
- Owner: nguyenanhung
- License: gpl-3.0
- Created: 2018-10-12T04:34:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T19:13:18.000Z (3 months ago)
- Last Synced: 2024-10-02T08:23:57.899Z (3 months ago)
- Topics: cache, customize-cache, php-cache, phpfastcache
- Language: PHP
- Homepage:
- Size: 171 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Cache
[![Latest Stable Version](https://img.shields.io/packagist/v/nguyenanhung/my-cache.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-cache)
[![Total Downloads](https://img.shields.io/packagist/dt/nguyenanhung/my-cache.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-cache)
[![Daily Downloads](https://img.shields.io/packagist/dd/nguyenanhung/my-cache.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-cache)
[![Monthly Downloads](https://img.shields.io/packagist/dm/nguyenanhung/my-cache.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-cache)
[![License](https://img.shields.io/packagist/l/nguyenanhung/my-cache.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-cache)
[![PHP Version Require](https://img.shields.io/packagist/dependency-v/nguyenanhung/my-cache/php)](https://packagist.org/packages/nguyenanhung/my-cache)Class Cache được customize lại từ thư viện `phpfastcache/phpfastcache`, được tối ưu cho PHP 7
## Version
- [x] V1.x, V2.x support all PHP version `>=5.6`
- [x] V3.x support all PHP version `>=7.0`
- [x] V4.x support all PHP version `>=8.0`## Information
- [x] Cache by `phpfastcache/phpfastcache` `^9.0 || ^8.0.8 || ^7.1`
- [x] Logging by `nguyenanhung/my-debug` `^4.0 || ^3.0`
- [x] Support Driver: `files`, `apcu`, `redis`, `predis`, `memcache`, `memcached`, `mongodb`, `cassandra`, `couchbase`
, `couchdb`, `leveldb`, `ssdb`, `Zend Disk Cache`, `Zend Memory Cache`, `Cookie`, `SqlLite`## Usage
See `test/test.php` for example usage very simple.
## Contact
If any question & request, please contact following information
| Name | Email | Skype | Facebook |
|-------------|----------------------|------------------|---------------|
| Hung Nguyen | [email protected] | nguyenanhung5891 | @nguyenanhung |From Hanoi with Love <3