markus_saakeli member since: Jul 01, 2026 · Transparency log
markus_saakeli's packages
-
PHP
quioteframework/filesystem-azure
Azure Blob Storage filesystem adapter built on the AzureBlobClient from quioteframework/cloud-azure. Framework-agnostic: depends only on cloud-azure, so it is usable outside a Quiote application too. Quiote\Filesystem\Azure\AzureFilesystemAdapter/AzureFilesystemPlugin additionally implement Quiote's
-
PHP
quioteframework/filesystem-gcs
Google Cloud Storage filesystem adapter built on the GcsClient from quioteframework/cloud-gcs. Framework-agnostic: depends only on cloud-gcs, so it is usable outside a Quiote application too. Quiote\Filesystem\Gcs\GcsFilesystemAdapter/GcsFilesystemPlugin additionally implement Quiote's FilesystemAda
-
PHP
quioteframework/filesystem-s3
AWS S3 filesystem adapter built on the S3Client from quioteframework/cloud-s3. Framework-agnostic: depends only on cloud-s3, so it is usable outside a Quiote application too. Quiote\Filesystem\S3\S3FilesystemAdapter/S3FilesystemPlugin additionally implement Quiote's FilesystemAdapterInterface for Fi
-
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/replay
Record → replay → regression test: a cassette format/store, a request recorder middleware, cassette:list/cassette:show console commands, and an effect ledger with per-subsystem recording/stub seams (database, HTTP client, cache, queue, env) for Quiote.
-
PHP
quioteframework/replay-azure
Azure Blob Storage cassette store for quioteframework/replay: the production target for an AKS + Azure Blob + Log Analytics deployment.