Merge branch 'master' of github.com:ziadoz/awesome-php

This commit is contained in:
Jamie 2014-07-06 15:10:37 -06:00
commit 641f86f4f2
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,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.