Merge pull request #347 from italolelis/master

Adding new collection library
This commit is contained in:
Jose Diaz-Gonzalez 2016-03-13 00:54:39 -05:00
commit 35f102be9a
1 changed files with 1 additions and 0 deletions

View File

@ -639,6 +639,7 @@ Libraries to help manage database schemas and migrations.
* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
* [Collections](https://github.com/italolelis/collections) - Collections Abstraction library for PHP.
* [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
* [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
* [PHP Object Storage](https://github.com/kherge-abandoned/php-object-storage) - A library for object storage.