Skip to content

barnebys/vms-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

VMS PHP Client SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages