google/common-protos

Google API Common Protos for PHP

Package info

github.com/googleapis/common-protos-php

pkg:composer/google/common-protos

Statistics

Installs: 115 764 555

Dependents: 43

Suggesters: 2

Stars: 174

4.14.1 2026-06-17 23:07 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Apache-2.0 4eb6813b8068653e055fc8a63dbda3446f3e8869

google


README

👁 Latest Stable Version
👁 Packagist

This repository is a home for the protocol buffer types which are common dependencies throughout the Google API ecosystem, generated for PHP. The protobuf definitions for these generated PHP classes are provided by the Common Components AIP repository.

NOTE: This repository is part of Google Cloud PHP. Any support requests, bug reports, or development contributions should be directed to that project.

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/common-protos composer package, available on Packagist.

In order to depend on these classes, use composer from the command line in order to add this package to your composer.json file in the requires section:

composer require google/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.