定制 alexispplin/sendcloud-v3 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

alexispplin/sendcloud-v3

Composer 安装命令:

composer require alexispplin/sendcloud-v3

包简介

Provides a client to interact with the Sendcloud v3 API in an object-oriented way.

README 文档

README

Packagist Version License

📦 About

Implementation of Sendcloud v3 API for PHP

Note

For v2 users, use Webador/sendcloud
(which this library is heavily inspired by)

⚙️ Requirements

  • PHP 8.2+
  • PSR7 & PSR17 implementation

🛠️ Installation

composer require alexispplin/sendcloud-v3

Note

This library uses HTTPlug

For this lib to work, you will need to install a PSR7 & PSR17 implementation.
Check the full documentation here : https://docs.php-http.org/en/latest/httplug/users.html

For example :

composer require symfony/http-client nyholm/psr7

🌐 Supported Endpoints

💡 Quick start

<?php
use AlexisPPLIN\SendcloudV3\Endpoints\Orders;

// Create client

$orders = new Orders(
    publicKey: /* YOUR PUBLIC KEY */,
    secretKey: /* YOUR SECRET KEY */,
    partnerId: /* (optional) YOUR PARTNER ID */
);

// Retrieve an order

$order = $orders->getOrder(id: 1);

🤝 Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a branch for your feature
  3. Commit your changes
  4. Create a Pull Request to the main branch

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-02-10

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固