Download the PHP package graze/sprout without Composer
On this page you can find all versions of the php package graze/sprout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package sprout
Short Description Seed data for your project
License MIT
Homepage https://github.com/graze/sprout
Informations about the package sprout
🌱 Sprout
Sprout is a tool to help Dump, Truncate and Seed development data into your databases.
- Seed sql data from local files
- Dump data from mysql tables
- Performs actions in parallel
- Handle multiple groups of seed data (for example,
static
,core
,testing
)
Install
Via Composer
Via docker
Usage
See the full documentation for complete usage information.
File Structure
Sprout will use the following file structure by default, you can change the root and each group's path in the configuration file.
Quick Start
Seeding
Truncating the data from all the tables in a schema
Dumping the data from all tables in a schema
Configuration
The configuration file follows the following standards.
By default sprout looks for a config/sprout.yml
file, you can specify a different file
using --config=path/to/file.yml
.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Harry Bragg
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of sprout with dependencies
graze/parallel-process Version ^0.7
graze/console-diff-renderer Version ^0.6.1
graze/data-structure Version ^2.0
graze/config-validation Version ^0.2
league/flysystem Version ^1.0
psr/log Version ^1.0
respect/validation Version ^1.1
symfony/console Version ^3.3 | ^4
symfony/yaml Version ^3.3 | ^4