Search by

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

  • PHP

    kinetis/persistence

    Runtime-matched MySQL and Postgres clients (mysqli async, ext-pgsql async, PDO) built from a neutral connection definition, with a transaction safety net and injectable SQL instrumentation. Usable standalone; kinetis/database-bridge wires it into Kinetis.

    Latest version requires kinetis/framework ^1.14.0

  • PHP

    kinetis/query-builder

    A thin, parameterized SQL query builder over kinetis/persistence's MySQL and Postgres drivers, with portable row-to-DTO mapping and pagination envelopes. Usable standalone. Not an ORM: no relationships, no migrations, no change-tracking.

    Latest version requires kinetis/framework ^1.12.3

  • PHP

    kinetis/revolt-http-client

    A Revolt-native, Fiber-suspending implementation of Symfony's HttpClientInterface — usable standalone by any project (AsyncAws or otherwise), not only Kinetis.

    Latest version requires kinetis/framework ^1.8.1

  • 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/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/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/skeleton

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

    Latest version requires kinetis/framework ^1.15.0

  • 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/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, as bounded line windows and through a literal search of one page, the installed kinetis

    Latest version requires kinetis/framework ^1.15.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/orm

    A data mapper over kinetis/query-builder: attributed plain PHP entities compiled into portable metadata, typed repositories and entity queries, constructor-free hydration, explicit belongs-to, has-one, has-many and many-to-many relationships loaded eagerly through batched secondary queries, owned re

    Latest version requires kinetis/framework ^1.14.0

  • PHP

    kinetis/redis

    A non-replaying, deadline-bounded Redis transport for amphp/redis, with TLS, authentication, and Redis Cluster slot routing. Usable standalone, not only with Kinetis.

    Latest version requires kinetis/framework ^1.8.1

  • 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