lubobill1990 / factory-muffin-faker
The goal of this package is to wrap faker to make it super easy to use with factory muffin.
Requires
- php: >=5.4.0
- fzaninotto/faker: ^1.6
Requires (Dev)
- phpunit/phpunit: ^4.8|^5.0
This package is auto-updated.
Last update: 2024-10-29 05:28:52 UTC
README
This package is forked from thephpleague/factory-muffin-faker, because the Faker version is not updated.
Factory Muffin Faker 2.0
The goal of this package is to wrap Faker to make it super easy to use with Factory Muffin.
Note that this library does not actually require Factory Muffin in order to work, so may be used else where too. The whole point of this library is to wrap Faker in closures so the actual generation can be executed at a later point.
Installing
PHP 5.4+ and Composer are required.
In your composer.json, simply add "lubobil1990/factory-muffin-faker": "^2.0"
to your "require-dev"
section:
{ "require-dev": { "lubobil1990/factory-muffin-faker": "^2.0" } }
Usage
Documentation coming soon.
Contributing
Please check out our contribution guidelines for details.
Credits
Factory Muffin Faker is a wrapper around Faker to make it super easy to use with Factory Muffin, and is currently maintained by Graham Campbell. Thank you to all our wonderful contributors too.
License
Factory Muffin Faker is licensed under The MIT License (MIT).