Libraries tagged by composables
philiprehberger/php-pipeline
68 Downloads
Composable pipeline pattern for processing data through ordered stages
pfaciana/brain-monkey-doubles
3 Downloads
Extends Brain Monkey with real WordPress hook execution and composable function stub/expect helpers for unit testing plugins and themes.
oulaa/settings
1 Downloads
A composable settings toolkit for Laravel with Vue 3 components
omnitech-solutions/flowlight
2 Downloads
Lightweight workflow orchestration library for PHP. Provides a clean, composable pattern for chaining actions into pipelines, handling success and failure consistently, and keeping business logic organized and testable. Highly inspired by Ruby’s LightService gem (https://github.com/adomokos/light-service).
oihana/php-zitadel
14 Downloads
Composable PHP toolkit for the Zitadel identity provider. Bundles an OIDC/OAuth2 API client, JWT/JWKS verification, session lifecycle helpers backed by ArangoDB, OAuth client metadata resolution, V2 Action webhook catalog and descriptor, and Symfony Console commands.
oihana/php-middleware
29 Downloads
Composable PHP middleware helpers — security headers (HSTS, CSP, X-Frame-Options, Referrer-Policy, X-Content-Type-Options), CORS with preflight, CSRF, request-id, maintenance mode, rate limiting. PSR-7 compatible, zero magic strings.
oihana/php-magento
8 Downloads
Composable PHP client for the Magento 2 REST API. Bundles an OAuth1-signed HTTP client (Guzzle), typed Magento entity schemas (Product, ProductImage, MediaGalleryEntry, ...), composable client traits, and a fluent SearchCriteria builder.
oihana/php-http
68 Downloads
Composable PHP HTTP toolkit — client IP detection (X-Forwarded-For chain walking + CIDR + IPv4/IPv6), typed Set-Cookie header builders, signed URLs, content negotiation, user-agent parsing. PSR-7 compatible, zero magic strings.
nxsys/library.io-stdinterface
4 Downloads
Composable, extendable, standardizable interfaces to supersede PHP's IO objects.
nandan108/prop-path
205 Downloads
A composable, JSONPath-inspired query engine for deep property access in PHP
muyki-labs/laravel-guardrails
0 Downloads
A safety layer for LLM input and output in Laravel: a fluent, composable pipeline of guards (PII redaction, prompt-injection detection, moderation, schema validation) plus a provider-agnostic wrapper for any LLM call.
morfu/validator
8 Downloads
Composable pipeline of validators.
martechmagicians/referhub
2 Downloads
ReferHub is a modular and composable referral system, designed to seamlessly generate and track referral codes for users. With support for various identification methods and a flexible event-tracking system, ReferHub provides an extensible solution for managing referrals across different platforms. Its event-driven architecture enables webhook integrations, making it adaptable to diverse use cases. Whether you're implementing a user sign-up referral program or tracking purchases, ReferHub offers a robust and maintainable foundation. Built with DDD and TDD principles, it emphasizes quality, scalability, and ease of integration. Ideal for developers seeking a referral solution that can be effortlessly embedded into existing systems or customized to specific needs.
lywebdev/laravel-mailblocks
0 Downloads
Composable email templates builder for Laravel.
legatus/router
207 Downloads
A fast and composable middleware router inspired in Express.js