flabib / xray
This package inspired by spatie/ray
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/flabib/xray
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.4
- illuminate/support: ^9.21
This package is auto-updated.
Last update: 2025-11-27 18:58:39 UTC
README
This package is an open-source alternative for spatie/laravel-ray. Currently, it is still in development.
Some basic usage such as logging is already implemented.
Installation Guide
If you already downloaded the XRay-Server, you can install this package to an existing Laravel project by doing the follwing:
- Install the
flabib/xraypackage by running:
composer require flabib/xray
- Publish the configuration by running
php artisan vendor:publish --provider=Flabib\XRay\XRayServiceProvider.
By default, no extra configuration is needed to run the package. You can use it simply by using xray(...$args). Enjoy the package.