xtwoend/api-gateway

Api gateway for hyperf

Installs: 128

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/xtwoend/api-gateway

1.2.0 2023-07-08 05:37 UTC

This package is auto-updated.

Last update: 2025-09-08 10:20:17 UTC


README

Install

    composer require xtwoend/api-gateway
    php bin/hyperf.php vendor:publish xtwoend/api-gateway
    php bin/hyperf.php migrate

in config/routes.php

    use Xtwoend\ApiGateway\Router\RouteRegistry;
    make(RouteRegistry::class)->make(Router::class);