xtwoend/api-gateway

为 hyperf 提供的 API 网关

1.2.0 2023-07-08 05:37 UTC

This package is auto-updated.

Last update: 2024-09-08 07:57:50 UTC


README

安装

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

在 config/routes.php 中

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