Files
kulakpos_web/vendor/google/cloud-core/README.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2026-03-30 14:54:57 +07:00
# Google Cloud Core Libraries for PHP
[![Latest Stable Version](https://poser.pugx.org/google/cloud-core/v/stable)](https://packagist.org/packages/google/cloud-core) [![Packagist](https://img.shields.io/packagist/dm/google/cloud-core.svg)](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.