just2trade / doctrine-extensions
Set of functions for doctrine and PgSql
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
pkg:composer/just2trade/doctrine-extensions
Requires
- php: ^7.1|^8.0
Requires (Dev)
- ext-sqlite3: *
- doctrine/annotations: ^1.13
- doctrine/orm: ~2.0
- phpunit/phpunit: ~9.5
- symfony/cache: ^5.4|^6.0
This package is auto-updated.
Last update: 2025-10-07 19:46:30 UTC
README
This package contains useful functions of PgSQL implemented for Doctrine DQL
- DateTrunc
- Every
- InArray
- Right
- ToChar
Installation
To install this package, run the command below, and you will get the latest version:
composer require just2trade/doctrine-extensions
In order to run tests:
./vendor/bin/phpunit
Note: you have to enable sqlite ext. in php.ini to run tests