backend.ai-client-php

PHP API library for Lablup.AI Cloud

Github stars Tracking Chart

Backend.AI Client

.. image:: https://img.shields.io/pypi/pyversions/backend.ai-client.svg
:target: https://pypi.org/project/backend.ai-client/
:alt: PHP Versions

.. image:: https://travis-ci.org/lablup/backend.ai-client-php.svg?branch=master
:target: https://travis-ci.org/lablup/backend.ai-client-php
:alt: Build Status (Linux)

.. image:: https://ci.appveyor.com/api/projects/status/5h6r1cmbx2965yn1/branch/master?svg=true
:target: https://ci.appveyor.com/project/lablup/backend.ai-client-php/branch/master
:alt: Build Status (Windows)

.. image:: https://codecov.io/gh/lablup/backend.ai-client-php/branch/master/graph/badge.svg
:target: https://codecov.io/gh/lablup/backend.ai-client-php
:alt: Code Coverage

The official API client library for Backend.AI <https://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 <https://cloud.backend.ai>_ or your cluster
admin.

.. code-block:: sh

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.

Overview

Name With Ownerlablup/backend.ai-client-php
Primary Language
Program language (Language Count: 0)
Platform
License:GNU Lesser General Public License v3.0
Release Count0
Created At2017-09-01 00:50:08
Pushed At2017-10-23 01:11:53
Last Commit At2017-10-23 10:11:48
Stargazers Count1
Watchers Count13
Fork Count0
Commits Count1
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top