Skip to main content
Requires PHP 7.4+, ext-curl, and ext-json

Installation

Install using Composer:

Vanilla PHP

Initialize the client, passing the API Key.
The SendSculpt API automatically handles environments based on your API key. Use a Sandbox key for testing and a Live key for production.

Framework Integrations

Use the provided Service Provider by placing SendSculptServiceProvider.php in your app/Providers directory.In config/app.php, add the provider to the providers array:
In config/services.php, append the following:
Update your .env file:
Usage in Controller
Inject it within your BaseController or explicitly initialize it.
Register SendSculptClient as a service in config/services.yaml:
Usage in Controller