File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11Koded - Simple Caching Library
22==============================
33
4- [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg )] ( https://php.net/ )
54[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/koded/cache-simple.svg )] ( https://packagist.org/packages/koded/cache-simple )
65[ ![ Build Status] ( https://travis-ci.org/kodedphp/cache-simple.svg?branch=master )] ( https://travis-ci.org/kodedphp/cache-simple )
76[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Coverage/1b3bad367cc74a3fa98996c252cdfe6f )] ( https://www.codacy.com/app/kodeart/cache-simple )
87[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/1b3bad367cc74a3fa98996c252cdfe6f )] ( https://www.codacy.com/app/kodeart/cache-simple )
8+ [ ![ Packagist Downloads] ( https://img.shields.io/packagist/dt/koded/cache-simple.svg )] ( https://packagist.org/packages/koded/cache-simple )
9+ [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg )] ( https://php.net/ )
910[ ![ Software license] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( LICENSE )
1011
11- A PSR-16 simple caching library for PHP 7 using several caching technologies.
12+ A [ PSR-16] [ 10 ] simple caching library for PHP 7 using several caching technologies.
1213It supports JSON caching for Redis.
1314
1415
@@ -275,4 +276,5 @@ The code is distributed under the terms of [The 3-Clause BSD license](LICENSE).
275276[ 6 ] : https://github.com/nrk/predis#client-configuration
276277[ 7 ] : https://github.com/phpredis/phpredis#connect-open
277278[ 8 ] : http://php.net/sys_get_temp_dir
278- [ 9 ] : http://php.net/json_encode
279+ [ 9 ] : http://php.net/json_encode
280+ [ 10 ] : https://www.php-fig.org/psr/psr-16/
Original file line number Diff line number Diff line change 1- 2.0-dev
1+ 2.0.0
You can’t perform that action at this time.
0 commit comments