Libraries tagged by plugable
testparity/parity
60 Downloads
Structural parity and code coverage validation — pluggable rules, framework agnostic.
rawphp/laravel-capabilities-ai
140 Downloads
Conversation / turn / proposal runtime for the Laravel Capabilities bus — pluggable LlmClient, progress store, bus-only tools
pralhadstha/php-mailer-gateways
34 Downloads
Framework-agnostic PHP mailer with pluggable providers (SMTP, SparkPost, Amazon SES, Mailgun and more) on top of Symfony Mailer.
philiprehberger/interchange
75 Downloads
Service contract for interoperable HTTP services: W3C Trace Context across HTTP and queue boundaries, Standard Webhooks signing, and pluggable signature schemes
padosoft/laravel-pii-redactor
522 Downloads
Italian-first PII redaction pipeline for Laravel: deterministic regex + checksum-validated detectors (codice fiscale, P.IVA, IBAN), pluggable strategies (mask / hash / tokenise / drop), GDPR + EU AI Act ready.
ottosmops/oai-pmh
116 Downloads
Laravel-native OAI-PMH 2.0 server: verb dispatching, resumption tokens, Blade views, pluggable repository contract.
nietonchique/sofascore-api-bundle
331 Downloads
Symfony bundle and standalone PHP client for the unofficial SofaScore API: matches, players, teams, tournaments and live per-sport statistics, with a pluggable HTTP / headless-Chrome transport.
netresearch/assetpicker
143 Downloads
Embeddable Vue 3 asset & file picker with a pluggable storage-adapter layer — GitHub, Google Drive, EnterMediaDB, or your own.
mortezamasumi/fb-sms
250 Downloads
SMS notification channel for Laravel & Filament with pluggable operators (Fake, Sabanovin, Smsir).
mohaelmrabet/php-llm-router
277 Downloads
Provider-agnostic LLM client for PHP — a uniform interface over Claude, OpenAI, Gemini, Mistral, Groq, DeepSeek, Ollama, LiteLLM and Kimi, with pluggable routing, retries, caching, circuit breaking, rate limiting, MCP and A2A client drivers, embeddings, and audio transcription.
kanvigo/audit-contracts
171 Downloads
Stable contracts for Kanvigo's pluggable audit layer: the immutable AuditEvent DTO and the AuditSink interface third-party sinks implement.
imarc/fortress
8841 Downloads
Request/response based authorization with pluggable gateways
hddev/laravel-request-logger
139 Downloads
Structured HTTP request logging for Laravel: request lifecycle events, correlation IDs, sensitive data redaction, pluggable profiles and writers.
genai/session
129 Downloads
Session component with pluggable storage: native files (default), a project file dir (cache/session), or a database (PDO). A small Session API over native PHP sessions; a SessionStore save-handler decides where the data lives. Driver chosen from the [session] config group. PHP 5.3-safe runtime.
genai/rate-limit
79 Downloads
Fixed-window rate limiting. A RateLimiter over a pluggable store (file-backed by default), plus a RateLimitInterceptor that returns 429 when an IP exceeds the limit on a path (brute-force / flood protection). PHP 5.3-safe.