PHPackages                             ramizmurtaza/license-client - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. ramizmurtaza/license-client

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

ramizmurtaza/license-client
===========================

Ramiz License Verification Client

028PHP

Since Apr 11Pushed 2mo agoCompare

[ Source](https://github.com/ramizmurtaza/licence_validator)[ Packagist](https://packagist.org/packages/ramizmurtaza/license-client)[ RSS](/packages/ramizmurtaza-license-client/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Ramiz License Client
====================

[](#ramiz-license-client)

A Laravel package for Ramiz license verification.

---

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

[](#installation)

```
composer require ramiz/license-client
```

Publish the config:

```
php artisan vendor:publish --tag=sl-sync
```

---

Step 1 — Register the installation
----------------------------------

[](#step-1--register-the-installation)

On first install, run:

```
php artisan ramiz:register
```

This contacts the Ramiz licensing portal and records your installation. The administrator will review and send you credentials.

---

Step 2 — Add credentials to .env
--------------------------------

[](#step-2--add-credentials-to-env)

After receiving credentials from the administrator:

```
APP_SYNC_NODE=your-installation-id
APP_SYNC_TOKEN=your-secret-key
APP_SYNC_CHANNEL=your-product-slug
```

---

Step 3 — Protect your routes
----------------------------

[](#step-3--protect-your-routes)

In `bootstrap/app.php` or `Kernel.php`:

```
->withMiddleware(function (Middleware $middleware) {
    $middleware->prepend(\Ramiz\LicenseClient\Middleware\LicenseMiddleware::class);
})
```

Or apply to specific route groups:

```
Route::middleware('ramiz.license')->group(function () {
    // protected routes
});
```

---

Step 4 — Add to scheduler
-------------------------

[](#step-4--add-to-scheduler)

In `routes/console.php`:

```
Schedule::command('ramiz:heartbeat')->hourly();
```

---

Commands
--------

[](#commands)

CommandDescription`php artisan ramiz:register`Register this installation`php artisan ramiz:status`Check current license status`php artisan ramiz:heartbeat`Send manual heartbeat ping---

Security Layers
---------------

[](#security-layers)

LayerDescription1Portal URL hardcoded and obfuscated — not configurable2Portal signs every response — MITM attacks detected3Credentials use non-obvious .env key names4Source compiled with IonCube — unreadable bytecode

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance56

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/100155996?v=4)[Ramiz Murtaza](/maintainers/ramizmurtaza)[@ramizmurtaza](https://github.com/ramizmurtaza)

---

Top Contributors

[![RamizMedPro](https://avatars.githubusercontent.com/u/248309669?v=4)](https://github.com/RamizMedPro "RamizMedPro (24 commits)")

### Embed Badge

![Health badge](/badges/ramizmurtaza-license-client/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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