Преглед на файлове

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

Conflicts:
	README.md
pull/406/head
Ilya Gusev преди 9 години
родител
ревизия
6c560b9617
променени са 2 файла, в които са добавени 10 реда и са изтрити 1 реда
  1. 1
    1
      .travis.yml
  2. 9
    0
      README.md

+ 1
- 1
.travis.yml Целия файл

@@ -4,6 +4,6 @@ rvm:
4 4
 before_script:
5 5
   - gem install awesome_bot
6 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 8
 notifications:
9 9
   email: false

+ 9
- 0
README.md Целия файл

@@ -114,6 +114,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
114 114
 * [Symfony 2](http://symfony.com/) - A framework comprised of individual components (SF2).
115 115
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
116 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 118
 * [Ice](http://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension.
118 119
 
119 120
 ## Framework Extras
@@ -187,6 +188,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
187 188
 * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
188 189
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
189 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 193
 ## Scraping
192 194
 *Libraries for scraping websites.*
@@ -386,6 +388,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
386 388
 * [PHP Option](https://github.com/schmittjoh/php-option) - An option type library.
387 389
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
388 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 393
 ## Debugging and Profiling
391 394
 *Libraries and tools for debugging and profiling code.*
@@ -398,6 +401,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
398 401
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
399 402
 * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
400 403
 * [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
404
+* [Tideways.io](https://tideways.io/) - Monitoring and profiling tool
401 405
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
402 406
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
403 407
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
@@ -448,6 +452,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
448 452
 * [CalendR](http://yohan.giarel.li/CalendR/) - A calendar management library.
449 453
 * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
450 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 457
 ## Event
453 458
 *Libraries that are event-driven or implement non-blocking event loops.*
@@ -465,6 +470,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
465 470
 * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
466 471
 * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
467 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 475
 ## Logging
470 476
 *Libraries for generating and working with log files.*
@@ -537,6 +543,7 @@ Libraries to help manage database schemas and migrations.
537 543
 *Libraries for working with event and task queues.*
538 544
 
539 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 547
 * [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
541 548
 * [PHP AMQP](https://github.com/php-amqplib/php-amqplib) - A pure PHP AMQP library.
542 549
 * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue.
@@ -689,6 +696,7 @@ Libraries to help manage database schemas and migrations.
689 696
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
690 697
 * [Notificato](https://github.com/mac-cain13/notificato) - A library for handling push notifications.
691 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 701
 ## Deployment
694 702
 *Libraries for project deployment.*
@@ -872,6 +880,7 @@ Various resources, such as books, websites and articles, for improving your PHP
872 880
 * [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
873 881
 * [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
874 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 885
 ## Other Books
877 886
 *Books related to general computing and web development.*

Loading…
Отказ
Запис