PHP Package: api-platform/doctrine-orm

API Platform PHP library for Doctrine Object-Relational Mapping (ORM) integration with advanced features for managing entities efficiently.

Current Version: 4.1.15
Last Updated: Date not available
PHP Requirement: >=8.2
Dependencies:
doctrine/orm
api-platform/core
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

API Platform Doctrine ORM library provides seamless integration with the Doctrine ORM system to optimize entity management in PHP applications. It simplifies database interactions, offers robust querying capabilities, and supports entity relationships for advanced data modeling.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.1.15

Download Download v4.1.15

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/api-platform/doctrine-orm/4.1.15/loader.php';
require_once 'libs/doctrine/orm/3.4.0/loader.php';
require_once 'libs/api-platform/core/4.1.16/loader.php';

use Doctrine\ORM\EntityManager;
use Doctrine\ORM\Tools\Setup;

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