muffin / pusher
Pusher Webservice (API) for CakePHP 3
Installs: 219
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 1
Type:cakephp-plugin
Requires
- muffin/webservice: ^1.0
- pusher/pusher-php-server: ^2.4
Requires (Dev)
- cakephp/cakephp: ^3.0
- cakephp/cakephp-codesniffer: ^2.0
- phpunit/phpunit: ^4.1
This package is auto-updated.
Last update: 2024-10-28 01:53:11 UTC
README
Pusher Webservice (API) for CakePHP 3
Install
Using Composer:
composer require muffin/pusher:dev-master
You then need to load the plugin. You can use the shell command:
bin/cake plugin load Muffin/Pusher
or by manually adding statement shown below to bootstrap.php
:
Plugin::load('Muffin/Pusher');
Usage
In your app.php
, configure your Pusher service like any other configuration, by adding a new element to the configure array:
'Webservices' => [
'pusher' => [
'className' => 'Muffin\Webservice\Connection',
'service' => 'Muffin/Pusher.Pusher',
]
]
Patches & Features
- Fork
- Mod, fix
- Test - this is important, so it's not unintentionally broken
- Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
- Pull request - bonus point for topic branches
To ensure your PRs are considered for upstream, you MUST follow the CakePHP coding standards.
Bugs & Feedback
http://github.com/usemuffin/pusher/issues
License
Copyright (c) 2015, Use Muffin and licensed under The MIT License.