VMS PHP Client SDK

1.4.0 2020-01-23 10:12 UTC

This package is auto-updated.

Last update: 2024-04-23 20:35:18 UTC


README

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