Download the PHP package cvo-technologies/cakephp-notifier without Composer
On this page you can find all versions of the php package cvo-technologies/cakephp-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cvo-technologies/cakephp-notifier
More information about cvo-technologies/cakephp-notifier
Files in cvo-technologies/cakephp-notifier
Download cvo-technologies/cakephp-notifier
More information about cvo-technologies/cakephp-notifier
Files in cvo-technologies/cakephp-notifier
Vendor cvo-technologies
Package cakephp-notifier
Short Description CvoTechnologies/Notifier plugin for CakePHP
License MIT
Package cakephp-notifier
Short Description CvoTechnologies/Notifier plugin for CakePHP
License MIT
Please rate this library. Is it a good library?
Informations about the package cakephp-notifier
CvoTechnologies/Notifier plugin for CakePHP
Usage
Configuring notifications transports
Add the following section to your application config in app.php
.
Creating a notifier
Creating notification template
Create a template file in Template/Notification/transport-type
. This will be used as template for the notification.
For example: Template/Notification/irc/welcome.ctp
Using it
Using the notifier is very easy. Here's an example on how to use it in a controller:
Creating a transport
A transport is used to talk to a particular service.
It can accept configuration options that are passed from the NotificationTransport
section in your application config.
All versions of cakephp-notifier with dependencies
PHP Build Version
Package Version
The package cvo-technologies/cakephp-notifier contains the following files
Loading the files please wait ....