From 99b1b11f9bab06f3aa3962c1d68a4c1b3339e744 Mon Sep 17 00:00:00 2001 From: Nicola Pietroluongo Date: Mon, 7 Sep 2015 12:09:21 +0100 Subject: [PATCH] add Fakerino a modern PHP fake data generator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0c8d27..7050ed3 100644 --- a/README.md +++ b/README.md @@ -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.