Download the PHP package arnolem/magic-fixtures without Composer
On this page you can find all versions of the php package arnolem/magic-fixtures. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arnolem/magic-fixtures
More information about arnolem/magic-fixtures
Files in arnolem/magic-fixtures
Download arnolem/magic-fixtures
More information about arnolem/magic-fixtures
Files in arnolem/magic-fixtures
Vendor arnolem
Package magic-fixtures
Short Description Easy Fixtures generator
License MIT
Homepage https://www.wixiweb.fr
Package magic-fixtures
Short Description Easy Fixtures generator
License MIT
Homepage https://www.wixiweb.fr
Please rate this library. Is it a good library?
Informations about the package magic-fixtures
Magic Fixtures
Magic Fixtures allows you to quickly and easily create fixtures to simplify development and testing.
Installing
PHP 8.2+ and Composer are required.
Main features
- Fixtures are native PHP classes.
- Fixtures are automatically loaded from a directory.
- Fixtures are compatible with
Psr\Container\ContainerInterface
to integrate with all frameworks. - It manages the dependencies between fixtures using the needs() method.
- The created objects can be stored for use in other fixtures.
- The objects can be retrieved by identifier, but also by class, by tag, or randomly.
- Randomly retrieve objects that match a tag.
- Integration of Faker to generate fake data.
Usage
Installation
Installation example for Symfony:
Your first fixture
Another depends Fixture
Credits
- Arnaud Lemercier is based on Wixiweb.
License
Magic Fixtures is licensed under The MIT License (MIT).
All versions of magic-fixtures with dependencies
PHP Build Version
Package Version
The package arnolem/magic-fixtures contains the following files
Loading the files please wait ....