PHP Go gRPC example

###Run

cd docker
docker-compose up --build -d

Client service (PHP Symfony)

Listen 8081:81


gRPC service (Go native)

Listen 8082:82


jRPC service (PHP native)

Listen 8083:83


REST service (PHP native)

Listen 8084:84

bash cmd.sh pass [service] [command]

# example
bash cmd.sh pass rest composer require guzzlehttp/psr7

Automobile

Code Style fix

run friendsofphp/php-cs-fixer:

bash cmd.sh automobile cs-fix