just2trade/doctrine-extensions

Set of functions for doctrine and PgSql

1.0 2022-04-06 14:01 UTC

This package is auto-updated.

Last update: 2024-04-07 16:34:43 UTC


README

Tests

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