fenixthelord / laravel-license-package
A Laravel package to manage licenses.
Package info
github.com/fenixthelord/laravel-license-package
pkg:composer/fenixthelord/laravel-license-package
1.0.4.28
2025-04-01 10:55 UTC
Requires
- php: ^8.1
- illuminate/support: ^10.0|^11.0
This package is auto-updated.
Last update: 2026-05-29 02:03:30 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.