I’m trying to generating a zeebe-php client stub while referring to this documentation.
I manage to run these command succeffuly:-
$ cd grpc $ mkdir -p cmake/build $ pushd cmake/build $ cmake ../..
But when run make protoc grpc_php_plugin, the response give is “make: *** No rule to make target ‘protoc’. Stop.”
I check all the requirements and all passed and did install protoc.
I expect it to be able to run and compile the proto files
Recognized by PHP Collective
3