Download the PHP package anklimsk/cakephp-notify without Composer
On this page you can find all versions of the php package anklimsk/cakephp-notify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download anklimsk/cakephp-notify
More information about anklimsk/cakephp-notify
Files in anklimsk/cakephp-notify
Download anklimsk/cakephp-notify
More information about anklimsk/cakephp-notify
Files in anklimsk/cakephp-notify
Vendor anklimsk
Package cakephp-notify
Short Description Sending E-mail using task queues and sending a notification to the user using WEB Notifications API from CakePHP 2.x
License MIT
Homepage https://github.com/anklimsk/cakephp-notify
Package cakephp-notify
Short Description Sending E-mail using task queues and sending a notification to the user using WEB Notifications API from CakePHP 2.x
License MIT
Homepage https://github.com/anklimsk/cakephp-notify
Please rate this library. Is it a good library?
Informations about the package cakephp-notify
CakePHP 2.x Notification plugin
Sending E-mail from CakePHP using task queues and sending a notification to the user using WEB Notifications API
This plugin provides next features:
- Sending E-mail from CakePHP using task queues;
- Using Inline CSS style with
Twitter Bootstrap
; - Notification to the user by ID or role using WEB Notifications API.
Installation
- Install the Plugin using composer:
composer require anklimsk/cakephp-notify
-
Add the next line to the end of the file
app/Config/bootstrap.php
: - Copy configuration file from
app/Plugin/CakeNotify/Config/email.php.defaultё to ёapp/Config/email.php
-
Add
JavaScript
files in your layout: - Get the name of the user that is running the web server, run the command:
ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1
. - Configure scripts to run schedule, run the command
crontab -u www-data -e
wherewww-data
- user name for web server. - Add the following line to the list of cron jobs:
Using
Using this plugin
All versions of cakephp-notify with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
composer/installers Version ^1.5.0
anklimsk/cakephp-extended-test Version ^1.0.0
anklimsk/cakephp2-theme Version ^1.0.0
dereuromark/cakephp-queue Version ^2.3.0
dereuromark/cakephp-tools Version ^0.12.4
composer/installers Version ^1.5.0
anklimsk/cakephp-extended-test Version ^1.0.0
anklimsk/cakephp2-theme Version ^1.0.0
dereuromark/cakephp-queue Version ^2.3.0
dereuromark/cakephp-tools Version ^0.12.4
The package anklimsk/cakephp-notify contains the following files
Loading the files please wait ....