吴昊天 f96b5a7451 【程序目录】更新优化 3 éve
..
metadata f96b5a7451 【程序目录】更新优化 3 éve
src f96b5a7451 【程序目录】更新优化 3 éve
CHANGELOG.md f96b5a7451 【程序目录】更新优化 3 éve
CODE_OF_CONDUCT.md f96b5a7451 【程序目录】更新优化 3 éve
CONTRIBUTING.md f96b5a7451 【程序目录】更新优化 3 éve
LICENSE f96b5a7451 【程序目录】更新优化 3 éve
README.md f96b5a7451 【程序目录】更新优化 3 éve
SECURITY.md f96b5a7451 【程序目录】更新优化 3 éve
composer.json f96b5a7451 【程序目录】更新优化 3 éve
renovate.json f96b5a7451 【程序目录】更新优化 3 éve

README.md

Common Protos PHP

release level

Build Status

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 in the API Common Protos 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/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/common-protos": "^2.0"

Or else use composer from the command line:

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.