PHPackages                             amoori/license-connector - 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. amoori/license-connector

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

amoori/license-connector
========================

Connector package for License Server

0178PHP

Since Feb 11Pushed 1y agoCompare

[ Source](https://github.com/AmirMehrabi/license-connector)[ Packagist](https://packagist.org/packages/amoori/license-connector)[ RSS](/packages/amoori-license-connector/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

License Connector
=================

[](#license-connector)

[![EgoistDeveloper Laravel License Connector](https://camo.githubusercontent.com/f4a67d1ddb55ecb016f45f5dd416c566420e6e5fc66e6dcf91f11a0e07da2b59/68747470733a2f2f707265766965772e647261676f6e2d636f64652e70726f2f45676f697374446576656c6f7065722f4c6963656e73652d436f6e6e6563746f722e7376673f6272616e643d6c61726176656c)](https://github.com/laravel-ready/license-connector)

[![Stable Version](https://camo.githubusercontent.com/0d85c26712d7382190882c472c7285a2d28cf0bbee3adba1133c388872782139/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6c61726176656c2d72656164792f6c6963656e73652d636f6e6e6563746f723f6c6162656c3d737461626c65267374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-ready/license-connector)[![Unstable Version](https://camo.githubusercontent.com/85afbac0745eb275d863cee4b1701a70c0e30315d27990b00f1abd553b8761e8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f756e737461626c652d6465762d2d6d61696e2d6f72616e67653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-ready/license-connector)[![Total Downloads](https://camo.githubusercontent.com/0f924f180e902020af1199273135f7c73728e48cb7e0cf2d80c3893932919909/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d72656164792f6c6963656e73652d636f6e6e6563746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-ready/license-connector)[![License](https://camo.githubusercontent.com/03b5e6434084f6ceca633e831f44215bf0ba700c0e757e06c0fb855b40c0d0ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2d72656164792f6c6963656e73652d636f6e6e6563746f722e7376673f7374796c653d666c61742d737175617265)](LICENSE)

License Connector is continous integration tool for [License Server](https://github.com/laravel-ready/license-server) package. This package is using for connect your Laravel project with License Server.

Installation (for Client App)
-----------------------------

[](#installation-for-client-app)

Publish store migrations

Get via composer

`composer require laravel-ready/license-connector`

Configs are very important. You can find them in [license-connector.php](config/license-connector.php) file. You should read all configs and configure for your needs.

```
#publish configs

php artisan vendor:publish --tag=license-connector-configs
```

Validate License
----------------

[](#validate-license)

As you can see, this validation process is very simple and anyone is can break this license flow.

```
use LaravelReady\LicenseConnector\Services\ConnectorService;

...

$licenseKey = '46fad906-bc51-435f-9929-db46cb4baf13';
$connectorService = new ConnectorService($licenseKey);

$isLicenseValid = $connectorService->validateLicense();

if ($isLicenseValid) {
    // License is valid
    echo 'License is valid';

    print_r($connectorService->license);
} else {
    // License is invalid
    echo 'License is not valid';
}
```

To passing custom data

```
$customData = ['email' => 'testa@example.com'];
$isLicenseValid = $connectorService->validateLicense($customData);
```

⚠️ Warnings
-----------

[](#️-warnings)

- This package is under active development and is not yet stable. There may be some changes in later versions.
- Don't forget this package just provides management of licenses and server communication.
- Please don't confuse it with ioncube or similar source code encryption tools.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 58.8% 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.

### Community

Maintainers

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

---

Top Contributors

[![relliv](https://avatars.githubusercontent.com/u/17010054?v=4)](https://github.com/relliv "relliv (10 commits)")[![AmirMehrabi](https://avatars.githubusercontent.com/u/3878847?v=4)](https://github.com/AmirMehrabi "AmirMehrabi (7 commits)")

### Embed Badge

![Health badge](/badges/amoori-license-connector/health.svg)

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

###  Alternatives

[jansenfelipe/cep-gratis

Com esse pacote você poderá realizar consultas de CEP gratuitamente.

689.6k](/packages/jansenfelipe-cep-gratis)[yireo/magento2-theme-override-checker

N/A

179.1k](/packages/yireo-magento2-theme-override-checker)

PHPackages © 2026

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