lablup / backend.ai-client-php

PHP API library for Lablup.AI Cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend.AI Client

PHP Versions Build Status (Linux) Build Status (Windows) Code Coverage

The official API client library for Backend.AI

Usage

You should set the access key and secret key as environment variables to use the API. Grab your keypair from cloud.backend.ai or your cluster admin.

export BACKEND_ACCESS_KEY=...
export BACKEND_SECRET_KEY=...

# optional (for local clusters)
export BACKEND_ENDPOINT="https://my-precious-cluster/"

Help commands?

Please run backend.ai --help to see more commands.

About

PHP API library for Lablup.AI Cloud

License:GNU Lesser General Public License v3.0