PHP Package: doctrine/data-fixtures

PHP library for managing data fixtures efficiently in Doctrine ORM projects.

Current Version: 2.0.2
Last Updated: 2025-01-21
PHP Requirement: ^8.1
Dependencies:
doctrine/orm
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The doctrine/data-fixtures library provides powerful tools to handle data fixtures seamlessly within Doctrine ORM projects. With a range of functionalities, it simplifies the process of managing and loading data fixtures efficiently. This library streamlines the development workflow by enabling easy integration of fixtures with database schemas and ensures smooth data loading processes.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.0.2

Download Download v2.0.2

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/doctrine/data-fixtures/2.0.2/loader.php';
require_once 'libs/doctrine/orm/{lib_version}/loader.php';

use Doctrine\Common\DataFixtures\AbstractFixture;
use Doctrine\Common\DataFixtures\Loader;
use Doctrine\Common\DataFixtures\Executor\ORMExecutor;

$obj = new AbstractFixture();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.