|
|
|
|
|
|
654
|
*Libraries that implement data structure or storage techniques.*
|
654
|
*Libraries that implement data structure or storage techniques.*
|
|
655
|
|
655
|
|
|
656
|
* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
|
656
|
* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
|
|
657
|
-* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
|
|
|
|
|
|
657
|
+* [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP).
|
|
658
|
* [Collections](https://github.com/italolelis/collections) - Collections Abstraction library for PHP.
|
658
|
* [Collections](https://github.com/italolelis/collections) - Collections Abstraction library for PHP.
|
|
659
|
-* [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
|
|
|
|
660
|
-* [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
|
|
|
|
661
|
* [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
|
659
|
* [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
|
|
662
|
-* [Totem](https://github.com/Wisembly/Totem) - A library to manage and create data changesets.
|
|
|
|
663
|
-* [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
|
|
|
|
664
|
-* [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
|
|
|
|
665
|
* [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
|
660
|
* [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
|
|
666
|
* [JsonMapper](https://github.com/netresearch/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
|
661
|
* [JsonMapper](https://github.com/netresearch/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
|
|
667
|
-* [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP).
|
|
|
|
|
|
662
|
+* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
|
|
|
|
663
|
+* [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
|
|
|
|
664
|
+* [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
|
|
|
|
665
|
+* [Totem](https://github.com/Wisembly/Totem) - A library to manage and create data changesets.
|
|
|
|
666
|
+* [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
|
|
|
|
667
|
+* [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
|
|
668
|
|
668
|
|
|
669
|
## Notifications
|
669
|
## Notifications
|
|
670
|
*Libraries for working with notification software.*
|
670
|
*Libraries for working with notification software.*
|