kavinsky/laravel-mrw-api
最新稳定版本:v0.2.1
Composer 安装命令:
composer require kavinsky/laravel-mrw-api
包简介
An unofficial API implementation for MRW SOAP API.
README 文档
README
Package still in development, do not use in production environments.
Installation
You can install the package via composer:
composer require kavinsky/laravel-mrw-api
Configure mrw entry in your config/services.php file:
return [ // ... 'mrw' => [ 'wsdl' => env('MRW_WSDL'), 'tracking_wsdl' => env('MRW_TRACKING_WSDL'), 'auth' => [ 'client_code' => env('MRW_CLIENT_CODE'), 'client_key' => env('MRW_CLIENT_KEY'), 'center_code' => env('MRW_CENTER_CODE'), 'franchise_code' => env('MRW_FRANCHISE_CODE'), ], // Options to pass to the Guzzle Client 'httpOptions' => [], ] ]
Usage
Still in progress. The package is not ready yet.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 3.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-09