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

2.0.6 2024-11-04 17:19 UTC

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