Is there any other way to configure Firestore with Php without recommendation of grpc extension?
My Server is not supported grpc extension. Server contains centOs and RHEL6 .
Is there any other way to configure Firestore with Php without recommendation of grpc extension?
My Server is not supported grpc extension. Server contains centOs and RHEL6 .
2
Answers
You can try either of the following:
Firestore Client for PHP without gRPC
The ahsankhatri/firestore-php package has been archived and wasn’t compatible with php 8. A newer fork of that project has been published with support for Guzzle 7 and is compatible with PHP 7 & 8.
You can install it with: