From 3d121fcab5709fceeeee9e1ff06114286a97c128 Mon Sep 17 00:00:00 2001 From: ziadoz Date: Tue, 18 Dec 2012 22:29:51 +0000 Subject: [PATCH] --- awesome-php.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/awesome-php.md b/awesome-php.md index 9b5dd85..d4e77ca 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -89,8 +89,6 @@ A list of amazingly awesome PHP libraries that you should be using: * [PHP Option](https://github.com/schmittjoh/php-option) An option type library. * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library. * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library. -* [AWS SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library. -* [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library. * [JShrink](https://github.com/tedivm/JShrink) - A JavaScript minifier library. * [PHP Datastructures](https://github.com/morrisonlevi/PHP-Datastructures) - A library of data structures. * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library. @@ -98,6 +96,11 @@ A list of amazingly awesome PHP libraries that you should be using: * [Monga](https://github.com/FrenkyNet/Monga) - A MongoDB abstraction library. * [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects. +# Official APIs + +* [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library. +* [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library. + # C Extension Frameworks * [Phalcon PHP](http://phalconphp.com/) - A high performance C extension framework.