Download the PHP package hofff/contao-dca-notification without Composer
On this page you can find all versions of the php package hofff/contao-dca-notification. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hofff/contao-dca-notification
More information about hofff/contao-dca-notification
Files in hofff/contao-dca-notification
Download hofff/contao-dca-notification
More information about hofff/contao-dca-notification
Files in hofff/contao-dca-notification
Vendor hofff
Package contao-dca-notification
Short Description This library sends notification for any dca based data container
License LGPL-3.0-or-later
Homepage https://hofff.com/
Package contao-dca-notification
Short Description This library sends notification for any dca based data container
License LGPL-3.0-or-later
Homepage https://hofff.com/
Please rate this library. Is it a good library?
Informations about the package contao-dca-notification
Contao DCA Notifications
This extension allows to send notifications in the Contao backend for any database based data container using the Notification Center.
Requirements
- Contao
^4.9
- PHP
^7.4 || ^8.0
- Symfony
^4.4 || ^5.1
Install
You can install hofff/contao-dca-notification
with Composer / Contao Manager.
Usage
- Create a new notification of the type DCA Submit Notification and select the table.
- A new legend Notification is created in the data container edit view
- Check checkbox Send Notification and select the created notification
Tokens
All fields being available in the active record of the data container are available as tokens.
- label_* The label of a field
- raw_* The raw value of a field
- value_* The parsed value of a field
- admin_email The email of the admin
Limitations
- This extension auto creates new columns for defined notifications but it does not delete it if the notifications are changed/deleted. This behaviour is designedly so that no configured notifications would be deleted accidentally. Use the install tool to clean up old columns instead.
- Though this extension is designed for a generic use case it should work with third party extensions. If not feel free to provide an pull request to achieve compatibility.
All versions of contao-dca-notification with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
contao/core-bundle Version ^4.4
doctrine/dbal Version ^2.11 || ^3.1
netzmacht/contao-toolkit Version ^3.7
symfony/config Version ^4.4 || ^5.1
symfony/dependency-injection Version ^4.4 || ^5.1
symfony/finder Version ^4.4 || ^5.1
symfony/http-kernel Version ^4.4 || ^5.1
symfony/translation-contracts Version ^1.1 || ^2.0
terminal42/notification_center Version ^1.6.1
contao/core-bundle Version ^4.4
doctrine/dbal Version ^2.11 || ^3.1
netzmacht/contao-toolkit Version ^3.7
symfony/config Version ^4.4 || ^5.1
symfony/dependency-injection Version ^4.4 || ^5.1
symfony/finder Version ^4.4 || ^5.1
symfony/http-kernel Version ^4.4 || ^5.1
symfony/translation-contracts Version ^1.1 || ^2.0
terminal42/notification_center Version ^1.6.1
The package hofff/contao-dca-notification contains the following files
Loading the files please wait ....