Browse Source

Cleanup serialiser descriptions

pull/284/merge
Jamie York 10 years ago
parent
commit
b4c0bb40cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

605
 
605
 
606
 * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
606
 * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
607
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
607
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
608
-* [Zend Serializer](https://github.com/zendframework/Component_ZendSerializer) - The library for serialising and de-serialising data (part of Zend Framework 2).
609
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
608
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
609
+* [Zend Serializer](https://github.com/zendframework/Component_ZendSerializer) - Another library for serialising and de-serialising data (ZF2).
610
 * [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage.
610
 * [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage.
611
 * [Fractal](https://github.com/php-loep/fractal) - A library for converting complex data structures to JSON output.
611
 * [Fractal](https://github.com/php-loep/fractal) - A library for converting complex data structures to JSON output.
612
 * [Totem](http://github.com/Wisembly/Totem) - A library to manage and create data changesets.
612
 * [Totem](http://github.com/Wisembly/Totem) - A library to manage and create data changesets.

Loading…
Cancel
Save