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

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

laravel-ready/license-connector
===============================

Connector package for License Server

v2.0.0(1y ago)351.8k11[1 PRs](https://github.com/laravel-ready/license-connector/pulls)MITPHPPHP ^8.2 || ^8.1 || ^8.0

Since May 18Pushed 1y ago3 watchersCompare

[ Source](https://github.com/laravel-ready/license-connector)[ Packagist](https://packagist.org/packages/laravel-ready/license-connector)[ RSS](/packages/laravel-ready-license-connector/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (5)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

38

—

LowBetter than 85% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 86.7% 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 ~249 days

Total

4

Last Release

713d ago

Major Versions

v1.1.2 → v2.0.02024-06-04

PHP version history (3 changes)1.0.1PHP ^8.0.2

v1.1.2PHP ^8.1 || ^8.0

v2.0.0PHP ^8.2 || ^8.1 || ^8.0

### Community

Maintainers

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

---

Top Contributors

[![relliv](https://avatars.githubusercontent.com/u/17010054?v=4)](https://github.com/relliv "relliv (13 commits)")[![KirePetrov](https://avatars.githubusercontent.com/u/45404506?v=4)](https://github.com/KirePetrov "KirePetrov (2 commits)")

---

Tags

laravellicenselicense-checkinglicense-clientlicense-connectorlaravellicenselicense-managerlicense-server

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel-ready/license-server

License server for Laravel

1271.2k](/packages/laravel-ready-license-server)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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