What RPC framework is more suitable for developing a bridge between PHP and Java?
We have a Java product. Now we plan to develop a PHP client for interaction with this Java product. We consider several tools including Apache Thrift, Spring Boot and gRPC. Please advise what tool is more suitable for building such kind bridge. Thanks.