timefactory/apollo

apollo client for php & Laravel

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/timefactory/apollo

1.0.0 2023-12-28 12:52 UTC

This package is auto-updated.

Last update: 2025-09-29 03:07:30 UTC


README

install

composer require timefactory/apollo

config app/Console/Kernel.php

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

start apollo agent

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