multipass/multipass-bundle

There is no license information available for the latest version (dev-master) of this package.

A kick-ass Symfony Bundle to connect to third-party application based on Keeguon multipass library

dev-master 2012-07-11 08:46 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:20:30 UTC


README

Symfony Bundle for Multipass library.

Dependencies

Installation

composer

To install MultiPassBundle with composer you simply need to create a composer.json in your project root and add:

{
    "require": {
        "multipass/multipassBundle": ">=1.0.0"
    }
}

Then run

$ wget -nc http://getcomposer.org/composer.phar
$ php composer.phar install