kaapiii / concrete5_doctrine_dql_extensions
The concrete5 package adds additional MySQL functions (DoctrineExtensions) to the Doctrine2 query language and the QueryBuilder.
Installs: 328
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:concrete5-package
Requires
- beberlei/doctrineextensions: ^1.1.9
- composer/installers: ~1.0|^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.17
This package is auto-updated.
Last update: 2025-03-03 07:20:27 UTC
README
Adds beberlei/DoctrineExtensions to Concrete CMS
Installation
Install the package with the projects composer.json file
- Run the following command from the installation {root} folder to get the latest version.
composer require kaapiii/concrete5_doctrine_dql_extensions
- Install the package
- Navigate to System & Settings -> Doctrine DQL Extensions to see the available DQL functions. You can now use the most common MySQL functions in your DQL queries and in the QueryBuilder.