Blog
Thoughts on Laravel, PHP, open source, and developer tools.
Cashflow: Double-Entry Balance Ledger for Laravel
A type-safe double-entry transaction ledger for Laravel. Define custom balance items with validation, dependency enforcement, and derived amounts for complex financial workflows.
March 12, 2026Shared Jobs: Cross-Application Communication for Laravel
Dispatch jobs between separate Laravel applications via a shared database. Fire-and-forget or synchronous communication with built-in testing support.
March 10, 2026View Migrations: Version-Controlled Database Views for Laravel
Manage database views as plain SQL files with automatic change detection. Content-hash tracking, dry-run support, and multi-database compatibility for Laravel.
March 3, 2026LaraSVG Deep Dive: SVG Conversion at Scale in Laravel
How we built a multi-provider SVG conversion pipeline that handles 80 million+ conversions in production — and why we open-sourced it.
March 1, 2026Meet LaraTusk: Building the Laravel Packages We Wished Existed
Introducing LaraTusk — an open source collective building battle-tested Laravel and PHP packages. Learn about our mission, our packages, and why we open source everything.
February 27, 2026Laravel Mailgun Multi: Automatic Domain Routing for Multi-Brand Applications
Send emails through multiple Mailgun domains with zero code changes. Laravel Mailgun Multi automatically routes emails based on the sender address.
February 26, 2026Supervise: Define Laravel Worker Configs in PHP, Not INI Files
Stop hand-editing Supervisor INI files. Supervise lets you define worker configurations in PHP, version-control them, and deploy with a single Artisan command.
February 25, 2026Chargebacks911 PHP SDK: Manage Chargebacks with a Clean, Fluent API
A type-safe PHP SDK for the Chargebacks911 API. Monitor chargebacks, manage orders, handle alerts, and integrate webhooks in your Laravel application.
February 24, 2026Spreedly PHP: Production-Ready Payment Orchestration for Laravel
A Stripe-like PHP SDK for Spreedly payment orchestration. Manage gateways, tokenize cards, and process transactions with a clean, fluent API in Laravel.
February 22, 2026PictoMock: The Lightweight PHP Placeholder Image Generator You've Been Waiting For
Generate placeholder images in PHP with zero dependencies. PictoMock supports SVG, PNG, JPEG, GIF, and WebP — perfect for testing, seeding, and prototyping Laravel apps.
February 20, 2026Why We Open Source Everything
Our philosophy on open source: why we believe giving back to the community makes everyone — including us — better developers.
February 16, 2026Introducing LaraSVG: Modern SVG Conversion for Laravel
After 80 million+ SVG conversions in production, we're open-sourcing our battle-tested SVG conversion package for Laravel.