Skip to main content
Version: 1.0.0

Installation

Requirements

  • PHP 8.2+
  • Laravel 12 or 13

See Compatibility for the full support matrix and the reasoning behind these floors.

Install via Composer

composer require andreaalhena/prelude-sdk-laravel

The service provider and the Prelude facade are registered automatically through Laravel package auto-discovery — there is nothing to wire up manually.

What gets installed

The package depends on the official prelude-so/php-sdk plus a PSR-18 HTTP client (symfony/http-client) and a PSR-17 message factory (nyholm/psr7), so it works out of the box without you having to choose and register an HTTP stack.

Next, head to Configuration to add your API token.