jafrajarvy292/smartapihelper
Composer 安装命令:
composer require jafrajarvy292/smartapihelper
包简介
Helper library for MeridianLink's SmartAPI interface
README 文档
README
GitHub Page
Documentation Page
SmartAPI Helper
This is a PHP library for MeridianLink's SmartAPI interface.
This library should be used only after a review of the SmartAPI Integration Guide. The integration guide covers basic knowledge the software developer should have before starting their project. After reviewing the guide, this library can be used to expedite the integration process.
The SmartAPI Integration Guide, which is included in the integration kit, can be obtained by reaching out to MeridianLink directly.
Requirements
- PHP 7.1.0 or higher
- Extension: cURL
- Extension: OpenSSL
- Extension: XML
Installation Instructions
With Composer
To install using composer:
composer require jafrajarvy292/smartapihelper
If composer's autoload file is already included in your project, then this library will automatically be loaded.
Manual via SPL Autoloader
Download the latest release and and extract to its own folder. Afterwards, require the autoloader file.
For example, if you saved this to a folder named smartapihelper, then your require statement should look something like the following:
require "smartapihelper/autoload.php";
Getting Started
Look through the samples folder for examples of using this library.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-23