Hey everyone, I'm new to SpiceDB and to gRPC. I ha...
# spicedb
a
Hey everyone, I'm new to SpiceDB and to gRPC. I have a PHP app that I am trying to connect to SpiceDB. I've got gRPC module setup on my web server, but now I am trying to build the PHP libs from the SpiceDB proto files. I have
protoc
installed and was able to build libs from one of the sample gRPC examples. Looking in the proto/internals folder of SpiceDB, I see that
buf
is being used. Should I be using
buf
to build my PHP libs? Am I on the right track?