|
|
@@ -89,8 +89,6 @@ A list of amazingly awesome PHP libraries that you should be using:
|
|
89
|
89
|
* [PHP Option](https://github.com/schmittjoh/php-option) An option type library.
|
|
90
|
90
|
* [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
|
|
91
|
91
|
* [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
|
|
92
|
|
-* [AWS SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
|
|
93
|
|
-* [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
|
|
94
|
92
|
* [JShrink](https://github.com/tedivm/JShrink) - A JavaScript minifier library.
|
|
95
|
93
|
* [PHP Datastructures](https://github.com/morrisonlevi/PHP-Datastructures) - A library of data structures.
|
|
96
|
94
|
* [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:
|
|
98
|
96
|
* [Monga](https://github.com/FrenkyNet/Monga) - A MongoDB abstraction library.
|
|
99
|
97
|
* [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects.
|
|
100
|
98
|
|
|
|
99
|
+# Official APIs
|
|
|
100
|
+
|
|
|
101
|
+* [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
|
|
|
102
|
+* [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
|
|
|
103
|
+
|
|
101
|
104
|
# C Extension Frameworks
|
|
102
|
105
|
|
|
103
|
106
|
* [Phalcon PHP](http://phalconphp.com/) - A high performance C extension framework.
|