Download the PHP package mbezhanov/silex-alice-data-fixtures without Composer
On this page you can find all versions of the php package mbezhanov/silex-alice-data-fixtures. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package silex-alice-data-fixtures
silex-alice-data-fixtures
A library providing simple integration of nelmio/alice and doctrine/data-fixtures into Silex projects
Installation
Install the library through Composer:
Usage
Configuration
To get up and running, register all necessary Service Providers with your Application by following the example below:
This will automatically register the command with your Console application, and you will be able to call:
By default, the command will try to load the "fixtures.yml" file located in your current working directory. You can specify the full path to a fixtures file by issuing:
If you'd like to append fixtures to your existing data, instead of truncating your database, you can use:
Defining fixtures
The YML files follow the standard format recognized by Alice:
Using custom Faker providers
Sometimes you may need more functionality than what Alice provides natively. Internally, Alice relies on Faker to generate fake data.
You can easily customize the Faker Generator instance that FixturesServiceProvider
works with (e.g. to add more providers to it) by following the example below:
Contributing
This library is in its early stages of development, and all contributions are welcome. Before opening PRs, make sure that all tests are passing, and that code coverage is satisfactory:
All versions of silex-alice-data-fixtures with dependencies
dflydev/doctrine-orm-service-provider Version ^2.0
doctrine/data-fixtures Version ^1.2
nelmio/alice Version ^3.0@RC
silex/silex Version ^2.1
symfony/console Version ^3.3