barnebys / vms
VMS PHP Client SDK
1.4.0
2020-01-23 10:12 UTC
Requires
- php: >=7.2
- ext-json: *
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpunit/phpunit: ^8.4
- symfony/dotenv: ^5.0
- symfony/var-dumper: ^4.3
README
VMS PHP SDK
The VMS PHP library provides convenient access to the VMS API from application written in the PHP language. It includes a set of pre-defined classes for API resources that initialize themselves dynamically from API responses.
Requirements
PHP 7.2.0 or later
Composer
You can install the bindings via Composer. Run the following command:
composer require barnebys/vms
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Getting started
Simple usage looks something like:
\Vms\Vms::setApiKey($apiKey'); $valuations = Vms\Valuation::all();
Examples
See the examples directory in this repository.
Documentation
See the API Docs