update files inside importify folder

This commit is contained in:
claus75a
2024-06-14 08:29:05 +02:00
parent 73f1fddbb4
commit 10d7be1a04
700 changed files with 146363 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
PHP FIG Simple Cache PSR
========================
This repository holds all interfaces related to PSR-16.
Note that this is not a cache implementation of its own. It is merely an interface that describes a cache implementation. See [the specification](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-16-simple-cache.md) for more details.
You can find implementations of the specification by looking for packages providing the [psr/simple-cache-implementation](https://packagist.org/providers/psr/simple-cache-implementation) virtual package.