|
|
@@ -598,7 +598,7 @@ Libraries to help manage database schemas and migrations.
|
|
598
|
598
|
|
|
599
|
599
|
* [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
|
|
600
|
600
|
* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
|
|
601
|
|
-* [Zend Cache](https://github.com/zendframework/Component_ZendCache) - Another caching library (ZF2).
|
|
|
601
|
+* [Zend Cache](https://github.com/zendframework/zend-cache) - Another caching library (ZF2).
|
|
602
|
602
|
* [Stash](https://github.com/tedivm/Stash) - Another library for caching.
|
|
603
|
603
|
|
|
604
|
604
|
## Data Structure and Storage
|
|
|
@@ -607,7 +607,7 @@ Libraries to help manage database schemas and migrations.
|
|
607
|
607
|
* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
|
|
608
|
608
|
* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
|
|
609
|
609
|
* [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
|
|
610
|
|
-* [Zend Serializer](https://github.com/zendframework/Component_ZendSerializer) - Another library for serialising and de-serialising data (ZF2).
|
|
|
610
|
+* [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
|
|
611
|
611
|
* [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage.
|
|
612
|
612
|
* [Fractal](https://github.com/php-loep/fractal) - A library for converting complex data structures to JSON output.
|
|
613
|
613
|
* [Totem](http://github.com/Wisembly/Totem) - A library to manage and create data changesets.
|