PHP Package: dunglas/doctrine-json-odm

Doctrine JSON Object Document Mapper for efficient data storage and retrieval in PHP applications.

Current Version: 1.4.2
Last Updated: 2024-11-26
PHP Requirement: >=8.1
Dependencies:
doctrine/doctrine-bundle
doctrine/annotations
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Doctrine JSON Object Document Mapper (ODM) is a library that provides seamless integration to store and retrieve data efficiently in PHP applications. By using JSON as the underlying data format, it ensures flexibility and performance. This library simplifies the mapping of PHP objects to JSON documents, facilitating data management and interaction within applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.4.2

Download Download v1.4.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/dunglas/doctrine-json-odm/1.4.2/loader.php';
require_once 'libs/doctrine/doctrine-bundle/{lib_version}/loader.php';
require_once 'libs/doctrine/annotations/2.0.2/loader.php';

use Dunglas\DoctrineJsonOdm\DocumentManager;
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;

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