OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
google
/
common-protos
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:32:56 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:35:04 AM
rwxr-xr-x
📄
.gitattributes
157 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
.gitignore
175 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
CHANGELOG.md
5.36 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
1.98 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
CONTRIBUTING.md
1.78 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
LICENSE
11.29 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
README.md
1.88 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
SECURITY.md
336 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📄
VERSION
7 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📄
composer.json
1.1 KB
08/12/2024 10:32:54 AM
rw-r--r--
📁
metadata
-
08/12/2024 10:35:04 AM
rwxr-xr-x
📄
owlbot.py
2.36 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
phpunit.xml.dist
333 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
renovate.json
112 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📁
src
-
08/12/2024 10:36:18 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:33:58 AM
rwxr-xr-x
Editing: README.md
Close
## Common Protos PHP [](https://packagist.org/packages/google/common-protos) [](https://packagist.org/packages/google/common-protos) * [API documentation](https://cloud.google.com/php/docs/reference/common-protos/latest) This repository is a home for the [protocol buffer][protobuf] 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][common-components-aip] repository. **NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googleapis/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][packagist-common-protos] composer package, available on [Packagist][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: ```bash 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. [protobuf]: https://developers.google.com/protocol-buffers/ [common-components-aip]: https://google.aip.dev/213 [packagist-common-protos]: https://packagist.org/packages/google/common-protos/ [packagist]: https://packagist.org/