fenixthelord/laravel-license-package

A Laravel package to manage licenses.

Installs: 78

Dependents: 0

Suggesters: 0

Security: 0

Stars: 16

Watchers: 1

Forks: 7

Open Issues: 3

pkg:composer/fenixthelord/laravel-license-package

1.0.4.28 2025-04-01 10:55 UTC

README

Secure license management for Laravel applications.

Installation

composer require fenixthelord/laravel-license-package

Add to .env:

LICENSE_MODE=server LICENSE_KEY=your_license_key LICENSE_SERVER_URL=https://your-license-server.com LICENSE_ENCRYPTION_KEY=your_encryption_key

Usage

php artisan license:install

API Endpoints

Endpoint Method Description
/api/license/verify POST Verify license validity
/api/license/generate POST Generate new license

Security

Use HTTPS for all license server communications.