Download the PHP package devolarax/raxos-shield without Composer
On this page you can find all versions of the php package devolarax/raxos-shield. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download devolarax/raxos-shield
More information about devolarax/raxos-shield
Files in devolarax/raxos-shield
Package raxos-shield
Short Description Domain-based licensing shield for Laravel applications. Authenticates against the Raxos Master Hub automatically by the deployment's domain — no license key file required.
License proprietary
Homepage https://devolarax.com
Informations about the package raxos-shield
Raxos Shield
Domain-based licensing shield for Laravel applications.
Authenticates each deployment against the Raxos Master Hub automatically by the request's hostname — no license key file is required on the client side. If the domain is registered in the Master Hub and the license is active, the app runs. Otherwise, a locked-out page is shown.
Features
- 🔐 Zero-config domain auth — install, deploy, done. The Master recognises the domain.
- 🔏 HMAC-signed responses — every Master Hub reply is verified to defeat MITM.
- ⚡ 5-minute cache — minimal latency and load on the Master.
- 🚦 Fail-closed — network errors block access (configurable grace period).
- 📦 Auto-discovery — Laravel auto-registers the middleware.
- 🛑 Bypass paths — static assets, health checks, and the Master Hub itself are exempt.
Requirements
- PHP ≥ 8.1
- Laravel 10 / 11 / 12 / 13
Installation
That's it. The package auto-registers itself.
To customise (optional):
Or run the interactive installer:
How it works
Configuration (after publishing)
config/raxos-shield.php:
Customising the lock screen
Publish views and edit resources/views/vendor/raxos-shield/errors/license.blade.php.
Support
- Web: https://devolarax.com
- Email: [email protected]
License
Proprietary. See LICENSE.md.
All versions of raxos-shield with dependencies
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
illuminate/http Version ^10.0|^11.0|^12.0|^13.0
illuminate/cache Version ^10.0|^11.0|^12.0|^13.0
illuminate/console Version ^10.0|^11.0|^12.0|^13.0