xtwoend/api-gateway

Api gateway for hyperf

Maintainers

Package info

github.com/xtwoend/api-gateway

pkg:composer/xtwoend/api-gateway

Statistics

Installs: 128

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.2.0 2023-07-08 05:37 UTC

This package is auto-updated.

Last update: 2026-03-08 11:19:55 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);