Download the PHP package swis/database-extra-bundle without Composer
On this page you can find all versions of the php package swis/database-extra-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download swis/database-extra-bundle
More information about swis/database-extra-bundle
Files in swis/database-extra-bundle
Download swis/database-extra-bundle
More information about swis/database-extra-bundle
Files in swis/database-extra-bundle
Vendor swis
Package database-extra-bundle
Short Description This bundle extends the behaviour of a SQLite database in a Symfony2 project.
License MIT
Package database-extra-bundle
Short Description This bundle extends the behaviour of a SQLite database in a Symfony2 project.
License MIT
Keywords SQLite database behaviour
Please rate this library. Is it a good library?
Informations about the package database-extra-bundle
SwisDatabaseExtraBundle
This bundle provides additional features for databases in any Symfony 2 project.
Core features
- Trigonometric and other additional functions for SQLite (ACOS, COS, RADIANS, SIN, SQRT, MOD, LOCATE)
- DQL definitions of trigonometric functions for their usage with Doctrine (ACOS, COS, RADIANS, SIN)
Instructions
1) Include the bundle in your composer.json
2) Enable it in your AppKernel.php
3a) For enabling the SQLite driver, edit your config.yml
:
3b) For enabling the DQL functions, edit your config.yml
:
All versions of database-extra-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
symfony/symfony Version ~2.3
doctrine/dbal Version >=2.3
doctrine/orm Version >=2.3
symfony/symfony Version ~2.3
doctrine/dbal Version >=2.3
doctrine/orm Version >=2.3
The package swis/database-extra-bundle contains the following files
Loading the files please wait ....