This package contains useful functions of PgSQL implemented for Doctrine DQL
- DateTrunc
- Every
- InArray
- Right
- ToChar
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