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
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ^7.2
README
- 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.
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