- This is a laravel package for apollo client. It can be used to get the configuration of apollo server.
- Inspire By multilinguals/apollo-php-client.
- Read the Apollo Docs for more information.
composer require timefactory/apollo
protected $commands = [
Timefactory\Apollo\Command\StartApolloAgent::class
];
php artisan apollo:start --server=http://apollo.server.url --appid=demo-api --cluster=default --namespaces=application,mysql,redis --daemon=true