Download the PHP package i-kostiuk/time4vps-api without Composer

On this page you can find all versions of the php package i-kostiuk/time4vps-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package time4vps-api

time4vps sdk

I have implemented 45% of the methods from the documentation at https://billing.time4vps.com/userapi. I plan to implement all the available functions in the near future. Please support me with your interest if you find this package useful.

Install:

composer require i-kostiuk/time4vps-api

Available methods:

User Details

Return registration details for my account


Update User Details

Update registration details under my account


List contacts

Return a list of contacts on this account


Get contacts details

Return array with contact details


List all portal notifications

Return a list of all portal notifications.


List new portal notifications

Return only new portal notifications.


Acknowledge notification

Marks the notification as read


Account balance

Get current account balance(unpaid invoices total), account credit


List Invoices

List all invoices under my account


Invoice Details

Get invoice details


Payment Methods

List available payment methods


Payment Methods Fees

List available payment methods with fees


List services

List all services under your account


Service label

Show current service label


Change service label

Set new custom label to identify this service


List product categories

Return a list of product categories.


List products in category

Return a list of product available for purchase under requested category


Get product configuration details

Return product details with form configuration, addons and subproducts if available.


Get available VPS products

List all available virtual private server products


List DNS

Returns a list of all DNS


Get DNS details

Returns details of the DNS zone


List SSL Certificates

List all ssl services under your account


List All Servers

Lists all active servers. Results includes only the brief information about the server. Call is synchronous - result returned immediately.


Server Details

Particular server details: configuration, installed OS, resource usage and etc. Call is synchronous - result returned immediately.


Available OS List

List of available OS templates for a server. Call is synchronous - result returned immediately.


Get additional IPs

List of additional IPs. Call is synchronous - result returned immediately.


Get Usage History

Displays the bandwidth usage of a server. Call is synchronous - result returned immediately.


Get available init scripts

Script content is not included


Get init script by ID

Script content is included


List VPN Servers

Returns all available (including servers in maintenance) VPN servers.


List VPN Clients


VPN login details

Returns oldest VPN plan login details, such as username, password, pre-shared key.


Get Usage History

Displays the bandwidth usage of a VPN service.


All versions of time4vps-api with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package i-kostiuk/time4vps-api contains the following files

Loading the files please wait ....