ONLINE
Deliverability Letter

Connect Laravel to Bento

Connect Laravel to Bento

Use the official Bento Laravel SDK to track events and profile data from your controllers, jobs, and queues. Power drips, newsletters, and receipts without more vendors.
Bento Logo

Fast Setup • Easy Cancellation • 30 Day Free Trial

Ready to dive deeper?

Explore our comprehensive Laravel Sdk integration documentation and examples to get the most out of your automation.

Everything you need to ship fast

Laravel‑native

service provider + Facade

Events & purchases

trigger Flows on save

Queues & jobs

Horizon/Queue friendly

Broadcasts & transactional

all in one

Your Laravel app is already tracking users. Now turn that data into revenue.

Every user registration, order, and page visit can trigger personalized campaigns that keep customers engaged and drive repeat business. The Bento Laravel SDK makes it happen with Eloquent-style elegance.

3 minutes

to first automation

Composer install

interactive configuration

Real Results

higher customer lifetime value

Built for Laravel developers who demand elegance

Service Provider Ready

Auto-discovery, config publishing, and Facade support out of the box.

Batch Support

Scale your workflows with batch events and transactional emails.

Transactional Emails

Send transactional emails with a native laravel mail driver.

Easy Onboarding

Ready to run commands to import all existing users.

Everything you need for Laravel email marketing and automation

composer require

Get up and running with our official Laravel package in seconds. Full Eloquent integration and comprehensive documentation included.

Track custom events

Send custom events like user_registered, order_placed, subscription_created with Laravel's fluent syntax.

Model-based user sync

Automatically sync User model changes to Bento with Eloquent observers, scheduled commands, and model events.

Queue-powered delivery

Leverage Laravel's queue system for reliable event delivery with automatic retry and failure handling.

Fetch Subscriber data

Pull campaign, subscriber, Tags, or Custom Fields programmatically with convenient facades.

Artisan commands

Built-in Artisan commands for testing connections, bulk imports, and campaign management.

Bento SDK integrates with your Laravel stack

Works beautifully with the tools and packages you're already using in your Laravel application.

Laravel

Native Laravel integration

DTOs

Typed and structured Data Transfer Objects

Eloquent

Model event integration

Artisan

Command-line tools included

Get started in 3 simple steps

1

Install

composer require bentonow/bento-laravel-sdk

Add the official SDK or connect the integration.

2

Configure

php artisan vendor:publish && set Api Keys...

Add your keys and basic settings.

3

Send your first event

Bento::trackEvent([ 'event'=>'user_signed_up', 'email'=>'user@example.com' ])

Trigger a Flow and automations.

Real ways teams use this

Welcome series

Hook into User::created and greet instantly.

event: user_signed_up → welcome

E‑commerce

Track order events from your checkout.

event: order_completed → post‑purchase

Dunning

Automate failed payment emails.

event: billing_failed → dunning

Newsletters

Send campaigns to segments you define.

broadcast: newsletter → segment: engaged

Tired of your current email provider?

We'll help you move from
Klaviyo
to Bento.
No hassle. No surprises. Just better email.

Frequently Asked Questions

Laravel version support?

Supports modern LTS releases; see docs for matrix.

Queues?

Yes. Use queues to deliver events reliably.

Env setup?

Configure API key and site UUID via .env.