Selaa lähdekoodia

Alphabetize data structure and storage

pull/500/merge
Jose Diaz-Gonzalez 9 vuotta sitten
vanhempi
commit
459fe8b89a
1 muutettua tiedostoa jossa 7 lisäystä ja 7 poistoa
  1. 7
    7
      README.md

+ 7
- 7
README.md Näytä tiedosto

@@ -654,17 +654,17 @@ Libraries to help manage database schemas and migrations.
654 654
 *Libraries that implement data structure or storage techniques.*
655 655
 
656 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 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 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 660
 * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
666 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 669
 ## Notifications
670 670
 *Libraries for working with notification software.*

Loading…
Peruuta
Tallenna