google/cloud-common-protos
Common Protos for Google Cloud APIs
Maintainers
Package info
github.com/googleapis/google-cloud-php-common-protos
Language:Python
pkg:composer/google/cloud-common-protos
Requires
- google/common-protos: ^3.0||^4.0
- google/protobuf: ^4.31||^5.0
Requires (Dev)
- phpunit/phpunit: ^9.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Apache-2.0 7db3b4372b1701decd8fe7b80a963826ba3ccb57
This package is auto-updated.
Last update: 2026-06-18 00:05:39 UTC
README
NOTE: This repository is part of Google Cloud PHP. Any support requests, bug reports, or development contributions should be directed to that project.
This repository is a home for the protocol buffer types which are shared by multiple Google Cloud APIs, generated for PHP. The protobuf definitions for these generated PHP classes are provided in the Googleapis repository.
Using these generated classes
These classes are made available under an Apache license (see LICENSE) and
you are free to depend on them within your applications. They are
considered stable and will not change in backwards-incompaible ways.
They are distributed as the google/cloud-common-protos composer package, available on Packagist.
In order to depend on these classes, add the following line to your
composer.json file in the requires section:
"google/cloud-common-protos": "^1.0"
Or else use composer from the command line:
composer require google/cloud-common-protos
License
These classes are licensed using the Apache 2.0 software license, a permissive, copyfree license. You are free to use them in your applications provided the license terms are honored.
