max-antipin / yandex-cloud-php-sdk
PHP SDK for Yandex Cloud services (gRPC)
Package info
github.com/max-antipin/yandex-cloud-php-sdk
pkg:composer/max-antipin/yandex-cloud-php-sdk
v0.1.0
2026-07-22 06:21 UTC
Requires
- php: ^8.4
- ext-bcmath: *
- ext-grpc: *
- amphp/amp: ^3.1
- thesis/grpc-client: ^0.1.7
Requires (Dev)
- max-antipin/php-code-sniffs: ^0.14
- nette/php-generator: ^4.2
- phpdocumentor/reflection-docblock: ^6.0
- phpstan/phpstan: ^2.2
- phpunit/phpunit: ^13.2
This package is auto-updated.
Last update: 2026-07-22 08:15:50 UTC
README
This SDK provides a set of PHP classes for interacting with the Yandex Cloud API by using gRPC.
An introduction to gRPC in PHP
- Strict types.
- Immutability.
- Syntax.
API class |-- Services (Compute, VPC, DNS, etc.) |-- Resources (VMs, disks, images, etc.) |- Methods (Get, List, Create, Update, Delete, AttachDisk, etc.)
export IAM_TOKEN=$(yc iam create-token)