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
Requires
- multipass/multipass: >=1.0.0
This package is not auto-updated.
Last update: 2025-03-29 16:33:47 UTC
README
Symfony Bundle for Multipass library.
Dependencies
- PHP 5.3.x
- Official OAuth extension (http://pecl.php.net/oauth)
- oauth2-php (https://github.com/Keeguon/oauth2-php)
- Multipass (https://github.com/Keeguon/Multipass)
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