Libraries tagged by quiote
quioteframework/quiote
150 Downloads
Quiote is a full-featured MVC-style framework for PHP 8.5+ with a strong focus on structure, code reusability and flexibility.
quioteframework/whoops
53 Downloads
Full-detail developer exception renderer for Quiote, built on filp/whoops. Only ever used when core.developer_exceptions is explicitly enabled.
quioteframework/session-pdo
67 Downloads
PDO-backed session storage for Quiote: a SessionPersistenceInterface implementation for SessionManager, plus a native SessionHandlerInterface implementation for the legacy Storage subsystem.
quioteframework/rector
34 Downloads
Rector rules for migrating an application off Quiote's Context accessors onto injected collaborators.
quioteframework/ratelimit
61 Downloads
Rate limiting (login throttle, PDO-backed limiter storage) for Quiote, built on symfony/rate-limiter.
quioteframework/mcp
79 Downloads
MCP (Model Context Protocol) server capability for Quiote -- expose Quiote actions/tools over MCP.
quioteframework/db-propulsion
68 Downloads
Propulsion (Propel 1 fork) driver adapter for Quiote's database layer.
quioteframework/csrf
142 Downloads
CSRF protection (token validation + delivery middleware) for Quiote, built on symfony/security-csrf.
quioteframework/cors
55 Downloads
CORS middleware (preflight handling + response headers) for Quiote.
quioteframework/auth-jwt
54 Downloads
Bearer/JWT resource-server authentication (JWS verification, JWKS, RFC 9068 client-type resolution) for Quiote, built on firebase/php-jwt.
quioteframework/auth
55 Downloads
Authentication foundation (form login, HTTP Basic, password hashing, user providers, firewalls) for Quiote.
quioteframework/propulsion
189 Downloads
Propulsion is an object-relational mapping (ORM) for PHP, forked from Propel 1.
quioteframework/xslt
15 Downloads
XSLT (.xsl) template renderer for Quiote, built on ext-xsl/ext-dom.
quioteframework/worker-swoole
15 Downloads
Swoole worker runtime for Quiote, serving the app from an embedded Swoole HTTP server.
quioteframework/worker-roadrunner
15 Downloads
RoadRunner worker runtime for Quiote, turning `Kernel::run()` into a RoadRunner PSR-7 worker loop.