barnebys/vms
Composer 安装命令:
composer require barnebys/vms
包简介
VMS PHP Client SDK
README 文档
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
统计信息
- 总下载量: 501
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-04