PHPackages                             spoadev/llls-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. spoadev/llls-connector

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

spoadev/llls-connector
======================

Light License Laravel Server Connector for PHP clients

v1.0.0(1y ago)061MITPHPPHP &gt;=7.4

Since Apr 16Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

LLLS License Connector (PHP)
============================

[](#llls-license-connector-php)

Connector package to verify licenses from [LLLS (Light Laravel License Server)](https://github.com/spoadev/llls) by SPOAdev.

---

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

[](#installation)

Add to your project using Composer:

```
composer require spoadev/llls-connector
```

Usage Example
-------------

[](#usage-example)

```
use Llls\Connector\LicenseConnector;

$connector = new LicenseConnector('https://llls.domain.tld');

$response = $connector->verify('LICENSE-KEY', 'end-client-domain.tld');

if (($response['status'] ?? '') === 'valid') {
    $payload = $response['update'] ?? [];

    // Handle update data
    if (!empty($payload)) {
        // Example:
        // $payload['latest_version']
        // $payload['download_url']
        // $payload['changelog']
    }
}
```

Response Example
----------------

[](#response-example)

```
{
  "status": "valid",
  "message": "License is valid",
  "expires_at": "2025-07-15 00:00:00",
  "update": {
    "latest_version": "2.3.5",
    "download_url": "https://my.storage.tld/update.zip",
    "changelog": "Performance improvements",
    "force_update": "true"
  }
}
```

Optional: Guzzle Support
------------------------

[](#optional-guzzle-support)

If Guzzle is available, the connector will use it automatically. Otherwise, it will fallback to native PHP cURL.

#### To install Guzzle:

[](#to-install-guzzle)

```
composer require guzzlehttp/guzzle
```

Requirements
------------

[](#requirements)

- PHP 7.4 or higher
- Laravel, WordPress, Symfony, or any PHP environment

Version
-------

[](#version)

**1.0.0** — Initial release

Changelog
---------

[](#changelog)

### 1.0.0 (04/15/2025)

[](#100-04152025)

- Initial release
- License verification via POST
- Dynamic update payload support
- Guzzle fallback to cURL
- Compatible with any PHP client

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance47

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

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

397d ago

### Community

Maintainers

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

---

Top Contributors

[![reymaro0](https://avatars.githubusercontent.com/u/33526005?v=4)](https://github.com/reymaro0 "reymaro0 (3 commits)")

### Embed Badge

![Health badge](/badges/spoadev-llls-connector/health.svg)

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

###  Alternatives

[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3761.0M11](/packages/markstory-asset-compress)[overtrue/laravel-favorite

User favorite features for Laravel Application.

444301.7k1](/packages/overtrue-laravel-favorite)[digital-creative/collapsible-resource-manager

A custom sidebar menu with collapsible groups

201869.2k1](/packages/digital-creative-collapsible-resource-manager)[archtechx/laravel-seo

324305.3k3](/packages/archtechx-laravel-seo)[jbzoo/data

An extended version of the ArrayObject object for working with system settings or just for working with data arrays

891.6M23](/packages/jbzoo-data)[mybuilder/cronos

Configure Cron task through PHP

152526.8k2](/packages/mybuilder-cronos)

PHPackages © 2026

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