mms/mms-api-client
Composer 安装命令:
composer require mms/mms-api-client
包简介
A modular PHP library for interacting with the MMS API using Symfony HttpClient.
README 文档
README
MmsApiClient is a modular PHP library for interacting with the MMS API using Symfony HttpClient. It provides an easy way to interact with the MMS service, including support for ticket management and other services.
Installation
You can install the library via Composer:
composer require mms/mms-api-client
Usage
Initialize MmsApiClient To use MmsApiClient, initialize it by providing the base API URL and an authorization bearer token. Here's an example:
use MmsApiClient\MmsApiClient; $apiUrl = 'https://demoapi.mms-portal.eu/index.php/MmsApi/v1'; // MMS API base URL $bearerToken = 'your-bearer-token'; // Replace with your actual bearer token $apiClient = MmsApiClient::create($apiUrl, $bearerToken);
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-02-24