PHPackages                             multipass/multipass - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. multipass/multipass

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

multipass/multipass
===================

A kick-ass PHP library to connect to third-party applications.

1.4.1(11y ago)207.4k4MITPHPPHP &gt;=5.4

Since Jan 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Keeguon/MultiPass)[ Packagist](https://packagist.org/packages/multipass/multipass)[ Docs](https://github.com/Keeguon/MultiPass)[ RSS](/packages/multipass-multipass/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (17)Used By (0)

MultiPass [![Build Status](https://camo.githubusercontent.com/a414ad9e35b121a0e1efaa4b0e70c8d88310cc4415a70c124733caf43c656644/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f4b656567756f6e2f4d756c7469506173732e706e67)](http://travis-ci.org/Keeguon/MultiPass)
=============================================================================================================================================================================================================================================================================

[](#multipass-)

MultiPass is a kick-ass library to authenticate yourself against third-party APIs using the OAuth 1 or OAuth 2 authentication scheme. It is widely inspired by similar work in other language such as OmniAuth in Ruby or Passport in Node/JS.

Dependencies
------------

[](#dependencies)

- PHP 5.4.x or newer
- Official OAuth extension ()
- oauth2-php ()

Installation
------------

[](#installation)

### composer

[](#composer)

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

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

Then run

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

You have now MultiPass installed in vendor/multipass/multipass

And an handy autoload file to include in you project in vendor/.composer/autoload.php

Testing
-------

[](#testing)

The library is fully tested with PHPUnit for unit tests. To run tests you need PHPUnit which can be installed using the project dependencies as follows:

```
$ php composer.phar install --dev
```

Then to run the test suites

```
$ vendor/bin/phpunit
```

License
-------

[](#license)

Copyright (c) 2013 Félix Bellanger

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 96.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~67 days

Recently: every ~115 days

Total

16

Last Release

4223d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.3.2

1.4.0PHP &gt;=5.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c6474742b99d7e56d785de62350e9b8ed8a5d41956272ac62803d55a7bf4e41?d=identicon)[Keeguon](/maintainers/Keeguon)

---

Top Contributors

[![keeguon](https://avatars.githubusercontent.com/u/322354?v=4)](https://github.com/keeguon "keeguon (140 commits)")[![kpobococ](https://avatars.githubusercontent.com/u/144050?v=4)](https://github.com/kpobococ "kpobococ (2 commits)")[![Mordred](https://avatars.githubusercontent.com/u/29232?v=4)](https://github.com/Mordred "Mordred (2 commits)")[![albyrock87](https://avatars.githubusercontent.com/u/1423005?v=4)](https://github.com/albyrock87 "albyrock87 (1 commits)")

---

Tags

oauthoauth2connectmultipass

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/multipass-multipass/health.svg)

```
[![Health](https://phpackages.com/badges/multipass-multipass/health.svg)](https://phpackages.com/packages/multipass-multipass)
```

###  Alternatives

[league/oauth2-server

A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.

6.6k136.0M248](/packages/league-oauth2-server)[league/oauth2-client

OAuth 2.0 Client Library

3.8k118.6M1.2k](/packages/league-oauth2-client)[bshaffer/oauth2-server-php

OAuth2 Server for PHP

3.3k15.2M106](/packages/bshaffer-oauth2-server-php)[hwi/oauth-bundle

Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony.

2.4k21.5M69](/packages/hwi-oauth-bundle)[knpuniversity/oauth2-client-bundle

Integration with league/oauth2-client to provide services

83416.7M61](/packages/knpuniversity-oauth2-client-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
