Download the PHP package vgirol/jsonapi-faker-laravel without Composer
On this page you can find all versions of the php package vgirol/jsonapi-faker-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vgirol/jsonapi-faker-laravel
More information about vgirol/jsonapi-faker-laravel
Files in vgirol/jsonapi-faker-laravel
Package jsonapi-faker-laravel
Short Description This package provides a factory to generate fake data using Laravel and the JSON:API specification.
License MIT
Homepage http://github.com/VGirol/JsonApi-Faker-Laravel
Informations about the package jsonapi-faker-laravel
JsonApi-Faker-Laravel
This package provides a set of factories to build fake data using Laravel and the JSON:API specification.
Technologies
- PHP 7.2+
- Laravel 5.8+
Installation
To install through composer, simply put the following in your composer.json
file:
And then run composer install
from the terminal.
Quick Installation
Above installation can also be simplified by using the following command:
Usage
First create a faker generator.
Then create a model and a factory.
Next you can fill the factory ...
Finally export as an array or as JSON.
All these instructions can be chained.
Documentation
The API documentation is available in XHTML format at the url http://jsonapi-faker-laravel.girol.fr/docs/ref/index.html.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Girol Vincent
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of jsonapi-faker-laravel with dependencies
vgirol/jsonapi-faker Version dev-master
laravel/framework Version ^5.8|^6.0|^7.0|^8.0