Download the PHP package hypernode/api-client without Composer
On this page you can find all versions of the php package hypernode/api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package api-client
Hypernode API PHP Client
Please note: this project is still in its early stages and the API may be subject to change.
Installation
The API client is HTTP client agnostic, which means that it's compatible with any HTTP client implementing PSR-18 interface.
Popular HTTP client implementations are: Guzzle and Symfony HTTP Client.
A full list of implementations, can be found here.
Usage
Acquiring an API token
Each Hypernode has an API token associated with it, you can use that to talk to the API directly. You can find the token in /etc/hypernode/hypernode_api_token
. For API tokens with special permissions please contact [email protected].
Using the client
Supported features
Here's a list of Hypernode API features implemented in the client.
- Listing Hypernodes related to your API key
- Updating one or multiple Hypernode settings at once.
- Querying/polling the logbook for the status of a job.
- Listing, creating, updating and cancelling Brancher Hypernode instances.
Related projects
- The official Hypernode API Python Client
- The official Hypernode Deploy tool
- The official Hypernode Docker image
All versions of api-client with dependencies
ext-curl Version *
ext-json Version *
nesbot/carbon Version ^2.0
psr/http-client-implementation Version ^1.0
php-http/client-common Version ^2.5
php-http/discovery Version ^1.14
symfony/polyfill-php80 Version ^1.0