Download the PHP package devian2011/seeder without Composer
On this page you can find all versions of the php package devian2011/seeder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download devian2011/seeder
More information about devian2011/seeder
Files in devian2011/seeder
Download devian2011/seeder
More information about devian2011/seeder
Files in devian2011/seeder
Vendor devian2011
Package seeder
Short Description Database seeder for test and fake data. Also it works with predefined values
License MIT
Package seeder
Short Description Database seeder for test and fake data. Also it works with predefined values
License MIT
Please rate this library. Is it a good library?
Informations about the package seeder
Database Seeder
Installation
Usage
Simple usage
Param | Definition | IsRequired |
---|---|---|
templates-dir | Comma separated paths to directories which contains definitions for fixtures. | true |
params | Path to env file. Also it supports get variables from $_ENV Global | false |
Advanced usage
You can use seeder in your code for extend expressions, change output wrapper or add event listeners.
Package uses symfony/expression-language
For create your own functions you can write extensions
Configuration
Better way for configure seeds it uses yaml notations
Database connection configuration
Seeder must contain databases section which is used for connect to databases and mark database connections.
Table configuration
For create fake data this package uses - fakerphp/faker
All versions of seeder with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
monolog/monolog Version 2.*
symfony/console Version 5.4.*
symfony/yaml Version ^5.4
symfony/expression-language Version ^5.4
symfony/dotenv Version ^5.4
fakerphp/faker Version ^1.19
monolog/monolog Version 2.*
symfony/console Version 5.4.*
symfony/yaml Version ^5.4
symfony/expression-language Version ^5.4
symfony/dotenv Version ^5.4
fakerphp/faker Version ^1.19
The package devian2011/seeder contains the following files
Loading the files please wait ....