azis-alvriyanto/shopee-express-waybill 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

azis-alvriyanto/shopee-express-waybill

最新稳定版本:v1.0.0

Composer 安装命令:

composer require azis-alvriyanto/shopee-express-waybill

包简介

Shopee Express Waybill

README 文档

README

Donate
Latest Stable Version PHP from Stable Version Static Analysis
Total Downloads License

Requirements

Installation

composer require azis-alvriyanto/shopee-express-waybill

Usage

use AzisAlvriyanto\ShopeeExpressWaybill\ShopeeExpressWaybill;

// Initialize
$shopeeExpressWaybill = new ShopeeExpressWaybill();

// Example: Check shipping number
$response = $shopeeExpressWaybill->check('SPXID133333333337');

// Output response
if ($response->success) {
    echo "Success: " . $response->message;
    print_r($response->data);
} else {
    echo "Error: " . $response->message;
}

Testing

To run the tests, use PHPUnit. Ensure PHPUnit is installed as a development dependency:

composer install --dev
composer test

API Documentation

Server API ready to use publicly in https://shopee-express-waybill.membasuh.com or you can get postman collection here.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-12-07