add Fakerino a modern PHP fake data generator

This commit is contained in:
Nicola Pietroluongo 2015-09-07 12:09:21 +01:00
parent 4c42e18b98
commit 99b1b11f9b

View File

@ -258,6 +258,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Mockery](https://github.com/padraic/mockery) - A mock object library for testing.
* [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
* [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework.
* [Fakerino](https://github.com/Fakerino/Fakerino) - A modern fake data generator framework.
* [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
* [Samsui](https://github.com/mauris/samsui) - Another fake data generator library.
* [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.