Libraries tagged by runtime
milpa/mcp-server
108 Downloads
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.
milpa/data
188 Downloads
Runtime-native persistence primitive for the Milpa PHP framework: a plain-entity + repository contract, with file-JSON, SQLite and MySQL document-store, and in-memory backends behind a common RepositoryInterface — zero ORM, zero migrations.
milpa/auth
52 Downloads
Runtime-native identity vocabulary for the Milpa PHP framework: the typed Actor / AuthContext / AuthState / Credential primitives and the CredentialVerifier, AuthContextFactory and SessionStore contracts — the trusted producer of the context policies need. Zero framework, zero ORM, fail-closed by construction.
mhqady/flowra
312 Downloads
Flowra is a flexible, database-driven workflow and state machine engine for Laravel. It supports workflows, typed states, transitions, guards, actions, scopes, and dynamic workflow loading, enabling complex business processes to evolve at runtime without redeploying code.
maatify/event-logging
49 Downloads
Framework-agnostic standalone event logging library containing isolated Maatify logging domains. Depends only on explicit Composer/runtime dependencies.
m3m0r7/pnl
21 Downloads
PHP native-library extension manager: FFI runtime SDK plus the pnl/pnlx CLI built from the bundled Rust sources on install.
lajax/yii2-asset-minifier
10777 Downloads
Runtime minification and combination of asset files.
jardissupport/classversion
414 Downloads
Runtime class versioning via namespace injection with configurable fallback chains and proxy caching
intermaterium/kickstart
1282 Downloads
AWS lambda runtime wrapper
ignashevroman/laravel-redis-sentinel-retry
669 Downloads
Redis Sentinel connector for Laravel with runtime failover and retry support.
heiner/agent-graph
129 Downloads
Durable agent graph runtime for Laravel AI SDK agents.
happenv-com/laravel-true-modular-health
229 Downloads
Module-scoped health checks for laravel-true-modular: declare checks per module, aggregate runtime + architecture health via Spatie Laravel Health and module:doctor.
glowy/macroable
5294 Downloads
Macroable Component is a trait that, gives you the ability in effect to add new methods to a class at runtime.
genai/web
49 Downloads
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/processors are PHP 8 build-time.
genai/validation
45 Downloads
Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. PHP 5.3-safe runtime.