I'm going to use google cloud spanner database with my web project. So i wnat to install composer. When i run composer install command in cmd it shows this message.
Problem 1
- Installation request for google/cloud-spanner ^1.27.1 -> satisfiable by google/cloud-spanner[v1.27.1].
- google/cloud-spanner v1.27.1 requires ext-grpc * -> the requested PHP extension grpc is missing from your system.
I think this is a problem with my PHP version of some file is missing. Am i right? how to solve this?