spiral-packages / database-seeder
The package provides the ability to seed your database with data using seed classes
2.1.1
2022-08-08 19:22 UTC
Requires
- php: ^8.1
- butschster/entity-faker: ^2.0
- doctrine/annotations: ^1.13
- fakerphp/faker: ^1.19
- laminas/laminas-hydrator: ^4.3
- spiral/attributes: ^2.0||^3.0
- spiral/boot: ^3.0
- spiral/console: ^3.0
- spiral/scaffolder: ^3.0
Requires (Dev)
- mockery/mockery: ^1.5
- phpunit/phpunit: ^9.5
- spiral/cycle-bridge: ^2.0
- spiral/framework: ^3.0
- spiral/testing: ^2.0
- vimeo/psalm: ^4.20
Suggests
- spiral/cycle-bridge: For easy database and ORM configuration in a test application
- spiral/testing: To use the Spiral\DatabaseSeeder\TestCase class and helpers to test an app with DB
README
The package provides the ability to seed your database with data using seed classes.
Requirements
Make sure that your server is configured with following PHP version and extensions:
- PHP 8.1+
- Spiral framework 3.0+
Documentation, Installation, and Usage Instructions
See the documentation for detailed installation and usage instructions.
License
The MIT License (MIT). Please see License File for more information.