markus_saakeli member since: Jul 01, 2026 · Transparency log
markus_saakeli's packages
-
PHP
quioteframework/mcp
MCP (Model Context Protocol) server capability for Quiote -- expose Quiote actions/tools over MCP.
-
-
PHP
quioteframework/propulsion
Propulsion is an object-relational mapping (ORM) for PHP, forked from Propel 1.
-
PHP
quioteframework/queue
Background job/queue abstraction (job interface, sync driver, retry/dead-letter handling, queue:work console command) for Quiote.
-
PHP
quioteframework/queue-db
DB-backed queue driver and dead-letter store for Quiote's queue subsystem, using the app's own database via PDO.
-
PHP
quioteframework/queue-redis
Redis-backed queue driver for Quiote's queue subsystem, using predis/predis.
-
PHP
quioteframework/quiote
Quiote is a full-featured MVC-style framework for PHP 8.5+ with a strong focus on structure, code reusability and flexibility.
-
PHP
quioteframework/quiote-mcp-assistant
MCP server giving AI agents authoritative knowledge of, and read-only/scaffolding access to, Quiote applications.
-
PHP
quioteframework/ratelimit
Rate limiting (login throttle, PDO-backed limiter storage) for Quiote, built on symfony/rate-limiter.
-
PHP
quioteframework/rector
Rector rules for migrating an application off Quiote's Context accessors onto injected collaborators.
-
PHP
quioteframework/scheduler
Cron-expression task scheduling (schedule:run console command) layered on the queue package, for Quiote.
-
PHP
quioteframework/security-headers
Security response headers (CSP, X-Frame-Options, HSTS, etc.) middleware for Quiote.
-
PHP
quioteframework/session-azure
Azure Blob Storage and Table Storage session backends for Quiote — SessionPersistenceInterface implementations for SessionManager, backed by minimal Shared-Key REST clients (no official SDK dependency).
-
PHP
quioteframework/session-gcs
Google Cloud Storage session backend for Quiote — a SessionPersistenceInterface implementation for SessionManager, backed by a minimal HMAC-key REST client (no google/cloud-storage dependency).
-
PHP
quioteframework/session-pdo
PDO-backed session storage for Quiote: a SessionPersistenceInterface implementation for SessionManager, plus a native SessionHandlerInterface implementation for the legacy Storage subsystem.