Bladeren bron

pull/4/head
Jamie York 12 jaren geleden
bovenliggende
commit
907b0253dd
1 gewijzigde bestanden met toevoegingen van 8 en 2 verwijderingen
  1. 8
    2
      awesome-php.md

+ 8
- 2
awesome-php.md Bestand weergeven

@@ -2,7 +2,6 @@
2 2
 
3 3
 A list of amazingly awesome PHP libraries, resources and shiny things.
4 4
 
5
-
6 5
 ## Composer
7 6
 
8 7
 * [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager.
@@ -132,6 +131,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
132 131
 ## Code Analysis
133 132
 
134 133
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
134
+* [Dissect](https://github.com/jakubledl/dissect) - A set of tools for lexical and syntactical analysis.
135 135
 * [PHP Mess Detector](http://phpmd.org/) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
136 136
 * [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
137 137
 * [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
@@ -181,6 +181,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
181 181
 ## Payment
182 182
 
183 183
 * [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
184
+* [Payum](https://github.com/payum/payum) - A payment abstraction library.
184 185
 
185 186
 ## PDF
186 187
 
@@ -266,6 +267,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
266 267
 
267 268
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
268 269
 * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
270
+* [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
269 271
 
270 272
 ## Caching
271 273
 
@@ -281,6 +283,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
281 283
 
282 284
 * [Nod](https://github.com/filp/nod) - A notification library (e.g. Growl).
283 285
 * [Notificato](https://github.com/wrep/notificato) - A library for handling push notifications.
286
+* [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
284 287
 
285 288
 ## Miscellaneous
286 289
 
@@ -308,8 +311,11 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
308 311
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
309 312
 * [Compose](https://github.com/igorw/compose) - A function composition library.
310 313
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
314
+* [Jumper](https://github.com/kakawait/Jumper) - A remote service executor library.
311 315
 * [Underscore](http://brianhaveri.github.io/Underscore.php/) - A PHP port of the Underscore JS library.
312 316
 * [PHP PassBook](https://github.com/eymengunay/php-passbook) - A PHP library for iOS PassBook.
317
+* [PHP Expression](https://github.com/Kitano/php-expression) - A PHP expression language.
318
+* [RMT](https://github.com/liip/RMT) - A library for versioning and releasing software.
313 319
 
314 320
 ## Official APIs
315 321
 
@@ -355,7 +361,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
355 361
 
356 362
 ## E-Books
357 363
 
358
-* [Scaling PHP Applications](http://www.scalingphpbook.com) - A paid ebook about scaling PHP applications by Steve Corona.
364
+* [Scaling PHP Applications](http://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
359 365
 * [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
360 366
 
361 367
 ## Reading

Laden…
Annuleren
Opslaan