multipass / multipass-bundle
A kick-ass Symfony Bundle to connect to third-party application based on Keeguon multipass library
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/multipass/multipass-bundle
Requires
- multipass/multipass: >=1.0.0
This package is not auto-updated.
Last update: 2025-10-11 19:09:40 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