Download the PHP package devwebs01/gh-license without Composer
On this page you can find all versions of the php package devwebs01/gh-license. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download devwebs01/gh-license
More information about devwebs01/gh-license
Files in devwebs01/gh-license
Download devwebs01/gh-license
More information about devwebs01/gh-license
Files in devwebs01/gh-license
Vendor devwebs01
Package gh-license
Short Description Simple licensing client for Laravel applications - license validation, device fingerprinting, offline grace period, and feature flags.
License MIT
Homepage https://github.com/devWebs01/Licensing-Client
Package gh-license
Short Description Simple licensing client for Laravel applications - license validation, device fingerprinting, offline grace period, and feature flags.
License MIT
Homepage https://github.com/devWebs01/Licensing-Client
Please rate this library. Is it a good library?
Informations about the package gh-license
Laravel Licensing Client
Package: devwebs01/gh-license
Version: 1.1.0
Architecture: GitHub Raw JSON Sync — no API server required.
Installation
Configuration
Note: The server pushes
max_devices,features, andupdated_atfields to GitHub.
The client enforcesmax_deviceslocally (showsdeviceLimitReachedflag) and exposesfeaturesfor feature flag checks.
Commands
Quick Start
- Set
LICENSING_GITHUB_RAWto your GitHub raw content base URL - Set
LICENSING_KEYto the license key - Run
php artisan license:activate {key} - Add
->middleware('license')to protected routes
How It Works
- License Monitor pushes JSON status files to GitHub (includes
max_devices,features,expires_at,status) - Client fetches from
https://raw.githubusercontent.com/.../licenses/{hash}.json - Status is cached locally with offline grace period and HMAC integrity check
- Server sync runs on Artisan schedule; stale cache auto-refresh on critical operations
license:statusdisplays all enriched fields;license_info()andlicense_is_valid()helpers available
Testing
All versions of gh-license with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
laravel/framework Version ^10.0 || ^11.0 || ^12.0 || ^13.0
guzzlehttp/guzzle Version ^7.0
laravel/framework Version ^10.0 || ^11.0 || ^12.0 || ^13.0
guzzlehttp/guzzle Version ^7.0
The package devwebs01/gh-license contains the following files
Loading the files please wait ...