markus_saakeli member since: Jul 01, 2026 · Transparency log

markus_saakeli's packages

  • PHP

    quioteframework/auth

    Authentication foundation (form login, HTTP Basic, password hashing, user providers, firewalls) for Quiote.

  • PHP

    quioteframework/auth-jwt

    Bearer/JWT resource-server authentication (JWS verification, JWKS, RFC 9068 client-type resolution) for Quiote, built on firebase/php-jwt.

  • PHP

    quioteframework/auth-oauth

    OAuth 2.1 client (auth-code + PKCE, OIDC discovery, ID-token validation) and Client Credentials (M2M) support for Quiote.

  • PHP

    quioteframework/cloud-azure

    Minimal Azure Blob and Table Storage clients for Quiote — SharedKey-signed REST access with no azure-sdk dependency, plus a signed-request method for operations they do not model themselves. Shared by the Azure session and filesystem backends.

  • PHP

    quioteframework/cloud-gcs

    Minimal Google Cloud Storage client for Quiote — HMAC-signed get/put/delete/head against a single bucket via the S3-compatible interoperability API, plus a signed-request method for operations it does not model itself. Shared by the GCS session and filesystem backends.

  • PHP

    quioteframework/cloud-s3

    Minimal AWS S3 REST client for Quiote — SigV4-signed get/put/delete/head against a single bucket, with no aws-sdk-php dependency, plus a signed-request method for operations it does not model itself. Shared by the S3 session and filesystem backends.

  • PHP

    quioteframework/cors

    CORS middleware (preflight handling + response headers) for Quiote.

  • PHP

    quioteframework/csrf

    CSRF protection (token validation + delivery middleware) for Quiote, built on symfony/security-csrf.

  • PHP

    quioteframework/db-cycle

    Cycle ORM driver adapter for Quiote's database layer.

  • PHP

    quioteframework/db-doctrine

    Doctrine ORM and DBAL driver adapters for Quiote's database layer.

  • PHP

    quioteframework/db-eloquent

    Eloquent (illuminate/database) driver adapter for Quiote's database layer.

  • PHP

    quioteframework/db-propulsion

    Propulsion (Propel 1 fork) driver adapter for Quiote's database layer.

  • PHP

    quioteframework/filesystem-azure

    Azure Blob Storage filesystem adapter for Quiote — a Quiote\Filesystem\FilesystemAdapterInterface implementation for FilesystemManager, built on the AzureBlobClient from quioteframework/cloud-azure.

  • PHP

    quioteframework/filesystem-gcs

    Google Cloud Storage filesystem adapter for Quiote — a Quiote\Filesystem\FilesystemAdapterInterface implementation for FilesystemManager, built on the GcsClient from quioteframework/cloud-gcs.

  • PHP

    quioteframework/filesystem-s3

    AWS S3 filesystem adapter for Quiote — a Quiote\Filesystem\FilesystemAdapterInterface implementation for FilesystemManager, built on the S3Client from quioteframework/cloud-s3.