Libraries tagged by composables
visifo/smack-clause
0 Downloads
SmackClause is a punchy, no-nonsense guard layer: it hits bad input fast, exits early, and leaves a clean trace of what failed, where, and why. The vibe is direct and a little aggressive, but the behavior is precise: stack small, composable rules, get strong default messages, and keep the happy path readable.
univeros/sanitation
0 Downloads
Composable input sanitation that transforms untrusted input into a safe, canonical form before it reaches your domain logic.
univeros/configuration
206 Downloads
Composable, container-aware configuration: loads .env via phpdotenv 5 and wires dependency bindings through a unified interface.
tetthys/cake
54 Downloads
Functional & Layered Authorization for Laravel — Declarative, Composable, Testable
sugarcraft/candy-wish
338 Downloads
SSH server middleware framework — port of charmbracelet/wish. Build TUIs that anyone can `ssh user@host` to run, with composable middleware (auth, logging, rate-limiting, ext-ssh2 client wrappers, mount a SugarCraft Program).
simsoft/data-flow
115 Downloads
A lightweight, composable ETL (Extract, Transform, Load) pipeline library for PHP with fluent API, spreadsheet support, and flow control.
sergiumhi/laravel-flow
7 Downloads
A lightweight job orchestrator for Laravel: composable, observable pipelines of queued jobs with revert (saga) and fan-out (subtask) support.
raoh/raoh
1 Downloads
Parse Don't Validate — composable decoder library for PHP 8.2+
quix-labs/filament-extendable
1 Downloads
Extend Filament's form, table and infolist builders dynamically using a modular and composable system.
porthou/password
6 Downloads
Comprehensive composable password validation
polysource/widgets
6 Downloads
Polysource — composable dashboard widgets: counters, top-N lists, sparklines.
pokhreldipesh/model-filter
1 Downloads
A composable query filter system for Laravel Eloquent models. Define filters and sorting behavior on models, then apply them from request parameters.
phpwax/wildfire-frontend
49 Downloads
Composable frontend for Wildfire CMS site
php-architecture-kit/lazy-operators
1 Downloads
Lazy, composable expression operators (arithmetic, comparison, logical, conditional) for building deferred data-transformation flows in PHP.
philiprehberger/php-retry
68 Downloads
Composable retry utility with exponential backoff, jitter, and exception filtering