Search by

max-antipin / yandex-cloud-php-sdk

max-antipin

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

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2.0 2026-07-22 20:55 UTC

This package is auto-updated.

Last update: 2026-08-22 21:13:40 UTC


README

This SDK provides a set of PHP classes for interacting with the Yandex Cloud API by using gRPC.

Generated from the interface definitions of Yandex Cloud API.

An introduction to gRPC in PHP

  1. Strict types.
  2. Immutability.
  3. Syntax.

Yandex Cloud API concepts

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)