https://github.com/googleapis/google-cloud-php-core
https://github.com/googleapis/google-cloud-php-core
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googleapis/google-cloud-php-core
- Owner: googleapis
- License: apache-2.0
- Created: 2017-02-28T00:48:43.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T21:22:16.000Z (about 1 year ago)
- Last Synced: 2025-05-13T23:16:52.061Z (12 months ago)
- Language: PHP
- Size: 728 KB
- Stars: 330
- Watchers: 54
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Google Cloud Core Libraries for PHP
[](https://packagist.org/packages/google/cloud-core) [](https://packagist.org/packages/google/cloud-core)
* [API documentation](https://cloud.google.com/php/docs/reference/cloud-core/latest)
**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.
### Installation
**NOTE** This package is not intended for direct use. It provides common infrastructure
to the rest of the Google Cloud PHP components.
```sh
$ composer require google/cloud-core
```
### Debugging
Please see our [Debugging guide](https://github.com/googleapis/google-cloud-php/blob/main/DEBUG.md)
for more information about the debugging tools.
### Version
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
any minor or patch releases. We will address issues and requests with the highest priority.