Added Porter to Third Party APIs section. (#736)

* Added Porter to Third Party APIs section.

* Moved Porter to Data Structure and Storage section.
This commit is contained in:
Bilge 2016-12-22 16:48:09 +00:00 committed by Jose Diaz-Gonzalez
parent 1e1c792018
commit 84e1b3d3e0
1 changed files with 1 additions and 0 deletions

View File

@ -697,6 +697,7 @@ Libraries to help manage database schemas and migrations.
* [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
* [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
* [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction framework for accessing APIs.
* [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
* [Totem](https://github.com/Wisembly/Totem) - A library to manage and create data changesets.
* [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.