|
|
|
|
|
|
388
|
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
|
388
|
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
|
|
389
|
* [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
|
389
|
* [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
|
|
390
|
* [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
|
390
|
* [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
|
|
391
|
-* [phan](https://github.com/etsy/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
|
|
|
|
|
|
391
|
+* [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
|
|
392
|
* [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
|
392
|
* [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
|
|
393
|
* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
|
393
|
* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
|
|
394
|
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
|
394
|
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
|
|
|
|
|
|
|
427
|
* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
|
427
|
* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
|
|
428
|
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
428
|
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
|
429
|
* [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
|
429
|
* [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
|
|
430
|
-* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
|
|
|
|
431
|
* [Tideways.io](https://tideways.io/) - Monitoring and profiling tool
|
430
|
* [Tideways.io](https://tideways.io/) - Monitoring and profiling tool
|
|
432
|
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
431
|
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
|
433
|
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
432
|
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
|
|
|
|
|
|
547
|
* [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
|
546
|
* [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
|
|
548
|
* [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
|
547
|
* [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
|
|
549
|
* [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
|
548
|
* [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
|
|
550
|
-* [RedBean](http://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
|
|
|
|
|
|
549
|
+* [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
|
|
551
|
* [Spot2](https://github.com/spotorm/spot2) - A MySQL datamapper ORM.
|
550
|
* [Spot2](https://github.com/spotorm/spot2) - A MySQL datamapper ORM.
|
|
552
|
|
551
|
|
|
553
|
## Migrations
|
552
|
## Migrations
|
|
|
|
|
|
|
908
|
|
907
|
|
|
909
|
* [Functional Programming in PHP](https://www.functionalphp.com/) - This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles
|
908
|
* [Functional Programming in PHP](https://www.functionalphp.com/) - This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles
|
|
910
|
* [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
|
909
|
* [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
|
|
911
|
-* [Mastering Object-Orientated PHP](http://www.brandonsavage.net) - A book about object-orientated PHP by Brandon Savage.
|
|
|
|
|
|
910
|
+* [Mastering Object-Orientated PHP](https://www.brandonsavage.net/) - A book about object-orientated PHP by Brandon Savage.
|
|
912
|
* [Modern PHP New Features and Good Practices](http://shop.oreilly.com/product/0636920033868.do) - A book about new PHP features and best practices by Josh Lockhart.
|
911
|
* [Modern PHP New Features and Good Practices](http://shop.oreilly.com/product/0636920033868.do) - A book about new PHP features and best practices by Josh Lockhart.
|
|
913
|
* [Modernizing Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernizing legacy PHP applications by Paul M. Jones.
|
912
|
* [Modernizing Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernizing legacy PHP applications by Paul M. Jones.
|
|
914
|
* [PHP 7 Upgrade Guide](https://leanpub.com/php7) - An ebook covering all of the features and changes in PHP 7 by Colin O'Dell.
|
913
|
* [PHP 7 Upgrade Guide](https://leanpub.com/php7) - An ebook covering all of the features and changes in PHP 7 by Colin O'Dell.
|