Skip to content

Commit 2dd9446

Browse files
authored
Update README.md
1 parent aa31a32 commit 2dd9446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Oopress Cache
2-
[![PHP Composer](https://github.com/cmatosbc/oopress-cache/actions/workflows/php.yml/badge.svg)](https://github.com/cmatosbc/oopress-cache/actions/workflows/php.yml) [![Psalm Security Scan](https://github.com/cmatosbc/oopress-cache/actions/workflows/psalm.yml/badge.svg)](https://github.com/cmatosbc/oopress-cache/actions/workflows/psalm.yml)
2+
[![PHP Composer](https://github.com/cmatosbc/oopress-cache/actions/workflows/php.yml/badge.svg)](https://github.com/cmatosbc/oopress-cache/actions/workflows/php.yml) [![Psalm Security Scan](https://github.com/cmatosbc/oopress-cache/actions/workflows/psalm.yml/badge.svg)](https://github.com/cmatosbc/oopress-cache/actions/workflows/psalm.yml) [![PHP 8.1 Compliant](https://github.com/cmatosbc/oopress-cache/actions/workflows/php81.yml/badge.svg)](https://github.com/cmatosbc/oopress-cache/actions/workflows/php81.yml)
33

44
Oopress PHP PSR-16 cache drivers. Comes with the basic PSR compliant OOP approach possibility, but can also be used functionaly, from caching "high order functions" to be explained below. For now, it comes with drivers to manage file cache, a MySQL custom table cache adjusted for Wordpress, a Memcached and a Redis drivers. The classes can be used separatedly in any implementation, but also inside two high order functions: ```withCache()``` and ```withCachedQuery()```.
55

0 commit comments

Comments
 (0)