Download the PHP package 68publishers/fixtures-bundle without Composer
On this page you can find all versions of the php package 68publishers/fixtures-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download 68publishers/fixtures-bundle
More information about 68publishers/fixtures-bundle
Files in 68publishers/fixtures-bundle
Package fixtures-bundle
Short Description Fixtures bundle based on Alice project.
License MIT
Informations about the package fixtures-bundle
:warning: Warning! This package does not have active support, it exists only for the historical needs of the author.
Fixtures Bundle
A Nette bundle to manage fixtures with an integration of packages nelmio/alice and theofidry/AliceDataFixtures.
The bundle supports Nette in versions 2.4
and 3
!
Installation
The best way to install 68publishers/fixtures-bundle is using Composer:
Integration of Alice
Alice is a fixture generator that can hydrate entities or any objects from YAML, JSON, or raw PHP definitions. This package adds also a parser for NEON files.
Continue to the integration guide here.
Integration of AliceDataFixtures
A package AliceDataFixtures provides a persistent layer for data fixtures. The only supported ORM/ODM is Doctrine:
- Doctrine ORM 2.5+
- Doctrine ODM 1.2+
- Doctrine PHPCR 1.4+
Eloquent and Propel 2 are not supported by this integration.
Continue to the integration guide here.
Integration of Fixtures Bundle
The Fixtures Bundle wraps functionality from both integrations and allows you to run fixtures in defined scenarios.
Continue to the integration guide here.
Contributing
Before committing any changes, don't forget to run
and
All versions of fixtures-bundle with dependencies
doctrine/event-manager Version ^1.1 || ^2.0
nelmio/alice Version ^3.7
nette/di Version ^2.4.16 || ^3.0
nette/finder Version ^2.4 || ^3.0
nette/utils Version ^2.4.2 || ^3.0 || ^4.0
theofidry/alice-data-fixtures Version ^1.1