1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00
This commit is contained in:
Bernhard Essl 2014-06-30 11:26:27 +02:00
parent 76e63df910
commit e87907e1c6

View File

@ -460,6 +460,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
## Caching
*Libraries for caching data.*
* [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
* [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
* [Stash](https://github.com/tedivm/Stash) - Another library for caching.