Crafting exceptional
Laravel packages
Battle-tested, production-ready open source packages for the Laravel & PHP ecosystem. Built with obsessive attention to quality, documentation, and developer experience.
Our Packages
Each package is crafted with care, thoroughly tested, and built for production.
LaraSVG
A modern Laravel package for SVG conversion with multiple provider support. Convert SVG files to PNG, PDF, EPS, and more using a fluent API.
Spreedly PHP
Production-ready PHP SDK for Spreedly payment orchestration. Follows Stripe SDK architecture with full Laravel integration.
Chargebacks911
Clean, fluent PHP SDK for the Chargebacks911 API. Manage chargebacks, orders, alerts, and webhooks with type-safe interfaces.
Supervise
Define Supervisor worker configurations in PHP. Version-controlled process management with one-command deployment.
Laravel Mailgun Multi
Send emails through multiple Mailgun domains automatically. Intelligent routing based on sender domain, zero code changes.
Cashflow
Double-entry balance transaction ledger for Laravel. Type-safe balance items with validation, dependency enforcement, and batch operations.
Shared Jobs
Cross-application job dispatch for Laravel via a shared database. Fire-and-forget or synchronous communication between separate Laravel apps.
View Migrations
Manage database views through plain SQL files with automatic change detection. Content-hash-based tracking using Laravel's migrations table.
PictoMock
Lightweight PHP placeholder image generator for testing, seeding, and prototyping. Supports SVG, PNG, JPEG, GIF, WebP with zero dependencies for SVG.
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.