webexmachina / contao-utils
Utilities for Contao Open Source CMS
Installs: 750
Dependents: 10
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- ext-curl: *
- ext-intl: *
- ext-json: *
- codefog/contao-haste: ^4.24 || ^5.0
- contao/core-bundle: ^4.9 || ^5.0
- phpseclib/phpseclib: ^3.0
Requires (Dev)
- contao/contao-rector: dev-main
- contao/manager-plugin: ^2.0
- rector/rector: ^1.1
README
Functionalities
- Provide some utilities for develop Contao extensions
- Class to execute commands
- Class to generate strings
- Extends Contao Query Builder
- Extends Contao String Util
- Extends Contao Model abstract class
- Provide a service for encrypt and decrypt data with blowfish
System requirements
- Contao 4.* (Manager Edition)
Installation
Clone the extension from Packagist (Contao 4 - Manager Edition) or directly from Composer
Enable Encryption Service
need to be explicitly enabled in your services.yml like this :
services: WEM\UtilsBundle\Classes\Encryption: arguments: $secret: '%env(APP_SECRET)%' $truncateKey: false
If you used the old contao service encryption, and you have some old data encrypted with, set truncateKey at true.
Documentation
License
This extension is licensed under the terms of the Apache License 2.0. The full license text is available in the main folder.
Getting support
Visit the support page to submit an issue or just get in touch :)
Installing from Git
You can get the extension with this repository URL : Github