Faker

Costas

Administrator
Staff member
Is a PHP library that generates fake data for you.. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.

Faker is heavily inspired by Perl's Data::Faker, and by ruby's Faker.

https://github.com/fzaninotto/Faker
 
Top