PHPackages                             bentools/oauth2-qivivo - 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. bentools/oauth2-qivivo

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

bentools/oauth2-qivivo
======================

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

v0.2.0(9y ago)1321MITPHP

Since Oct 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bpolaszek/oauth2-qivivo)[ Packagist](https://packagist.org/packages/bentools/oauth2-qivivo)[ RSS](/packages/bentools-oauth2-qivivo/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (3)Used By (1)

Qivivo Provider for OAuth 2.0 Client
====================================

[](#qivivo-provider-for-oauth-20-client)

[![Latest Version](https://camo.githubusercontent.com/626c30c2fdd976d186a17ec9ef11c09bea1fbcd61c8f6b9634c1a852a460dc9a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f62706f6c61737a656b2f6f61757468322d71697669766f2e7376673f7374796c653d666c61742d737175617265)](https://github.com/bpolaszek/oauth2-qivivo/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/1f2c14d8fff61a55d6d548fff2e75181abd3af765508fbee1c1b57e5d41179f9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f62706f6c61737a656b2f6f61757468322d71697669766f2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/bpolaszek/oauth2-qivivo)[![Coverage Status](https://camo.githubusercontent.com/394b5a1550011cf0fff5e6a112ad13930281bfc6aeea49a648f5db2b71c28030/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f62706f6c61737a656b2f6f61757468322d71697669766f2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/bpolaszek/oauth2-qivivo/code-structure)[![Quality Score](https://camo.githubusercontent.com/0549101772bed8b88b74ccc8df9f221a9a8eeacaf0b4387bafd5c4a1e64882a2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f62706f6c61737a656b2f6f61757468322d71697669766f2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/bpolaszek/oauth2-qivivo)[![Total Downloads](https://camo.githubusercontent.com/d86b1f6312584ab42d215442ac2d99170af485d195446d9928a202151f99f808/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62656e746f6f6c732f6f61757468322d71697669766f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bentools/oauth2-qivivo)

This package provides Qivivo OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).

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

[](#installation)

To install, use composer:

```
composer require bentools/oauth2-qivivo

```

Usage
-----

[](#usage)

Usage is the same as The League's OAuth client, using `\BenTools\Qivivo\OAuth2\Provider\Qivivo` as the provider.

### Authorization Code Flow

[](#authorization-code-flow)

```
$provider = new BenTools\Qivivo\OAuth2\Provider\Qivivo([
    'clientId'          => '{qivivo-client-id}',
    'clientSecret'      => '{qivivo-client-secret}',
    'redirectUri'       => 'https://example.com/callback-url'
]);
```

For further usage of this package please refer to the [core package documentation on "Authorization Code Grant"](https://github.com/thephpleague/oauth2-client#usage).

Testing
-------

[](#testing)

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

Credits
-------

[](#credits)

- [Benoit POLASZEK](https://github.com/bpolaszek)
- [Steven Maguire](https://github.com/stevenmaguire/oauth2-nest) (NEST provider)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/bpolaszek/oauth2-qivivo/blob/master/LICENSE) for more information.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~125 days

Total

2

Last Release

3406d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/acdd1a8ee0e657ddd06cf11f98a32100ef7121afb8aa270a5b295f5c29c038b3?d=identicon)[bpolaszek](/maintainers/bpolaszek)

---

Top Contributors

[![bpolaszek](https://avatars.githubusercontent.com/u/5569077?v=4)](https://github.com/bpolaszek "bpolaszek (6 commits)")

---

Tags

clientoauthoauth2authorizationauthorisationqivivo

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/bentools-oauth2-qivivo/health.svg)

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

###  Alternatives

[stevenmaguire/oauth2-keycloak

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

2276.2M36](/packages/stevenmaguire-oauth2-keycloak)[patrickbussmann/oauth2-apple

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1152.7M11](/packages/patrickbussmann-oauth2-apple)[omines/oauth2-gitlab

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

36761.9k15](/packages/omines-oauth2-gitlab)[league/oauth2-instagram

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

661.1M43](/packages/league-oauth2-instagram)[mollie/oauth2-mollie-php

Mollie Provider for OAuth 2.0 Client

261.8M1](/packages/mollie-oauth2-mollie-php)[dalpras/oauth2-gotowebinar

LogMeIn GoToWebinar OAuth 2.0 Client Provider for the PHP League's OAuth 2.0 Client

1245.5k](/packages/dalpras-oauth2-gotowebinar)

PHPackages © 2026

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