barnebys/vms

VMS PHP Client SDK


Keywords
vms, auctions, appraisal, barnebys, valuemystuff, valuation
License
MIT

Documentation

Latest Stable Version Build Status

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