From 84e1b3d3e0cd73bdca7a1c819052d9b9055bdfa7 Mon Sep 17 00:00:00 2001 From: Bilge Date: Thu, 22 Dec 2016 16:48:09 +0000 Subject: [PATCH] Added Porter to Third Party APIs section. (#736) * Added Porter to Third Party APIs section. * Moved Porter to Data Structure and Storage section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c38a5c..5c91050 100644 --- a/README.md +++ b/README.md @@ -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.