https://github.com/doctrine/data-fixtures
Doctrine2 ORM Data Fixtures Extensions
https://github.com/doctrine/data-fixtures
hacktoberfest
Last synced: about 1 month ago
JSON representation
Doctrine2 ORM Data Fixtures Extensions
- Host: GitHub
- URL: https://github.com/doctrine/data-fixtures
- Owner: doctrine
- License: mit
- Created: 2010-09-20T21:28:26.000Z (over 14 years ago)
- Default Branch: 2.0.x
- Last Pushed: 2025-05-05T12:09:08.000Z (about 1 month ago)
- Last Synced: 2025-05-06T15:13:50.642Z (about 1 month ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage: http://www.doctrine-project.org
- Size: 805 KB
- Stars: 2,813
- Watchers: 26
- Forks: 226
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Doctrine Data Fixtures Extension
[](https://github.com/doctrine/data-fixtures/actions)
This extension aims to provide a simple way to manage and execute the loading of data fixtures
for the [Doctrine ORM or ODM](http://www.doctrine-project.org/).## More resources:
* [Website](http://www.doctrine-project.org)
* [Documentation](https://www.doctrine-project.org/projects/doctrine-data-fixtures/en/latest/index.html)## Running the tests:
Phpunit is included in the dev requirements of this package.
To setup and run tests follow these steps:
- go to the root directory of data-fixtures
- run: **composer install --dev**
- run: **vendor/bin/phpunit**