timefactory/apollo

PHP & Laravel 的 apollo 客户端

1.0.0 2023-12-28 12:52 UTC

This package is auto-updated.

Last update: 2024-09-29 12:48:56 UTC


README

安装

composer require timefactory/apollo

配置 app/Console/Kernel.php

    protected $commands = [
        Timefactory\Apollo\Command\StartApolloAgent::class
    ];

启动 apollo 代理

php artisan apollo:start --server=http://apollo.server.url --appid=demo-api --cluster=default --namespaces=application,mysql,redis --daemon=true