# Installation
# System Requirements
XR Debug is built and tested for unix-like systems. It depends on chevere/chevere
and it requires PHP.
# Installing
- Requires Composer (opens new window)
- Add
chevere/xr
as a dev dependency in your project:
composer require --dev chevere/xr
Once installed, the helper functions will be available in the global namespace.
# Running the server
The chevere/xr
package includes the XR Debug server. To run the server:
vendor/bin/xr
💡 Refer to Server for additional instructions in how to provide the XR Debug server.
← Why XR? Contributing →