Download the PHP package 3neti/x-ray without Composer
On this page you can find all versions of the php package 3neti/x-ray. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package x-ray
Short Description Permissioned pre-claim inspection and disclosure runtime for Pay Codes.
License proprietary
Informations about the package x-ray
x-ray
3neti/x-ray provides permissioned, pre-claim inspection and disclosure for Pay Codes.
It resolves the current actor, applies an explicit disclosure policy, masks sensitive values, and renders a host-extensible inspection surface. It does not claim, redeem, execute, or mutate a Pay Code.
Requirements
- PHP 8.3 or 8.4
- Laravel 12 or 13
Installation
Laravel discovers LBHurtado\XRay\XRayServiceProvider automatically. The package
loads its configuration, namespaced view, and optional route from the package itself.
Published assets and views are host overrides, not required source files.
The default preview route is controlled by x-ray.routes.enabled, prefix, and
middleware configuration. Production deployments should place it behind the
application's authenticated, authorized disclosure boundary.
Security boundary
- Disclosure is policy-driven and denied unless the configured policy permits it.
- Sensitive values are masked before presentation.
- Host applications may replace actor, trust-metadata, disclosure-policy, and inspector implementations through the documented service bindings.
- x-ray is read-only. Claim execution remains the responsibility of x-change.
Quality gates
The hosted test matrix covers PHP 8.3 with Laravel 12 and PHP 8.4 with Laravel 13.
All versions of x-ray with dependencies
illuminate/support Version ^12.0 || ^13.0
illuminate/http Version ^12.0 || ^13.0
illuminate/routing Version ^12.0 || ^13.0
spatie/laravel-data Version ^4.17