Connect Laravel to Bento
Connect Laravel to Bento
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.
to first automation
interactive configuration
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.
Native Laravel integration
Typed and structured Data Transfer Objects
Model event integration
Command-line tools included
Get started in 3 simple steps
Install
composer require bentonow/bento-laravel-sdk
Add the official SDK or connect the integration.
Configure
php artisan vendor:publish && set Api Keys...
Add your keys and basic settings.
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?
No hassle. No surprises. Just better email.
Explore more integrations
Connect Bento with your entire tech stack. Choose from our comprehensive library of SDKs, platform integrations, and framework guides.
Development Kits
.NET SDK
ASP.NET & Web API tracking
Elixir SDK
Phoenix & OTP tracking
Go SDK
High-performance tracking
JavaScript SDK
Client-side tracking
Next.js SDK
React & SSR tracking
Node.js SDK
Server-side tracking
PHP SDK
Web application tracking
Python SDK
Django & Flask tracking
Rails SDK
Ruby on Rails tracking
Rust SDK
Systems-level tracking
Supabase SDK
Database event tracking
Swift SDK
iOS & macOS tracking
WordPress SDK
Plugin development tracking
Platform Integrations
Bento Forms
Native form builder
Bubble
No-code app integration
ClickFunnels
Sales funnel automation
Google Tag Manager
Tag management system
Make
Workflow automation
n8n
Open-source automation
Segment
Customer data platform
SendOwl
Digital product sales
Shift4Shop
E-commerce platform
Shopify
E-commerce automation
SMS & WhatsApp (Twilio)
Multi-channel messaging
Stripe
Payment processing events
Tracking Script
Universal web tracking
Webflow
Visual web design
Webhooks
HTTP event callbacks
WooCommerce
WordPress e-commerce
WordPress
CMS integration
Zapier
App automation platform
Don't see your tech stack? We're always adding new integrations. Contact us on Discord to request help with an integration.
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.