PHP Package: beberlei/doctrineextensions
DoctrineExtensions is a PHP library providing additional functionality to Doctrine ORM for advanced query capabilities and data types.
Package Description
DoctrineExtensions is a powerful PHP library that extends Doctrine ORM with advanced query functionalities and custom data types. It enhances the querying capabilities of Doctrine, allowing developers to perform complex database operations efficiently. With a wide range of features such as custom query functions, aggregates, and data types, DoctrineExtensions simplifies the development of robust and scalable applications. This library is a valuable addition to any project that utilizes Doctrine ORM, offering enhanced functionality and performance optimizations.
Download Latest Version: 1.5.0

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/beberlei/doctrineextensions/1.5.0/loader.php';
require_once 'libs/doctrine/orm/3.4.0/loader.php';
use DoctrineExtensions\Query\Mysql\Timestamp;
use DoctrineExtensions\Query\Mysql\Year;
$obj = new Timestamp();
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.