soerbv/monta-api
最新稳定版本:v1.0.22
Composer 安装命令:
composer require soerbv/monta-api
包简介
A PHP Client for the Monta Portal
README 文档
README
This project is a PHP library to use the Monta API from within your PHP application. If you would like to use the Monta API v5, please use a version prior to version 1.
Installation
Install the project through composer:
composer require soerbv/monta-api
Usage
You can create your own API credentials within the Montaportal.
Create a new client:
$client = new Client('username', 'password';
For example, you can now request the health of the Monta application.
$client->getHealth();
The health requests also returns your rate limits.
For a list of all available endpoints, please see the available source. The API documentation is available here: https://api-v6.monta.nl/index.html
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 1.41k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-07-20