alameda-red / doctrine-extensions-bundle
Alameda Doctrine Extension bundle
0.0.2
2015-12-13 00:00 UTC
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-09 07:31:11 UTC
README
This bundle provides a couple of mathematical DQL functions to use in Doctrine. Furthermore it provides a couple of DBAL types.
Installation
You can either modify your composer.json with
{ "require" : { "alameda-red/doctrine-extensions-bundle" : "0.*" } }
or run:
$ composer require "alameda-red/doctrine-extensions-bundle=0.*"
Available DQL functions
- acos
- acosh
- asin
- asinh
- atan
- atan2
- atanh
- cos
- cosh
- degrees
- powe
- radians
- sin
- sinh
- tan
- tanh
There is also the alameda_geo_distance DQL function but due to limitations in the Doctrine DQL parser it does not work at this point.
Available DQL types
dateinterval
This type will store \DateInterval objects as string representations ('PT1H', 'P1D', ...).
timestamp
This type will handle UNIX timestamps.