Home

Awesome

Pusher

Build Status Coverage Total Downloads License

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

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.