|
|
@@ -1,5 +1,5 @@
|
|
1
|
1
|
# Awesome PHP
|
|
2
|
|
-A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
|
2
|
+A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
3
|
3
|
|
|
4
|
4
|
- [Awesome PHP](#awesome-php)
|
|
5
|
5
|
- [Package Management](#package-management)
|
|
|
@@ -92,7 +92,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
92
|
92
|
|
|
93
|
93
|
* [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony2.
|
|
94
|
94
|
* [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make ZF2.
|
|
95
|
|
-* [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components.
|
|
|
95
|
+* [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components.
|
|
96
|
96
|
* [Hoa Project](http://hoa-project.net/En/) - Another package of PHP components.
|
|
97
|
97
|
|
|
98
|
98
|
## Micro Frameworks
|
|
|
@@ -231,7 +231,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
231
|
231
|
*Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.*
|
|
232
|
232
|
|
|
233
|
233
|
* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
|
|
234
|
|
-* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
|
|
|
234
|
+* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
|
|
235
|
235
|
* [True Random](https://github.com/pixeloution/true-random) - A library that generates random numbers using [www.random.org](http://www.random.org/).
|
|
236
|
236
|
* [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
|
|
237
|
237
|
* [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
|
|
|
@@ -260,7 +260,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
260
|
260
|
* [PHP Analyser](https://github.com/scrutinizer-ci/php-analyzer) - A library for analysing PHP code to find bugs and errors.
|
|
261
|
261
|
* [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
|
|
262
|
262
|
* [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
|
|
263
|
|
-* [PHP Metrics](https://github.com/Halleck45/PhpMetrics) - A static metric library.
|
|
|
263
|
+* [PHP Metrics](https://github.com/Halleck45/PhpMetrics) - A static metric library.
|
|
264
|
264
|
* [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
|
|
265
|
265
|
* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
|
|
266
|
266
|
* [Athletic](https://github.com/polyfractal/athletic) - An annotation based benchmark framework.
|
|
|
@@ -342,7 +342,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
342
|
342
|
*Libraries that implement object-relational mapping or datamapping techniques.*
|
|
343
|
343
|
|
|
344
|
344
|
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
|
345
|
|
-* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
|
|
|
345
|
+* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
|
|
346
|
346
|
* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
|
|
347
|
347
|
* [Propel](http://www.propelorm.org/) - A fast ORM.
|
|
348
|
348
|
* [Eloquent](https://github.com/illuminate/database) - The Laravel 4 ORM.
|
|
|
@@ -400,7 +400,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
400
|
400
|
* [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) - A library for social network authentication.
|
|
401
|
401
|
* [OPAuth](https://github.com/opauth/opauth) - A multi-provider authentication framework.
|
|
402
|
402
|
* [OAuth2](https://github.com/php-loep/oauth2-server) - An OAuth2 authentication server, resource server and client library.
|
|
403
|
|
-* [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) - Another OAuth library.
|
|
|
403
|
+* [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) - Another OAuth library.
|
|
404
|
404
|
* [TwitterOAuth](https://github.com/ruudk/twitteroauth) - A Twitter OAuth library.
|
|
405
|
405
|
* [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.
|
|
406
|
406
|
* [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
|
|
|
@@ -432,7 +432,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
432
|
432
|
* [Text](https://github.com/kzykhys/Text) - A text manipulation library.
|
|
433
|
433
|
* [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
|
|
434
|
434
|
* [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
|
|
435
|
|
-* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
|
|
|
435
|
+* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
|
|
436
|
436
|
* [Byte](https://github.com/jschaedl/Byte) - A simple byte conversion library.
|
|
437
|
437
|
* [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
|
|
438
|
438
|
* [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
|