genai/web
Web/MVC layer over genai/http: #[Controller]/#[RestController] (with a base path) and #[Route] attributes, a View value object, a default genai/view engine (override with #[ViewRegister]), and a dispatcher. Routes compile to genai/routing's standalone matcher. Runtime is PHP 5.3-safe; the attributes
时间:2026-07-10 01:37
genai/http
Minimal HTTP layer (Request/Response/JsonResponse) and a Dispatcher that wires the router and container, compatible with PHP 5.3.29
时间:2026-07-10 01:28
genai/boot
Application kernel with Composer-based package auto-discovery (Laravel style): reads each installed component's extra.genai.processors so the app never hand-lists them, then boots the compiled app into a ready Dispatcher. Build-time uses PHP 8; the Kernel + runtime boot are PHP 5.3-safe.
时间:2026-07-10 01:09
zaber-dev/laravel-cooldown
Driver-based cooldown management for Laravel with cache and database drivers, Eloquent integration, middleware, and a fluent API.
时间:2026-07-09 17:49
milpa/runtime
The bootable Milpa kernel: composes milpa/container, milpa/events, milpa/http and milpa/plugin into container -> dispatcher -> capability-check -> ordered plugin boot -> route registration, with zero Doctrine and zero legacy Web coupling. The active-plugins list is config/filesystem-driven, never a
时间:2026-07-09 00:16
laranail/toolkit
Laranail Toolkit — a comprehensive, security-first Swiss-army toolkit for Laravel: utilities, traits, middleware, macros, LLM providers, and feature modules for day-to-day Laravel development.
时间:2026-07-09 00:10
lezhnev74/psr-logging-masking-middleware
A logging middleware for any PSR-7 HTTP client that logs every request/response through a PSR-3 logger, with headers, query args and body keys masked. Built on PSR-7, PSR-17 and PSR-3.
时间:2026-07-08 08:06
lezhnev74/psr-recording-middleware
A recording middleware for any PSR-7 HTTP client that records every request/response exchange and can replay them, turning recorded traffic into a predictable fixture for integration tests. Built on PSR-7, PSR-17 and PSR-3.
时间:2026-07-08 08:05
milpa/mcp-server
Model Context Protocol (MCP) transport core for the Milpa PHP framework: a transport-agnostic JSON-RPC 2.0 dispatcher over the tool-runtime registry, plus the auth seam a host implements to turn a bearer token into an authenticated caller.
时间:2026-07-07 19:46
hydrakit/event
PSR-14 event dispatcher for Hydra PHP framework
时间:2026-07-07 18:22
ipregistry/ipregistry-laravel
Official Laravel integration for the Ipregistry IP geolocation and threat data API.
时间:2026-07-07 11:00
barefootjs/blade
Laravel Blade rendering backend for the BarefootJS PHP runtime (barefootjs/php) -- BladeBackend implements the engine backend contract on illuminate/view standalone (Filesystem + Dispatcher + EngineResolver/BladeCompiler + FileViewFinder + Factory), ported from packages/adapter-twig/php/src/TwigBack
时间:2026-07-07 01:23
milpa/http
PSR-15-native routing and middleware contracts for the Milpa PHP framework.
时间:2026-07-06 20:25
quioteframework/csrf
CSRF protection (token validation + delivery middleware) for Quiote, built on symfony/security-csrf.
时间:2026-07-04 21:49