01 · Open Source
Engineering in public.
We build our tools in the open. Every package ships from real use inside our own products — then gets open-sourced.
laravel-secure-fields
Laravel / PHP 8.3+ Encrypt sensitive Eloquent fields without losing the ability to query them.
When your database leaks, plain-text PII becomes a breach. This package encrypts sensitive fields transparently at the model level — no schema changes, no query rewrites. You can still search encrypted fields, rotate keys without downtime, and stay audit-ready for GDPR and HIPAA.
laravel-membership
Laravel / PHP 8.3+ Add teams, roles, and permissions to any SaaS — without the boilerplate.
Every multi-tenant app needs to know who belongs to which team, and what they're allowed to do. Built for our own SaaS products and open-sourced — handles membership and roles across any Eloquent model, ready to gate your features from day one.
laravel-invitations
Laravel / PHP 8.3+ Invite anyone to any Eloquent model — email invitations done right.
Every product needs onboarding. Send secure, expiring email invitations to join any Eloquent model — teams, projects, organisations, or globally. Built for our own SaaS onboarding and open-sourced, with a full accept, decline, cancel and resend lifecycle out of the box.
laravel-document-numbering
Laravel / PHP 8.3+ Sequential, gap-free invoice numbers — even under load.
Gap-free numbering is a legal requirement for invoices in most jurisdictions. This package generates sequential, concurrency-safe numbers using database row locks — two requests can never take the same number or leave a hole.
laravel-integrations
Laravel / PHP 8.3+ Plug in any external provider — config, not code.
A config-driven ports & adapters foundation for external providers. Add a provider by writing one adapter class and a config entry — context routing and a normalized inbound webhook pipeline included. Intentionally domain-free, so it fits any integration.
laravel-einvoicing
Laravel / PHP 8.3+ Generate compliant e-invoices natively — Peppol & EN 16931.
Produce structured e-invoices (Peppol BIS 3.0 UBL, EN 16931 CII) natively, validate them, and dispatch them through pluggable networks with per-country routing. Zero third-party runtime dependencies.