lubobill1990/factory-muffin-faker

The goal of this package is to wrap faker to make it super easy to use with factory muffin.

v2.0.1 2018-08-22 08:06 UTC

This package is auto-updated.

Last update: 2024-03-29 03:57:47 UTC


README

This package is forked from thephpleague/factory-muffin-faker, because the Faker version is not updated.

Factory Muffin Faker 2.0

StyleCI Status Build Status Coverage Status Quality Score Software License Latest Version Total Downloads

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).