Download the PHP package elythyr/prooph-fixtures without Composer
On this page you can find all versions of the php package elythyr/prooph-fixtures. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elythyr/prooph-fixtures
More information about elythyr/prooph-fixtures
Files in elythyr/prooph-fixtures
Download elythyr/prooph-fixtures
More information about elythyr/prooph-fixtures
Files in elythyr/prooph-fixtures
Vendor elythyr
Package prooph-fixtures
Short Description First attempt to make something similar to DoctrineFixtures with Prooph
License MIT
Package prooph-fixtures
Short Description First attempt to make something similar to DoctrineFixtures with Prooph
License MIT
Please rate this library. Is it a good library?
Informations about the package prooph-fixtures
Prooph Fixtures
During my experiments with ES I find myself in a situation where Doctrine data fixtures missed me.
Thats why I decided to try to reproduce something similar for Prooph.
Installation
Oh, sweet Composer!
Versions management
Since its a practice project, I don't really care about BC breaks. I will only try to not break minor versions, meaning that:
- Updating from
1.0.0
to1.0.9
should not break anything - Updating from
1.0.0
to1.1.0
might break a lot of stuff
Configuration
There is no configuration per se. All the configuration should already be done, see Prooph EventStore for more information.
Usage
An example of how to configure the pieces together:
Todo
- [x] Adds CI with Travis
- [x] Adds tests coverage
- [x] Make a first release
- [x] Publish to packagist
- [ ] (When needed) Adds the possibility to not clean the DB
- [ ] (When needed) Adds the possibility to filter the fixtures to load
All versions of prooph-fixtures with dependencies
PHP Build Version
Package Version
The package elythyr/prooph-fixtures contains the following files
Loading the files please wait ....