From e87907e1c6c9242690c3bc549ebbd8e531a51381 Mon Sep 17 00:00:00 2001 From: Bernhard Essl Date: Mon, 30 Jun 2014 11:26:27 +0200 Subject: [PATCH] add APC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac677b5..69e1460 100644 --- a/README.md +++ b/README.md @@ -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.