1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-08-31 09:41:47 +02:00

Add metaphore (cache slam defense library). (#703)

This commit is contained in:
Przemek Sobstel
2016-10-05 20:23:33 +02:00
committed by Jose Diaz-Gonzalez
parent 26d5615b01
commit 8ab1b5beed

View File

@@ -678,6 +678,7 @@ Libraries to help manage database schemas and migrations.
* [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
* [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
* [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect.
* [Stash](https://github.com/tedious/Stash) - Another library for caching.
* [Zend Cache](https://github.com/zendframework/zend-cache) - Another caching library (ZF2).