PHPackages                             invex/invexgate-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. invex/invexgate-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

invex/invexgate-php
===================

SDK PHP pour l'intégration de la gestion de licences Invexgate.

v1.0.0(3mo ago)01MITPHPPHP ^7.4|^8.0

Since Mar 15Pushed 3mo agoCompare

[ Source](https://github.com/invex302/invexgate-php)[ Packagist](https://packagist.org/packages/invex/invexgate-php)[ RSS](/packages/invex-invexgate-php/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Invexgate PHP SDK
=================

[](#invexgate-php-sdk)

SDK PHP officiel pour l'intégration de la gestion de licences avec [Invexgate](https://invexgate.com).

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

[](#installation)

Vous pouvez installer le package via composer :

```
composer require barubitech/invexgate-php
```

Utilisation
-----------

[](#utilisation)

### Initialisation du client

[](#initialisation-du-client)

```
use BarubiTech\Invexgate\Client;

$publicKey = 'ig_live_...';
$secretKey = 'ig_sandbox_...';

$client = new Client($publicKey, $secretKey);
```

### Vérifier une licence

[](#vérifier-une-licence)

```
try {
    $response = $client->verifyLicense('XXXX-XXXX-XXXX-XXXX', 'example.com');
    if ($response['valid']) {
        echo "Licence valide !";
    }
} catch (\BarubiTech\Invexgate\Exceptions\InvexgateException $e) {
    echo "Erreur : " . $e->getMessage();
}
```

### Activer une licence

[](#activer-une-licence)

```
try {
    $response = $client->activateLicense('XXXX-XXXX-XXXX-XXXX', 'example.com', [
        'metadata' => ['custom_id' => 123]
    ]);
    echo "Licence activée avec succès.";
} catch (\BarubiTech\Invexgate\Exceptions\InvexgateException $e) {
    echo "Erreur d'activation : " . $e->getMessage();
}
```

Licence
-------

[](#licence)

MIT.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance81

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

100d ago

### Community

Maintainers

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

---

Top Contributors

[![tairougobi](https://avatars.githubusercontent.com/u/166430572?v=4)](https://github.com/tairougobi "tairougobi (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/invex-invexgate-php/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k35](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1523.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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