Download the PHP package ltd-beget/openapi-vps-php without Composer

On this page you can find all versions of the php package ltd-beget/openapi-vps-php. 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 openapi-vps-php

BegetOpenAPIVps

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Installation & Usage

Requirements

PHP 7.4 and later. Should also work with PHP 8.0.

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

API Endpoints

All URIs are relative to https://api.beget.com

Class Method HTTP request Description
BackupServiceApi backupServiceGetAvailableCopies GET /v1/vps/backup
BackupServiceApi backupServiceGetBackupFileList GET /v1/vps/{id}/backup/{copy_id}
BackupServiceApi backupServiceGetOrders GET /v1/vps/backup/orders
BackupServiceApi backupServiceRestoreFile POST /v1/vps/{id}/backup/{copy_id}/file
BackupServiceApi backupServiceRestoreServer POST /v1/vps/{id}/backup/{copy_id}/server
ConfiguratorServiceApi configuratorServiceGetCalculation GET /v1/vps/configurator/calculation
ConfiguratorServiceApi configuratorServiceGetConfiguratorInfo GET /v1/vps/configurator/info
ManageServiceApi manageServiceAttachIpAddress POST /v1/vps/{id}/network/{ip_address}
ManageServiceApi manageServiceAttachSshKey POST /v1/vps/{id}/sshKey/{ssh_key_id}
ManageServiceApi manageServiceAttachToPrivateNetwork POST /v1/vps/{id}/private-network/{network_id}
ManageServiceApi manageServiceChangeConfiguration PUT /v1/vps/server/{id}/configuration
ManageServiceApi manageServiceChangeSshAccess PUT /v1/vps/{id}/ssh/access
ManageServiceApi manageServiceCheckSoftwareRequirements POST /v1/vps/software/requirements
ManageServiceApi manageServiceCreateVps POST /v1/vps/server
ManageServiceApi manageServiceDetachFromPrivateNetwork DELETE /v1/vps/{id}/private-network/{network_id}
ManageServiceApi manageServiceDetachIpAddress DELETE /v1/vps/network/detach/{ip_address}
ManageServiceApi manageServiceDetachSshKey DELETE /v1/vps/{id}/sshKey/{ssh_key_id}
ManageServiceApi manageServiceDisablePostInstallAlert DELETE /v1/vps/{id}/software/post-install-alert
ManageServiceApi manageServiceGetAvailableConfiguration GET /v1/vps/configuration
ManageServiceApi manageServiceGetFileManagerSettings POST /v1/vps/{id}/fm
ManageServiceApi manageServiceGetHistory GET /v1/vps/{id}/history
ManageServiceApi manageServiceGetInfo GET /v1/vps/server/{id}
ManageServiceApi manageServiceGetInstalledSoftware GET /v1/vps/{id}/software
ManageServiceApi manageServiceGetList GET /v1/vps/server/list
ManageServiceApi manageServiceGetRegionList GET /v1/vps/region
ManageServiceApi manageServiceGetStatuses GET /v1/vps/server/statuses
ManageServiceApi manageServiceRebootVps POST /v1/vps/server/{id}/reboot
ManageServiceApi manageServiceReinstall POST /v1/vps/server/{id}/reinstall
ManageServiceApi manageServiceRemoveVps POST /v1/vps/server/{id}/remove
ManageServiceApi manageServiceReserveVpsSubdomain GET /v1/vps/subdomain/reserve
ManageServiceApi manageServiceResetPassword PUT /v1/vps/{id}/password
ManageServiceApi manageServiceResetVps POST /v1/vps/server/{id}/reset
ManageServiceApi manageServiceStartRescue POST /v1/vps/server/{id}/rescue
ManageServiceApi manageServiceStartVps POST /v1/vps/server/{id}/start
ManageServiceApi manageServiceStopRescue DELETE /v1/vps/server/{id}/rescue
ManageServiceApi manageServiceStopVps POST /v1/vps/server/{id}/stop
ManageServiceApi manageServiceUnarchive DELETE /v1/vps/archive/{id}
ManageServiceApi manageServiceUpdateInfo PUT /v1/vps/server/{id}/info
MarketplaceServiceApi marketplaceServiceGetSoftwareInfo GET /v1/vps/marketplace/software/{name}/{version}
MarketplaceServiceApi marketplaceServiceGetSoftwareList GET /v1/vps/marketplace/software/list
NetworkServiceApi networkServiceCreatePrivateNetwork POST /v1/vps/private-network
NetworkServiceApi networkServiceGetNetworkInfo GET /v1/vps/network
NetworkServiceApi networkServiceOrderIpAddress POST /v1/vps/network
NetworkServiceApi networkServiceRemoveIpAddress DELETE /v1/vps/network/{ip_address}
NetworkServiceApi networkServiceSuggestPrivateAddress POST /v1/vps/private-network/{network_id}/suggested-address
SnapshotServiceApi snapshotServiceCreate POST /v1/vps/snapshot
SnapshotServiceApi snapshotServiceCreateCalculator POST /v1/vps/snapshot/calculator
SnapshotServiceApi snapshotServiceEdit PUT /v1/vps/snapshot/{id}
SnapshotServiceApi snapshotServiceGetAll GET /v1/vps/snapshot
SnapshotServiceApi snapshotServiceGetAllRestores GET /v1/vps/snapshot/restore
SnapshotServiceApi snapshotServiceRemove DELETE /v1/vps/snapshot/{id}
SnapshotServiceApi snapshotServiceRestore POST /v1/vps/snapshot/{id}/restore
SoftwareLicenseServiceApi softwareLicenseServiceChangeLicensePlan PATCH /v1/vps/software/license/{vps_id}
SoftwareLicenseServiceApi softwareLicenseServiceGetLicenseInfo GET /v1/vps/software/license
SshKeyServiceApi sshKeyServiceAdd POST /v1/vps/sshKey
SshKeyServiceApi sshKeyServiceGetAll GET /v1/vps/sshKey
SshKeyServiceApi sshKeyServiceRemove DELETE /v1/vps/sshKey/{id}
StatisticServiceApi statisticServiceGetCpu GET /v1/vps/statistic/cpu/{id}
StatisticServiceApi statisticServiceGetCpuDetails GET /v1/vps/statistic/cpu-details/{id}
StatisticServiceApi statisticServiceGetDisk GET /v1/vps/statistic/disk/{id}
StatisticServiceApi statisticServiceGetDiskUsage GET /v1/vps/statistic/disk-usage/{id}
StatisticServiceApi statisticServiceGetLoadAverage GET /v1/vps/statistic/load-average/{id}
StatisticServiceApi statisticServiceGetMemory GET /v1/vps/statistic/memory/{id}
StatisticServiceApi statisticServiceGetNetwork GET /v1/vps/statistic/network/{id}
StatisticServiceApi statisticServiceGetProcessList GET /v1/vps/statistic/processes/{id}

Models

Authorization

bearerAuth

Tests

To run the tests, use:

Author

About this package

This PHP package is automatically generated by the OpenAPI Generator project:


All versions of openapi-vps-php with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.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 ltd-beget/openapi-vps-php contains the following files

Loading the files please wait ....