Download the PHP package asmprotocol/php-client without Composer
On this page you can find all versions of the php package asmprotocol/php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download asmprotocol/php-client
More information about asmprotocol/php-client
Files in asmprotocol/php-client
Download asmprotocol/php-client
More information about asmprotocol/php-client
Files in asmprotocol/php-client
Vendor asmprotocol
Package php-client
Short Description PHP client library for ASMP
License MIT
Homepage https://www.asmprotocol.org/
Package php-client
Short Description PHP client library for ASMP
License MIT
Homepage https://www.asmprotocol.org/
Please rate this library. Is it a good library?
Informations about the package php-client
SwaggerClient-php
Application Server Management Protocol server
This PHP package is automatically generated by the Swagger Codegen project:
- API version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
Requirements
PHP 5.5 and later
Installation & Usage
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
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://swagger.asmprotocol.org/v1
Class | Method | HTTP request | Description |
---|---|---|---|
ChangeApi | change | POST /change | Request a specific change for one or multiple components as previously checked in a /check request |
CheckApi | check | POST /check | Define a list of desired changes using abstract constraints. Server should process these constraints, check if they can be fulfilled and respond with the possible resolutions. |
RollbackApi | rollback | POST /rollback | Rollback a specific change set |
StatusApi | status | GET /status/{id} | Get the current status for a given request ID |
Documentation For Models
- ChangeRequest
- ChangeResponse
- ChangeStatusCode
- CheckRequest
- CheckResponse
- ComponentChange
- ComponentGroup
- Constraint
- ConstraintGroup
- RollbackRequest
- StatusResponse
Documentation For Authorization
asmp_auth
- Type: API key
- API key parameter name: X-API-KEY
- Location: HTTP header
Author
All versions of php-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
The package asmprotocol/php-client contains the following files
Loading the files please wait ....