Jamie York 13年前
コミット
d81ef70fc9
1個のファイルの変更4行の追加2行の削除
  1. 4
    2
      awesome-php.md

+ 4
- 2
awesome-php.md ファイルの表示

@@ -36,8 +36,9 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
36 36
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
37 37
 * [RunkitTestCase](https://github.com/kherge/RunkitTestCase) - A library for creating PHPUnit test cases that use runkit.
38 38
 * [PHPSpec](https://github.com/phpspec/phpspec2) - A design by specification unit testing library.
39
-* [Mockery](https://github.com/padraic/mockery) - A mock object library for unit testing.
40
-* [Phake](https://github.com/mlively/Phake) - Another mock object library for unit testing.
39
+* [Mockery](https://github.com/padraic/mockery) - A mock object library for testing.
40
+* [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
41
+* [Parody](https://github.com/dotink/Parody) - Yet another mock object library for testing.
41 42
 * [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
42 43
 * [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
43 44
 * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library (uses [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf)).
@@ -66,6 +67,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
66 67
 * [Tala Payments](https://github.com/adrianmacneil/tala-payments) - A payment processing library.
67 68
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
68 69
 * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
70
+* [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - Another DateTime extension.
69 71
 * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
70 72
 * [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server library.
71 73
 * [Fetch](https://github.com/tedivm/Fetch) - An IMAP library.

読み込み中…
キャンセル
保存