|
|
@@ -114,6 +114,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
|
|
114
|
114
|
* [OAuth2](https://github.com/lncd/OAuth2) - An OAuth2 authentication server, resource server and client library.
|
|
115
|
115
|
* [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
|
|
116
|
116
|
* [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
|
|
|
117
|
+* [Stash](https://github.com/tedivm/Stash) - Another library for caching.
|
|
117
|
118
|
* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
|
|
118
|
119
|
* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
|
|
119
|
120
|
* [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
|
|
|
@@ -125,6 +126,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
|
|
125
|
126
|
* [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL.
|
|
126
|
127
|
* [LiteCQRS](https://github.com/beberlei/litecqrs-php) - A CQRS (Command Query Responsibility Separation) library.
|
|
127
|
128
|
* [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces.
|
|
|
129
|
+* [Purl](https://github.com/jwage/purl) - A URL manipulation library.
|
|
128
|
130
|
|
|
129
|
131
|
# Official APIs
|
|
130
|
132
|
|
|
|
@@ -146,6 +148,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
|
|
146
|
148
|
* [Zend Optimizer Plus](https://github.com/zend-dev/ZendOptimizerPlus) - A Zend engine opcode cacher and optimiser.
|
|
147
|
149
|
* [PHP Queue](https://github.com/miccheng/php-queue) - An application for managing queueing backends.
|
|
148
|
150
|
* [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
|
|
|
151
|
+* [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment.
|
|
149
|
152
|
* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories.
|
|
150
|
153
|
* [DBV](http://dbv.vizuina.com/) - A database version control application.
|
|
151
|
154
|
* [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
|