Search by

kinetis/persistence dependents (7) Order by: name | downloads Show: all | require | require-dev

  • 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/persistence ^1.2.2

  • PHP

    kinetis/migrations

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

    Latest version requires kinetis/persistence ^1.2.2

  • PHP

    kinetis/pingpong

    A runnable ping-pong demo application showcasing Kinetis: MySQL, migrations, the query builder, Redis-backed cache and queue, events, a cron-driven command, and real-time updates over kinetis/broadcasting, including a private channel.

    Latest version requires kinetis/persistence ^1.3.0

  • PHP

    kinetis/query-builder

    A thin, parameterized SQL query builder for Kinetis — MySQL and Postgres via kinetis/persistence's drivers, row-to-DTO mapping via Kinetis\Validation\Hydrator. Not an ORM: no relationships, no migrations, no change-tracking.

    Latest version requires kinetis/persistence ^1.3.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/persistence ^1.2.2

  • PHP

    kinetis/session

    Cookie-backed sessions and CSRF protection for Kinetis — file, Redis, and SQL storage behind one store interface.

    Latest version requires kinetis/persistence ^1.2.2

  • PHP

    kinetis/telemetry

    OpenTelemetry tracing for Kinetis — request spans, framework instrumentation hooks, decorators for the cache, session, HTTP and search boundaries, and OTLP export over the Revolt-backed client.

    Latest version requires kinetis/persistence ^1.2.2