Download the PHP package tanuck/pusher without Composer

On this page you can find all versions of the php package tanuck/pusher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package pusher

CakePHP Pusher

Build Status License Total Downloads

A CakePHP plugin for interaction with the Pusher API.

Installation

Include the following in your composer.json file:

Note: This plugin should install in your Plugin directory rather than the composer vendors directory.

Configuration

Firstly, you must load the plugin:

Include the component in your controller:

This is the most basic form taken by the Component constructor, for further configuration options see the Usage section below.

Then access the Component like so:

Usage

If you wish to use just the one Pusher app in your CakePHP application, then the $components definition above will be enough. The options available mirror those passed to the Pusher API constructor (see here form more information).

The plugin allows you to configure and use multiple Pusher apps with the Component. This can be done by nesting the configuration arrays in the component settings, the array index of each will become the internal alias to each Pusher app. For example:

NOTE: When using more than one Pusher instance you must specifiy a main app.

You can interact with the default main app using the methods directly on the component or you can specify an app to use with the with method:

You can get and set the name of the default Pusher app like so:

And you can add additional app configurations on the fly:

License

cakephp-pusher is offered under an MIT license.


All versions of pusher with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3
composer/installers Version *
pusher/pusher-php-server Version ~2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tanuck/pusher contains the following files

Loading the files please wait ....