Download the PHP package visuallazza/fixture-generator without Composer
On this page you can find all versions of the php package visuallazza/fixture-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package fixture-generator
Fixture Generator
This package helps you to generate fixtures out of your DTO's. To be able to use the fixture-generator
your DTO's has to extend the DataTransferObject
of Spatie
Add the generator to your deps
Link to packagist
How to use
The method will generate an object with either with placeholder values.
className
: Full qualified Name of the classisComplete
: By defaulttrue
all properties will be set, ifflase
only required properties will be set.dataSet
: Set each property as test case requires. The other properties will be set
Dependencies
To generate the objects the spatie DTO
is in use.
Test
Run all test with the make command
Lint
All versions of fixture-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
spatie/data-transfer-object Version ^3.9
psr/http-message Version ^1.0
symfony/http-foundation Version ^6.2
ext-intl Version *
spatie/data-transfer-object Version ^3.9
psr/http-message Version ^1.0
symfony/http-foundation Version ^6.2
ext-intl Version *
The package visuallazza/fixture-generator contains the following files
Loading the files please wait ....