quioteframework/quiote dependents (34) Order by: name | downloads Show: all | require | require-dev
-
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/csrf
CSRF protection (token validation + delivery middleware) for Quiote, built on symfony/security-csrf.
-
-
-
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.
-
PHP
quioteframework/mcp
MCP (Model Context Protocol) server capability for Quiote -- expose Quiote actions/tools over MCP.
-
-
PHP
quioteframework/queue
Background job/queue abstraction (job interface, sync driver, retry/dead-letter handling, queue:work console command) for Quiote.