Libraries tagged by quiote
quioteframework/quiote
55 Downloads
Quiote is a full-featured MVC-style framework for PHP 8.5+ with a strong focus on structure, code reusability and flexibility.
quioteframework/mcp
40 Downloads
MCP (Model Context Protocol) server capability for Quiote -- expose Quiote actions/tools over MCP.
quioteframework/csrf
49 Downloads
CSRF protection (token validation + delivery middleware) for Quiote, built on symfony/security-csrf.
quioteframework/propulsion
43 Downloads
Propulsion is an object-relational mapping (ORM) for PHP, forked from Propel 1.
quioteframework/xslt
5 Downloads
XSLT (.xsl) template renderer for Quiote, built on ext-xsl/ext-dom.
quioteframework/whoops
5 Downloads
Full-detail developer exception renderer for Quiote, built on filp/whoops. Only ever used when core.developer_exceptions is explicitly enabled.
quioteframework/twig
5 Downloads
Twig (.twig) template renderer for Quiote, built on twig/twig.
quioteframework/ratelimit
4 Downloads
Rate limiting (login throttle, PDO-backed limiter storage) for Quiote, built on symfony/rate-limiter.
quioteframework/phptal
7 Downloads
PHPTAL (.tal) template renderer for Quiote, built on phptal/phptal.
quioteframework/db-propulsion
4 Downloads
Propulsion (Propel 1 fork) driver adapter for Quiote's database layer.
quioteframework/quiote-mcp-assistant
3 Downloads
MCP server giving AI agents authoritative knowledge of, and read-only/scaffolding access to, Quiote applications.
quioteframework/telemetry-otel
0 Downloads
OpenTelemetry SDK exporter/bootstrap for Quiote's always-on Trace facade. Builds worker-lifetime tracer/meter providers from telemetry.* settings and flushes them per request.
quioteframework/telemetry-dashboard
0 Downloads
TUI dashboard + minimal OTLP/HTTP receiver for Quiote (`telemetry:dashboard` console command). A standalone process, not part of the request path.
quioteframework/session-s3
0 Downloads
AWS S3 session backend for Quiote — a SessionPersistenceInterface implementation for SessionManager, backed by a minimal SigV4 REST client (no aws-sdk-php dependency).
quioteframework/session-pdo
3 Downloads
PDO-backed session storage for Quiote: a SessionPersistenceInterface implementation for SessionManager, plus a native SessionHandlerInterface implementation for the legacy Storage subsystem.