|
|
|
|
|
|
406
|
* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
|
406
|
* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
|
|
407
|
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
407
|
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
|
408
|
* [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
|
408
|
* [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
|
|
409
|
-* [Tideways.io](https://tideways.io/) - Monitoring and profiling tool
|
|
|
|
|
|
409
|
+* [Tideways.io](https://tideways.com/) - Monitoring and profiling tool
|
|
410
|
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
410
|
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
|
411
|
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
411
|
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
|
412
|
* [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
|
412
|
* [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
|
|
|
|
|
|
|
513
|
* [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
|
513
|
* [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
|
|
514
|
* [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
|
514
|
* [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
|
|
515
|
* [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
|
515
|
* [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
|
|
516
|
-* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
|
|
|
|
|
516
|
+* [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
|
517
|
* [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
|
517
|
* [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
|
|
518
|
* [LazyRecord](https://github.com/corneltek/LazyRecord) - A fast ORM designed for simplicity, extendability and performance.
|
518
|
* [LazyRecord](https://github.com/corneltek/LazyRecord) - A fast ORM designed for simplicity, extendability and performance.
|
|
519
|
* [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
|
519
|
* [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
|
|
|
|
|
|
|
525
|
### Migrations
|
525
|
### Migrations
|
|
526
|
Libraries to help manage database schemas and migrations.
|
526
|
Libraries to help manage database schemas and migrations.
|
|
527
|
|
527
|
|
|
528
|
-* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
|
|
|
|
|
|
528
|
+* [Doctrine Migrations](https://www.doctrine-project.org/projects/migrations.html) - A migration library for Doctrine.
|
|
529
|
* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
|
529
|
* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
|
|
530
|
* [Phinx](https://github.com/cakephp/phinx) - Another database migration library.
|
530
|
* [Phinx](https://github.com/cakephp/phinx) - Another database migration library.
|
|
531
|
* [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
|
531
|
* [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
|
|
|
|
|
|
|
593
|
*Libraries for working with markup.*
|
593
|
*Libraries for working with markup.*
|
|
594
|
|
594
|
|
|
595
|
* [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
|
595
|
* [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
|
|
596
|
-* [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](http://spec.commonmark.org/).
|
|
|
|
|
|
596
|
+* [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](https://spec.commonmark.org/).
|
|
597
|
* [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
|
597
|
* [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
|
|
598
|
* [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images.
|
598
|
* [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images.
|
|
599
|
* [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
|
599
|
* [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
|
|
|
|
|
|
|
780
|
### Virtual Machines
|
780
|
### Virtual Machines
|
|
781
|
*Alternative PHP virtual machines.*
|
781
|
*Alternative PHP virtual machines.*
|
|
782
|
|
782
|
|
|
783
|
-* [Hack](http://hacklang.org/) - A programming language for HHVM that interoperates seamlessly with PHP.
|
|
|
|
|
|
783
|
+* [Hack](https://hacklang.org/) - A programming language for HHVM that interoperates seamlessly with PHP.
|
|
784
|
* [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
|
784
|
* [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
|
|
785
|
|
785
|
|
|
786
|
### Text Editors and IDEs
|
786
|
### Text Editors and IDEs
|
|
|
|
|
|
|
810
|
### Infrastructure
|
810
|
### Infrastructure
|
|
811
|
*Infrastructure for providing PHP applications and services.*
|
811
|
*Infrastructure for providing PHP applications and services.*
|
|
812
|
|
812
|
|
|
813
|
-* [appserver.io](https://appserver.io/) - A multithreaded application server for PHP, written in PHP.
|
|
|
|
|
|
813
|
+* [appserver.io](https://github.com/appserver-io/appserver) - A multithreaded application server for PHP, written in PHP.
|
|
814
|
* [php-pm](https://github.com/php-pm/php-pm) - A process manager, supercharger and load balancer for PHP applications.
|
814
|
* [php-pm](https://github.com/php-pm/php-pm) - A process manager, supercharger and load balancer for PHP applications.
|
|
815
|
|
815
|
|
|
816
|
# Resources
|
816
|
# Resources
|
|
|
|
|
|
|
868
|
|
868
|
|
|
869
|
* [Elasticsearch: The Definitive Guide](https://www.elastic.co/guide/index.html) - A guide to working with Elasticsearch by Clinton Gormley and Zachary Tong.
|
869
|
* [Elasticsearch: The Definitive Guide](https://www.elastic.co/guide/index.html) - A guide to working with Elasticsearch by Clinton Gormley and Zachary Tong.
|
|
870
|
* [Eloquent JavaScript](http://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke.
|
870
|
* [Eloquent JavaScript](http://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke.
|
|
871
|
-* [Head First Design Patterns](http://www.headfirstlabs.com/books/hfdp/) - A book that expains software design patterns.
|
|
|
|
|
|
871
|
+* [Head First Design Patterns](https://www.safaribooksonline.com/library/view/head-first-design/0596007124/) - A book that expains software design patterns.
|
|
872
|
* [Pro Git](https://git-scm.com/book/en/v2) - A book about Git by Scott Chacon and Ben Straub.
|
872
|
* [Pro Git](https://git-scm.com/book/en/v2) - A book about Git by Scott Chacon and Ben Straub.
|
|
873
|
* [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
|
873
|
* [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
|
|
874
|
* [The Tangled Web — Securing Web Applications](https://www.amazon.com/Tangled-Web-Securing-Modern-Applications/dp/1593273886) - A book about securing web applications by Michal Zalewski.
|
874
|
* [The Tangled Web — Securing Web Applications](https://www.amazon.com/Tangled-Web-Securing-Modern-Applications/dp/1593273886) - A book about securing web applications by Michal Zalewski.
|