Download the PHP package nanorocks/laravel-license-manager without Composer
On this page you can find all versions of the php package nanorocks/laravel-license-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nanorocks/laravel-license-manager
More information about nanorocks/laravel-license-manager
Files in nanorocks/laravel-license-manager
Package laravel-license-manager
Short Description A Laravel package for flexible license key management. Ideal for SaaS platforms, plugins, and systems that require license validation, assignment, and lifecycle management.
License MIT
Homepage https://github.com/nanorocks/laravel-license-manager
Informations about the package laravel-license-manager
Laravel License Manager
A Laravel package for flexible license key management. Ideal for SaaS platforms, plugins, and systems that require license validation, assignment, and lifecycle management. This package allows you to generate, assign, validate, and manage license keys stored in your database. Includes Facade support for easy integration anywhere in your application.
Installation
Install the package via Composer:
Publish and run the migrations:
Publish the configuration:
Example config file (``):
Usage
Using the Service Class
Using the Facade
Artisan Command
Generate a license via Artisan:
Testing
Run the package tests:
Changelog
Please see CHANGELOG for detailed information on changes and updates.
Contributing
Please see CONTRIBUTING for contribution guidelines.
Security Vulnerabilities
Report any security issues via our security policy.
Credits
- Nanorocks
- All Contributors (GitHub)
License
This package is open-source under the MIT License. See LICENSE for details.
All versions of laravel-license-manager with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^11.0||^12.0