Download the PHP package keystackapp/keystack-php-client without Composer
On this page you can find all versions of the php package keystackapp/keystack-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download keystackapp/keystack-php-client
More information about keystackapp/keystack-php-client
Files in keystackapp/keystack-php-client
Package keystack-php-client
Short Description KeyStack PHP client for REST API integration.
License unlicense
Homepage https://github.com/KeyStackApp/keystack-php-client
Informations about the package keystack-php-client
OpenAPIClient-php
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Installation & Usage
Requirements
PHP 7.2 and later.
Composer
To install the bindings via Composer, add the following to composer.json:
Then run composer install
Your project is free to choose the http client of your choice Please require packages that will provide http client functionality: https://packagist.org/providers/psr/http-client-implementation https://packagist.org/providers/php-http/async-client-implementation https://packagist.org/providers/psr/http-factory-implementation
As an example:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to http://localhost
| Class | Method | HTTP request | Description |
|---|---|---|---|
| ClientApi | activateLicense | POST /v1/licenses/activate | |
| ClientApi | deactivateLicense | POST /v1/licenses/deactivate | |
| ClientApi | manifestPublicRead | GET /v1/manifest/public-read/{cacheKey} | |
| ClientApi | validateLicense | POST /v1/licenses/validate |
Models
- ActivateLicense
- ActivateLicenseFingerprint
- ActivationDelete
- ActivationList
- ActivationListMeta
- ActivationRecord
- ActivationResponse
- AddManifestRecord200Response
- DeactivateLicenseInput
- DeactivationResponse
- LicenseCreateInput
- LicenseDelete
- LicenseKey
- LicenseList
- LicenseListMeta
- LicenseRecord
- LicenseRecordHistoryInner
- LicenseUpdateInput
- ManifestAddSchema
- ValidateLicense401Response
- ValidateLicense404Response
- ValidateLicense423Response
- ValidateLicenseRequest
Authorization
Bearer
- Type: Bearer authentication (JWT)
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
1.0.0- Generator version:
7.17.0-SNAPSHOT
- Generator version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of keystack-php-client with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/psr7 Version ^1.8 || ^2.0
php-http/async-client-implementation Version ^1.0
php-http/client-common Version ^2.4
php-http/discovery Version ^1.14
php-http/httplug Version ^2.2
psr/http-client-implementation Version ^1.0
psr/http-factory Version ^1.0
psr/http-factory-implementation Version ^1.0
psr/http-message Version ^1.0