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(1mo ago)01↓100%MITPHPPHP ^7.4|^8.0

Since Mar 15Pushed 1mo 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 1mo 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

37

—

LowBetter than 82% of packages

Maintenance95

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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

55d 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

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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