Search by

kinetis/framework dependents (27) Order by: downloads | none Show: all | require | require-dev

  • PHP

    kinetis/migrations

    A thin database migration runner and migrate commands for Kinetis — raw SQL up()/down() migrations, no fluent DDL builder, no schema-diffing.

    Latest version requires kinetis/framework ^1.12.2

  • PHP

    kinetis/queue

    A backend-agnostic background job queue for Kinetis — no fluent job-scheduling DSL. Redis, SQL, SQS, and RabbitMQ backends each live in their own separate package.

    Latest version requires kinetis/framework ^1.14.0

  • PHP

    kinetis/database-bridge

    Kinetis wiring for kinetis/persistence and kinetis/orm: DB_* connection configuration and the default link binding, closed with the application scope, SQL spans through Kinetis telemetry, a lazy request-scoped TransactionGuard whose cleanup is registered once a scope resolves it, and, with kinetis/o

    Latest version requires kinetis/framework ^1.12.2

  • PHP

    kinetis/cache-redis

    PSR-16 SimpleCache for Kinetis, backed by Redis (single-node or Cluster) over kinetis/redis — non-blocking, Revolt-native, with TLS support.

    Latest version requires kinetis/framework ^1.12.3

  • PHP

    kinetis/auth-jwt

    Stateless JWT authentication middleware for Kinetis (HS256/RS256, optional per-token revocation), verifying signed tokens via firebase/php-jwt. See kinetis/auth instead for opaque Bearer-token validation against your own storage.

    Latest version requires kinetis/framework ^1.13.0

  • PHP

    kinetis/skeleton

    The smallest possible runnable Kinetis application: nginx + PHP-FPM, one controller, one route, a welcome page.

    Latest version requires kinetis/framework ^1.14.0

  • PHP

    kinetis/orbitron

    A development-only application construction harness for Kinetis: a CLI and a standalone MCP server that hand any coding agent a portable Kinetis context document, the Kinetis documentation pages as MCP resources and as bounded line windows, the installed kinetis/* package inventory, a bounded live r

    Latest version requires kinetis/framework ^1.14.0

  • PHP

    kinetis/mcp

    The Model Context Protocol server for Kinetis — tools and resources declared with attributes and validated like HTTP routes, served over stdio and as an ordinary /mcp route.

    Latest version requires kinetis/framework ^1.11.3

  • PHP

    kinetis/queue-redis

    A Redis-backed queue implementation for kinetis/queue's QueueInterface — finite leases over pending/leased/delayed keys, so a crashed worker's job is redelivered rather than stranded.

    Latest version requires kinetis/framework ^1.14.0

  • PHP

    kinetis/queue-sql

    A SQL-backed (MySQL/Postgres) queue implementation for kinetis/queue's QueueInterface — SELECT ... FOR UPDATE SKIP LOCKED for atomic reservation, token-fenced settlement, and a finite visibility timeout that redelivers a crashed worker's job.

    Latest version requires kinetis/framework ^1.14.0

  • PHP

    kinetis/storage

    File storage for Kinetis, built on League\Flysystem — local storage through an Amp\File-backed adapter whose driver calls suspend the Fiber; remote backends (S3, etc.) live in kinetis/storage-s3.

    Latest version requires kinetis/framework ^1.11.2

  • PHP

    kinetis/broadcasting

    Real-time broadcasting for Kinetis over the Pusher Channels protocol (Soketi, Laravel Reverb, or Pusher itself) - attribute-based private/presence channel authorization and a non-blocking driver over kinetis/revolt-http-client.

    Latest version requires kinetis/framework ^1.12.3

  • PHP

    kinetis/storage-s3

    S3 (and S3-compatible) file storage for Kinetis, plugging into kinetis/storage's FILESYSTEM_DRIVER=s3 — every S3 call travels on a Revolt-native HTTP transport.

    Latest version requires kinetis/framework ^1.8.1

  • PHP

    kinetis/search

    Engine-neutral search contracts for Kinetis: the single-origin, deadline-bounded, non-blocking HTTP transport an engine client is built on, and a narrow client interface over indexing, retrieval, deletion, search, and bulk.

    Latest version requires kinetis/framework ^1.14.0

  • PHP

    kinetis/search-opensearch

    Fiber-native non-blocking OpenSearch client construction for Kinetis, on kinetis/search's Revolt-backed HTTP transport.

    Latest version requires kinetis/framework ^1.14.0