2017 © Pedro Peláez
 

cakephp-plugin pusher

Pusher Webservice (API) for CakePHP 3

image

muffin/pusher

Pusher Webservice (API) for CakePHP 3

  • Tuesday, June 21, 2016
  • by jadb
  • Repository
  • 3 Watchers
  • 3 Stars
  • 184 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

Pusher

Build Status Coverage Total Downloads License, (*1)

Pusher Webservice (API) for CakePHP 3, (*2)

Install

Using Composer:, (*3)

composer require muffin/pusher:dev-master

You then need to load the plugin. You can use the shell command:, (*4)

bin/cake plugin load Muffin/Pusher

or by manually adding statement shown below to bootstrap.php:, (*5)

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:, (*6)

    '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., (*7)

Bugs & Feedback

http://github.com/usemuffin/pusher/issues, (*8)

License

Copyright (c) 2015, Use Muffin and licensed under The MIT License., (*9)

The Versions

21/06 2016