Built in Production,
Shared on GitHub
Every package here started as an internal tool we needed ourselves. We open-sourced them so you don't have to solve the same problem twice.
Fan out webhooks to multiple destinations with zero effort.
Most webhook providers limit you to a single callback URL. This package sits behind that URL and forwards every request to as many targets as you need, asynchronously, with retries and failure tracking.
Automated SMS notifications for every WHMCS event.
WHMCS handles billing and support, but reaching clients instantly requires more than email. This module hooks into 27+ events and dispatches SMS through 14 gateway providers, automatically.
Run Artisan commands from your browser, no SSH required.
Every Artisan command in production means SSH access and terminal knowledge. This package gives you a beautiful browser-based terminal with tab completion, themes, and layered security controls.
Per-relationship morph maps for Laravel polymorphic relations.
Laravel's global morphMap forces every polymorphic relationship to share the same aliases. This trait lets you define different morph maps per relationship with no conflicts and no hacks.
Concurrency-safe usage metering and billing for SaaS.
SaaS billing is full of silent failures: race conditions, double counting, leaked reservations. This engine provides atomic enforcement, idempotency, and pluggable pricing out of the box.
One API for Cloudflare's three Markdown conversion services.
AI agents tokenize everything they receive, and raw HTML is expensive. This package unifies Cloudflare's Markdown for Agents, Workers AI toMarkdown, and Browser Rendering behind a single fluent interface with caching, fallback, and a middleware to serve Markdown from your own routes.
The Stories Behind Our Packages
We don't just ship code. We write about the hard problems these packages solve.
The Web Is Being Tokenized. Serve Markdown.
AI agents tokenize everything they receive. We built a Laravel package that unifies Cloudflare's three Markdown conversion services under one API, with a middleware to make your app agent-ready.
Quiet Failures in Usage Metering
Usage metering rarely crashes loudly. It drifts silently. We built Laravel Usage Limiter to make metering atomic, idempotent, and auditable under real production pressure.