Download the PHP package tubehosting/tubephp-api without Composer
On this page you can find all versions of the php package tubehosting/tubephp-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tubehosting/tubephp-api
More information about tubehosting/tubephp-api
Files in tubehosting/tubephp-api
Package tubephp-api
Short Description Simple PHP API client for tube-hosting.com rest API
License MIT
Homepage https://tube-hosting.com
Informations about the package tubephp-api
Tube-Hosting API PHP client
Explanation
This PHP library is a simple api wrapper/client for the tube-hosting.com api.
It is based on the provided documentation.
The wrapper is built oriented to the so-called "schemas", where the documentation specified endpoints are assigned to, in a specific order.
In the documentation, we see that the endpoints are ordered in thirteen tags, which are each put into an object.
Here is how they are ordered:
Object: | Service | ServiceGroupData | IPv4 | IPv4Bundle | DedicatedInstanceRequest | VPS | User | Payment | Template | Dedicated |
---|---|---|---|---|---|---|---|---|---|---|
Tags: | service-controller | service-group-controller | ip-controller | ip-bundle-controller | admin-dedicated-repository | vps-controller | authentication-controller | payment-controller | template-controlle | dedicated-controller |
Tags: | me-controller | order-controller |
Also take a look in the Documentation.md
Installation
The Tube-Hosting PHP API is available over Packagist, and an installation in your project is recommended via Composer.
After installing Composer in your project, just add this line to your composer.json
file.
or run
in your shell.
This library also requires PHP version 7.1 or higher and the PHP curl extension.
Usage
Here we got a pretty simple example where we log in into a Tube-Hosting Account, fetch information about a VPS and display this information:
A simple example:
The (example) output:
Take a look on more examples in the examples directory
login with api token:
Instead of your email and password
you can also use your api token.
Make sure to also remove the login line ($user = Objects\User::login(new Objects\AuthenticationLoginData($mail, $password));
as this overrides the api key with a new one from the login call.
An example implementation can be found in the examples directory
LICENSE:
This software is distributed under the MIT license.
All versions of tubephp-api with dependencies
ext-curl Version *
ext-json Version *