PHPackages                             cmapps/laravel-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. cmapps/laravel-license-client

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

cmapps/laravel-license-client
=============================

Laravel SDK for License Verification

v1.0.13(1y ago)114MITPHP

Since May 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/drjonhoebernews/laravel-license-client)[ Packagist](https://packagist.org/packages/cmapps/laravel-license-client)[ RSS](/packages/cmapps-laravel-license-client/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (15)Used By (0)

Laravel License Client SDK
==========================

[](#laravel-license-client-sdk)

Laravel uygulamalarınızda lisans doğrulama işlemlerini hızlı, güvenli ve bypass edilemez şekilde gerçekleştirmek için geliştirilmiş resmi CMapps SDK'sıdır.

🚀 Özellikler
------------

[](#-özellikler)

- 🔒 Şifreli lisans anahtarı doğrulama (AES + Base64)
- 🔐 SDK içinden gizlenmiş endpoint (obfuscation)
- 🧠 Signature ile sahte API engelleme (HMAC SHA256)
- ☁️ Laravel cache desteği
- 🛡️ Domain, IP, App ID kontrolü
- ❌ Laravel dışı ortamlarda çalışmayı engeller

---

⚙️ Kurulum
----------

[](#️-kurulum)

```
composer require cmapps/laravel-license-client

php artisan vendor:publish --tag=license-client-config
```

.env dosyanıza aşağıdaki satırı ekleyin:

```
LICENSE_APP_ID=your-cmapps-app-id

```

Bu app\_id, lisans üretimi sırasında sunucu tarafında tanımlanmış ID ile eşleşmelidir.

```
use Cmapps\LaravelLicenseClient\LicenseClient;

$client = new LicenseClient([
    'license_key' => 'ZXlKcGRpSTZJbmszWmxSTGFEaH...',
    'domain' => request()->getHost(),
    'ip' => request()->ip(),
]);

$response = $client->verify();

if ($response['valid']) {
    $expiresAt = $response['data']['expires_at'];
    $templateId = $response['data']['product_template_id'];
} else {
    // Hata: $response['message']
}

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance46

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Every ~0 days

Total

14

Last Release

411d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15785950?v=4)[cmapps](/maintainers/cmapps)[@cmapps](https://github.com/cmapps)

---

Top Contributors

[![ebradshaw137](https://avatars.githubusercontent.com/u/33701068?v=4)](https://github.com/ebradshaw137 "ebradshaw137 (17 commits)")

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11937.9M7.0k](/packages/illuminate-http)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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