Browse Source

Merge branch 'master' of https://github.com/ziadoz/awesome-php into patch-8

Conflicts:
	README.md
pull/406/head
Ilya Gusev 9 years ago
parent
commit
6c560b9617
2 changed files with 10 additions and 1 deletions
  1. 1
    1
      .travis.yml
  2. 9
    0
      README.md

+ 1
- 1
.travis.yml View File

4
 before_script:
4
 before_script:
5
   - gem install awesome_bot
5
   - gem install awesome_bot
6
 script:
6
 script:
7
-  - awesome_bot README.md --white-list igor.io,blackfire.io,toranproxy.com
7
+  - awesome_bot README.md --white-list igor.io,hoa-project.net
8
 notifications:
8
 notifications:
9
   email: false
9
   email: false

+ 9
- 0
README.md View File

114
 * [Symfony 2](http://symfony.com/) - A framework comprised of individual components (SF2).
114
 * [Symfony 2](http://symfony.com/) - A framework comprised of individual components (SF2).
115
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
115
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
116
 * [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components (ZF2).
116
 * [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components (ZF2).
117
+* [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
117
 * [Ice](http://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension.
118
 * [Ice](http://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension.
118
 
119
 
119
 ## Framework Extras
120
 ## Framework Extras
187
 * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
188
 * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
188
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
189
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
189
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
190
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
191
+* [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation.
190
 
192
 
191
 ## Scraping
193
 ## Scraping
192
 *Libraries for scraping websites.*
194
 *Libraries for scraping websites.*
386
 * [PHP Option](https://github.com/schmittjoh/php-option) - An option type library.
388
 * [PHP Option](https://github.com/schmittjoh/php-option) - An option type library.
387
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
389
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
388
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
390
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
391
+* [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
389
 
392
 
390
 ## Debugging and Profiling
393
 ## Debugging and Profiling
391
 *Libraries and tools for debugging and profiling code.*
394
 *Libraries and tools for debugging and profiling code.*
398
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
401
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
399
 * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
402
 * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
400
 * [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
403
 * [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
404
+* [Tideways.io](https://tideways.io/) - Monitoring and profiling tool
401
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
405
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
402
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
406
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
403
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
407
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
448
 * [CalendR](http://yohan.giarel.li/CalendR/) - A calendar management library.
452
 * [CalendR](http://yohan.giarel.li/CalendR/) - A calendar management library.
449
 * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
453
 * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
450
 * [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - Another DateTime API extension.
454
 * [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - Another DateTime API extension.
455
+* [Moment.php](https://github.com/fightbulc/moment.php) - Moment.js inspired PHP DateTime handler with i18n support.
451
 
456
 
452
 ## Event
457
 ## Event
453
 *Libraries that are event-driven or implement non-blocking event loops.*
458
 *Libraries that are event-driven or implement non-blocking event loops.*
465
 * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
470
 * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
466
 * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
471
 * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
467
 * [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
472
 * [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
473
+* [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library.
468
 
474
 
469
 ## Logging
475
 ## Logging
470
 *Libraries for generating and working with log files.*
476
 *Libraries for generating and working with log files.*
537
 *Libraries for working with event and task queues.*
543
 *Libraries for working with event and task queues.*
538
 
544
 
539
 * [Bernard](https://github.com/bernardphp/bernard) - A multibackend abstraction library.
545
 * [Bernard](https://github.com/bernardphp/bernard) - A multibackend abstraction library.
546
+* [BunnyPHP](https://github.com/jakubkulhan/bunny) - A performant pure-PHP AMQP (RabbitMQ) sync and also async (ReactPHP) library.
540
 * [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
547
 * [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
541
 * [PHP AMQP](https://github.com/php-amqplib/php-amqplib) - A pure PHP AMQP library.
548
 * [PHP AMQP](https://github.com/php-amqplib/php-amqplib) - A pure PHP AMQP library.
542
 * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue.
549
 * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue.
689
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
696
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
690
 * [Notificato](https://github.com/mac-cain13/notificato) - A library for handling push notifications.
697
 * [Notificato](https://github.com/mac-cain13/notificato) - A library for handling push notifications.
691
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
698
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
699
+* [Php-pushwoosh](https://github.com/gomoob/php-pushwoosh) - A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.
692
 
700
 
693
 ## Deployment
701
 ## Deployment
694
 *Libraries for project deployment.*
702
 *Libraries for project deployment.*
872
 * [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
880
 * [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
873
 * [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
881
 * [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
874
 * [The Grumpy Programmer's Guide to Building Testable PHP Applications](https://leanpub.com/grumpy-testing) - A book about building testing PHP applications by Chris Hartjes.
882
 * [The Grumpy Programmer's Guide to Building Testable PHP Applications](https://leanpub.com/grumpy-testing) - A book about building testing PHP applications by Chris Hartjes.
883
+* [XML Parsing with PHP](https://www.phparch.com/books/xml-parsing-with-php/) - This book covers parsing and validating XML documents, leveraging XPath expressions, and working with namespaces as well as how to create and modify XML files programmatically.
875
 
884
 
876
 ## Other Books
885
 ## Other Books
877
 *Books related to general computing and web development.*
886
 *Books related to general computing and web development.*

Loading…
Cancel
Save