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

1.0 2022-04-06 14:01 UTC

This package is auto-updated.

Last update: 2025-10-07 19:46:30 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