PHPackages                             tourze/pinduoduo-api-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. tourze/pinduoduo-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

tourze/pinduoduo-api-bundle
===========================

拼多多API接口集成包，提供商品、订单、物流等功能的完整API封装

0.0.1(11mo ago)00MITPHPPHP ^8.1CI failing

Since Jun 3Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/tourze/pinduoduo-api-bundle)[ Packagist](https://packagist.org/packages/tourze/pinduoduo-api-bundle)[ RSS](/packages/tourze-pinduoduo-api-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (39)Versions (2)Used By (0)

pinduoduo-api-bundle
====================

[](#pinduoduo-api-bundle)

[English](README.md) | [中文](README.zh-CN.md)

[![Latest Version](https://camo.githubusercontent.com/e97b31b71ec83b7e220768c9ae09f6942b2cbe2c00080fd39904d3335e1830a6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f75727a652f70696e64756f64756f2d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/pinduoduo-api-bundle)[![PHP Version](https://camo.githubusercontent.com/ba6dc34c9a3de7be9976c5888eaa3dd2c453e2065f7923c7163635e73c28fd63/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746f75727a652f70696e64756f64756f2d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/pinduoduo-api-bundle)[![License](https://camo.githubusercontent.com/0956c048d68cce7eba868ba87ed93d62d815dd6174621132af5e9c899dbbd4c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746f75727a652f70696e64756f64756f2d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/pinduoduo-api-bundle)[![Build Status](https://camo.githubusercontent.com/0346e18af1343d739d0405776c07b83798d5bb0200e3efcfdf657e5e662f6403/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f746f75727a652f7068702d6d6f6e6f7265706f2f63692e796d6c3f7374796c653d666c61742d737175617265)](https://github.com/tourze/php-monorepo/actions)[![Quality Score](https://camo.githubusercontent.com/43930c8561a14d3f5a68c62b692ee20749bac4c043e09e88fd3fdd611660198f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f746f75727a652f7068702d6d6f6e6f7265706f2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/tourze/php-monorepo)[![Code Coverage](https://camo.githubusercontent.com/fce86ff4532b4694c22512e5e192a270f73dd27d6e5495fffb59c73cf14de807/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f746f75727a652f7068702d6d6f6e6f7265706f2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/tourze/php-monorepo)[![Total Downloads](https://camo.githubusercontent.com/96680e64622a56820920ba7aa165fc79cc28090a3bc01abac62f0fc5d35ee841/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f75727a652f70696e64756f64756f2d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/pinduoduo-api-bundle)

A Symfony bundle for integrating with Pinduoduo (PDD) API, providing comprehensive e-commerce functionality including product management, order processing, and logistics integration.

Features
--------

[](#features)

- **Product Management**: Sync product details, categories, specifications, and measurements
- **Order Processing**: Full order lifecycle management with real-time synchronization
- **Mall Management**: Multi-store support with access token management
- **Logistics Integration**: Shipping templates and logistics coordination
- **Console Commands**: 16 comprehensive CLI commands for automation
- **Cron Job Integration**: Automated background tasks with scheduling
- **Entity Management**: Doctrine ORM entities for all PDD data structures

Installation
------------

[](#installation)

```
composer require tourze/pinduoduo-api-bundle
```

Quick Start
-----------

[](#quick-start)

### 1. Basic Configuration

[](#1-basic-configuration)

```
