PHP Package: doctrine/doctrine-laminas-hydrator

Doctrine Laminas Hydrator library provides seamless integration between Doctrine ORM and Laminas hydrator for efficient data hydration.

Current Version: 3.6.1
Last Updated: 2025-01-03
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
doctrine/doctrine-orm
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Doctrine Laminas Hydrator is a powerful PHP library that bridges the gap between Doctrine ORM and Laminas hydrator, enabling developers to effortlessly manage complex object hydration tasks. By utilizing this library, developers can enhance the performance and flexibility of their applications by streamlining the data hydration process.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.6.1

Download Download v3.6.1

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/doctrine-laminas-hydrator/3.6.1/loader.php';
require_once 'libs/doctrine/doctrine-orm/{lib_version}/loader.php';

use Doctrine\DoctrineLaminasHydrator\Hydrator;
use Doctrine\DoctrineLaminasHydrator\Strategy\NamingStrategy;

$obj = new Hydrator();
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.