dansmaculotte/mondialrelay-php
最新稳定版本:1.4.3
Composer 安装命令:
composer require dansmaculotte/mondialrelay-php
包简介
PHP SDK for MondialRelay Web Services
README 文档
README
This library aims to facilitate the usage of Mondial Relay Web Services
Services
Installation
Requirements
- PHP 7.4
- Soap Extension
You can install the package via composer:
composer require dansmaculotte/mondialrelay-php
Usage
Find pickup points
use DansMaCulotte\MondialRelay\DeliveryChoice; $delivery = new DeliveryChoice( [ 'site_id' => MONDIAL_RELAY_SITE_ID, 'site_key' => MONDIAL_RELAY_SITE_KEY, ] ); $result = $delivery->findPickupPoints('FR', '75001', 'FR'); print_r($result);
Find pickup points by code
use DansMaCulotte\MondialRelay\DeliveryChoice; $delivery = new DeliveryChoice( [ 'site_id' => MONDIAL_RELAY_SITE_ID, 'site_key' => MONDIAL_RELAY_SITE_KEY, ] ); $result = $delivery->findPickupPointByCode('FR', '062049'); print_r($result);
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 9.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-25