Download the PHP package traffic-orchestrator/laravel without Composer
On this page you can find all versions of the php package traffic-orchestrator/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download traffic-orchestrator/laravel
More information about traffic-orchestrator/laravel
Files in traffic-orchestrator/laravel
Download traffic-orchestrator/laravel
More information about traffic-orchestrator/laravel
Files in traffic-orchestrator/laravel
Vendor traffic-orchestrator
Package laravel
Short Description Official Laravel integration for Traffic Orchestrator license validation
License MIT
Homepage https://trafficorchestrator.com/docs/sdks/laravel
Package laravel
Short Description Official Laravel integration for Traffic Orchestrator license validation
License MIT
Homepage https://trafficorchestrator.com/docs/sdks/laravel
Please rate this library. Is it a good library?
Informations about the package laravel
traffic-orchestrator-laravel
Official Laravel integration for Traffic Orchestrator.
📖 API Reference · SDK Guides · OpenAPI Spec
Install
Configuration
Set in .env:
Service Provider + Facade
Facade Methods
| Method | Auth | Description |
|---|---|---|
TO::validateLicense($token, $domain) |
No | Validate a license key |
TO::verifyOffline($token) |
No | Ed25519 offline verification |
TO::listLicenses() |
Yes | List all licenses |
TO::createLicense($options) |
Yes | Create a new license |
TO::rotateLicense($id) |
Yes | Rotate license key |
TO::deleteLicense($id) |
Yes | Revoke a license |
TO::addDomain($id, $domain) |
Yes | Add domain to license |
TO::removeDomain($id, $domain) |
Yes | Remove domain from license |
TO::getUsage() |
Yes | Get usage statistics |
TO::healthCheck() |
No | Check API health |
Middleware
Register in app/Http/Kernel.php:
Multi-Environment
Offline Verification (Enterprise)
Validate licenses locally without API calls using Ed25519 JWT signatures:
Requirements
- PHP 8.0+
- Laravel 9+
License
MIT
All versions of laravel with dependencies
PHP Build Version
Package Version
The package traffic-orchestrator/laravel contains the following files
Loading the files please wait ...