fenixthelord / laravel-license-package
A Laravel package to manage licenses.
1.0.4.28
2025-04-01 10:55 UTC
Requires
- php: ^8.1
- illuminate/support: ^10.0|^11.0
- dev-main
- 1.0.4.28
- 1.0.4.27
- 1.0.4.26
- 1.0.4.25
- 1.0.4.24
- 1.0.4.23
- 1.0.4.22
- 1.0.4.21
- 1.0.4.20
- 1.0.4.19
- 1.0.4.18
- 1.0.4.17
- 1.0.4.16
- 1.0.4.15
- 1.0.4.14
- 1.0.4.13
- 1.0.4.12
- 1.0.4.11
- 1.0.4.9
- 1.0.4.8
- 1.0.4.7
- 1.0.4.6
- 1.0.4.5
- 1.0.4.4
- 1.0.4.3
- 1.0.4.2
- 1.0.4.1
- 1.0.4.0
- 1.0.3.7
- 1.0.3.6
- 1.0.3.5
- 1.0.3.4
- 1.0.3.3
- 1.0.3.2
- 1.0.3.1
- 1.0.3.0
- 1.0.2.9
- 1.0.2.8
- 1.0.2.7
- 1.0.2.5
- 1.0.2.4
- 1.0.2.3
- 1.0.2.2
- 1.0.2.1
- 1.0.2.0
- 1.0.1.9
- 1.0.1.8
- 1.0.1.7
- 1.0.1.6
- 1.0.1.5
- 1.0.1.4
- 1.0.1.3
- 1.0.1.2
- 1.0.1.1
- 1.0.1.0
- 1.0.0
- dev-clear
- dev-with-control-panel
This package is auto-updated.
Last update: 2025-07-31 00:26:54 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.