PHPackages                             devolarax/raxos-shield - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. devolarax/raxos-shield

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

devolarax/raxos-shield
======================

Domain-based licensing shield for Laravel applications. Authenticates against the Raxos Master Hub automatically by the deployment's domain — no license key file required.

1.0.1(2mo ago)08proprietaryPHPPHP ^8.1

Since May 14Pushed 2mo agoCompare

[ Source](https://github.com/commacodes/raxos-shild)[ Packagist](https://packagist.org/packages/devolarax/raxos-shield)[ Docs](https://devolarax.com)[ RSS](/packages/devolarax-raxos-shield/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

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
--------

[](#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
------------

[](#requirements)

- PHP **≥ 8.1**
- Laravel **10 / 11 / 12 / 13**

Installation
------------

[](#installation)

```
composer require devolarax/raxos-shield
```

That's it. The package auto-registers itself.

To customise (optional):

```
php artisan vendor:publish --tag=raxos-shield-config
php artisan vendor:publish --tag=raxos-shield-views
```

Or run the interactive installer:

```
php artisan raxos:install
```

How it works
------------

[](#how-it-works)

```
Browser → Your Laravel app → RaxosShield middleware
                                  │
                                  ├─ Cache hit (5 min) → ✅ allow
                                  │
                                  └─ Cache miss → POST https://raxos.devolarax.com/sys-api/v1/verify-domain
                                                       body: {"domain": "yoursite.com"}
                                                       │
                                                       ├─ valid + HMAC OK → ✅ cache + allow
                                                       │
                                                       └─ invalid / HMAC fail → 🔒 lock screen

```

Configuration (after publishing)
--------------------------------

[](#configuration-after-publishing)

`config/raxos-shield.php`:

```
return [
    // Cache TTL in minutes (default: 5).
    'cache_ttl' => 5,

    // Paths that bypass licensing entirely.
    'bypass_paths' => ['health', 'sitemap.xml', 'robots.txt', 'favicon.ico'],
];
```

Customising the lock screen
---------------------------

[](#customising-the-lock-screen)

Publish views and edit `resources/views/vendor/raxos-shield/errors/license.blade.php`.

Support
-------

[](#support)

- Web:
- Email:

License
-------

[](#license)

Proprietary. See [LICENSE.md](LICENSE.md).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance86

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

72d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e35dafee379747e99add044b23906ca37f5cbc0decc08100549eced3881d06b?d=identicon)[smsmbero](/maintainers/smsmbero)

---

Top Contributors

[![commacodes](https://avatars.githubusercontent.com/u/88272564?v=4)](https://github.com/commacodes "commacodes (2 commits)")

---

Tags

laravelshieldlicensingdomain-licensingraxosdevolarax

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/devolarax-raxos-shield/health.svg)

```
[![Health](https://phpackages.com/badges/devolarax-raxos-shield/health.svg)](https://phpackages.com/packages/devolarax-raxos-shield)
```

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k9.0M69](/packages/spatie-laravel-responsecache)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M136](/packages/laravel-pulse)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k96.5k1](/packages/mike-bronner-laravel-model-caching)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M133](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77922.3M186](/packages/laravel-mcp)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
