Search by

whleucka member since: May 30, 2021 · Transparency log

whleucka's packages

  • PHP

    hydrakit/admin

    A composable admin backend for Hydra apps: declare a module, get routes and htmx screens.

  • PHP

    hydrakit/app

    The application skeleton every Hydra project starts from.

  • PHP

    hydrakit/auth

    Authentication for Hydra: identity only, behind a swappable guard.

  • PHP

    hydrakit/authorization

    Ability-based authorization for Hydra, on top of hydrakit/auth.

  • PHP

    hydrakit/cache

    A small key/value store behind one contract, with the atomic counters rate limiting needs.

  • PHP

    hydrakit/console

    The generic console commands every Hydra app needs, powered by Symfony Console.

  • PHP

    hydrakit/core

    Application object, container and service-provider contracts, and typed environment loading. Interfaces only.

  • PHP

    hydrakit/csrf

    Synchronizer-token CSRF protection as PSR-15 middleware.

  • PHP

    hydrakit/database

    A thin PDO data-access seam and a raw-SQL migration runner.

  • PHP

    hydrakit/event

    A minimal PSR-14 event dispatcher and listener provider.

  • PHP

    hydrakit/http

    PSR-7/PSR-15 HTTP layer: request lifecycle, routing, and middleware pipeline.

  • PHP

    hydrakit/kernel

    Hydra's default composition root and HTTP plumbing, kept in one place instead of copied per app.

  • PHP

    hydrakit/log

    A minimal PSR-3 logger that writes one plain-text line per record to a stream.

  • PHP

    hydrakit/nyholm

    Nyholm PSR-7/PSR-17 adapter: the default message and factory implementation for Hydra.

  • PHP

    hydrakit/php-di

    PHP-DI PSR-11 adapter: the default container for Hydra.