Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 7, 2024 via composer

google/common-protos v4.5.0

Google API Common Protos for PHP
Package summary
Share
0
issues
2
licenses
1
Apache-2.0
1
BSD-3-Clause
Package created
5 Nov 2018
Version published
29 Nov 2023
Maintainers
1
Total deps
2
Direct deps
1
License
Apache-2.0

Issues

0
This package has no issues

Licenses

Apache License 2.0

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
use-patent-claims
place-warranty
Cannot
hold-liable
use-trademark
Must
include-copyright
include-license
state-changes
include-notice
1 Packages, Including:
google/common-protos@v4.5.0

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
google/protobuf@v3.25.3
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

1
All Dependencies CSV
ⓘ This is a list of google/common-protos 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
google/protobufv3.25.3-BSD-3-Clause
prod

Visualizations

Frequently Asked Questions

What does google/common-protos do?

Google Common Protos for PHP, also known as google/common-protos, is a valuable tool for developers working within the Google API ecosystem. It provides a collection of protocol buffer types that serve as common dependencies throughout the system. These ready-made PHP classes are generated from protobuf definitions provided by the Common Components AIP repository, making them an integral part of efficient application development. The Google Common Protos are stable and designed to avoid backward-incompatible changes, ensuring a reliable development environment for your projects.

How do you use google/common-protos?

Using the google/common-protos in your applications is straightforward with the help of Composer, a dependency management tool for PHP. To add google/common-protos to your project, include the following line in the ‘requires’ section of your composer.json file:

"google/common-protos": "^2.0"

Alternatively, you can use the Composer command line interface to add this package to your project. Simply run the following command in your project root:

composer require google/common-protos

After either of these steps, Composer takes care of downloading and installing the package, including it as part of your project’s dependencies.

Where are the google/common-protos docs?

For more detailed information on google/common-protos, you can refer to the official documentation, available online at https://googleapis.github.io/common-protos-php. Here, you can find more precise guidelines about the functionalities, use cases, and methods of the Google Common Protos, aiding you in fully utilizing this package in your applications.