PHPackages                             3neti/x-rider - 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. 3neti/x-rider

ActiveLibrary

3neti/x-rider
=============

Programmable claimant experience layer for post-claim rider messages, redirects, splash, analytics seams, and future campaign runtimes.

v1.0.0(yesterday)02↑2900%1proprietaryPHPPHP &gt;=8.3CI passing

Since Jul 31Pushed yesterdayCompare

[ Source](https://github.com/3neti/x-rider)[ Packagist](https://packagist.org/packages/3neti/x-rider)[ RSS](/packages/3neti-x-rider/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (10)Versions (2)Used By (1)

x-rider
=======

[](#x-rider)

`3neti/x-rider` is the claimant experience package for post-claim rider messages, safe redirects, splash/continuation surfaces, analytics seams, and future campaign drivers.

Principle
---------

[](#principle)

- `x-change` owns financial truth.
- `x-rider` owns claimant experience.

Initial scope
-------------

[](#initial-scope)

- Rider DTOs
- Rider experience resolver
- Safe redirect resolver
- Success page shell
- Redirect controller
- Analytics recorder seam
- Future driver contract

Install
-------

[](#install)

```
composer require 3neti/x-rider
php artisan vendor:publish --tag=x-rider-config
php artisan vendor:publish --tag=x-rider-drivers
php artisan vendor:publish --tag=x-rider-ui
```

Laravel discovers `LBHurtado\XRider\XRiderServiceProvider` automatically. The package owns its configuration, default driver manifests, optional routes, and Vue runtime source. Publishing creates host overrides; it is not required for the PHP runtime to resolve the package defaults.

Compatibility
-------------

[](#compatibility)

- PHP 8.3 or 8.4
- Laravel 12 or 13
- Node.js 20 or 22 for frontend verification

Safety boundary
---------------

[](#safety-boundary)

- HTML splash content is sanitized before presentation.
- Redirects are denied unless their scheme and host satisfy the configured policy.
- Runtime actions are normalized before execution and unknown actions fail safely.
- `x-rider` presents the claimant experience only. It does not authorize, settle, redeem, or mutate a Pay Code.

Current integration model
-------------------------

[](#current-integration-model)

`x-change` should invoke `x-rider` only after an accepted claim outcome.

```
claim accepted
    ↓
RiderExperienceResolver
    ↓
Success.vue
    ↓
RiderRedirectController

```

Quality gates
-------------

[](#quality-gates)

```
composer validate --strict
composer pint
composer test
npm ci
npm run test:frontend
npm audit
composer audit
```

Hosted verification covers both supported PHP/Laravel lanes and the package-owned Vue runtime.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance100

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/586e1ed70140038e6348728222adbcf68bfc4455b1f94a4f8bcbe57917a63d57?d=identicon)[3neti](/maintainers/3neti)

---

Top Contributors

[![3neti](https://avatars.githubusercontent.com/u/89447696?v=4)](https://github.com/3neti "3neti (72 commits)")

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/3neti-x-rider/health.svg)

```
[![Health](https://phpackages.com/badges/3neti-x-rider/health.svg)](https://phpackages.com/packages/3neti-x-rider)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.4M352](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

78727.1M205](/packages/laravel-mcp)[intervention/image-laravel

Laravel Integration of Intervention Image

1589.8M208](/packages/intervention-image-laravel)[api-platform/laravel

API Platform support for Laravel

58174.6k18](/packages/api-platform-laravel)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)

PHPackages © 2026

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