浏览代码

pull/4/head
Jamie York 12 年前
父节点
当前提交
907b0253dd
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 8
    2
      awesome-php.md

+ 8
- 2
awesome-php.md 查看文件

2
 
2
 
3
 A list of amazingly awesome PHP libraries, resources and shiny things.
3
 A list of amazingly awesome PHP libraries, resources and shiny things.
4
 
4
 
5
-
6
 ## Composer
5
 ## Composer
7
 
6
 
8
 * [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager.
7
 * [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager.
132
 ## Code Analysis
131
 ## Code Analysis
133
 
132
 
134
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
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
 * [PHP Mess Detector](http://phpmd.org/) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
135
 * [PHP Mess Detector](http://phpmd.org/) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
136
 * [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
136
 * [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
137
 * [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
137
 * [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
181
 ## Payment
181
 ## Payment
182
 
182
 
183
 * [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
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
 ## PDF
186
 ## PDF
186
 
187
 
266
 
267
 
267
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
268
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
268
 * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
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
 ## Caching
272
 ## Caching
271
 
273
 
281
 
283
 
282
 * [Nod](https://github.com/filp/nod) - A notification library (e.g. Growl).
284
 * [Nod](https://github.com/filp/nod) - A notification library (e.g. Growl).
283
 * [Notificato](https://github.com/wrep/notificato) - A library for handling push notifications.
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
 ## Miscellaneous
288
 ## Miscellaneous
286
 
289
 
308
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
311
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
309
 * [Compose](https://github.com/igorw/compose) - A function composition library.
312
 * [Compose](https://github.com/igorw/compose) - A function composition library.
310
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
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
 * [Underscore](http://brianhaveri.github.io/Underscore.php/) - A PHP port of the Underscore JS library.
315
 * [Underscore](http://brianhaveri.github.io/Underscore.php/) - A PHP port of the Underscore JS library.
312
 * [PHP PassBook](https://github.com/eymengunay/php-passbook) - A PHP library for iOS PassBook.
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
 ## Official APIs
320
 ## Official APIs
315
 
321
 
355
 
361
 
356
 ## E-Books
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
 * [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
365
 * [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
360
 
366
 
361
 ## Reading
367
 ## Reading

正在加载...
取消
保存