This commit is contained in:
ziadoz 2012-12-18 22:29:51 +00:00
parent 2942387cb0
commit 3d121fcab5
1 changed files with 5 additions and 2 deletions

View File

@ -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.