PHPackages                             tourze/youzan-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/youzan-api-bundle

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

tourze/youzan-api-bundle
========================

有赞API集成Bundle

0.1.0(6mo ago)01741MITPHPCI passing

Since May 8Pushed 4mo ago1 watchersCompare

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

READMEChangelog (4)Dependencies (30)Versions (5)Used By (1)

youzan-api-bundle
=================

[](#youzan-api-bundle)

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

\[[![Latest Version](https://camo.githubusercontent.com/1c5143d52c4615cca662b8b4aca078687e7c1491925ee124fb664ee175bc3c18/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f75727a652f796f757a616e2d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/1c5143d52c4615cca662b8b4aca078687e7c1491925ee124fb664ee175bc3c18/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f75727a652f796f757a616e2d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)\] () \[[![Total Downloads](https://camo.githubusercontent.com/735a47a803ec70eac29bdcc6417c99e65423da2600fcdb1acb90aa2e3d35064b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f75727a652f796f757a616e2d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/735a47a803ec70eac29bdcc6417c99e65423da2600fcdb1acb90aa2e3d35064b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f75727a652f796f757a616e2d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)\] () \[[![PHP Version Require](https://camo.githubusercontent.com/40d59b65752870ae5a1022bf1b218ea24b7716d0b22cb7170b4d6d1f1b065a1e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746f75727a652f796f757a616e2d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/40d59b65752870ae5a1022bf1b218ea24b7716d0b22cb7170b4d6d1f1b065a1e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746f75727a652f796f757a616e2d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)\] () \[[![License](https://camo.githubusercontent.com/20b0b3b0a8c2cc559830238c9e51bb8afed102cc14fb0a699d6f12dab1615c2f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746f75727a652f796f757a616e2d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/20b0b3b0a8c2cc559830238c9e51bb8afed102cc14fb0a699d6f12dab1615c2f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746f75727a652f796f757a616e2d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)\] ()

A Symfony bundle for integrating with Youzan API, providing account and shop management capabilities.

Table of Contents
-----------------

[](#table-of-contents)

- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Configuration](#configuration)
- [Entities](#entities)
- [Admin Interface](#admin-interface)
- [Advanced Usage](#advanced-usage)
- [Security](#security)
- [Performance Tips](#performance-tips)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [License](#license)

Features
--------

[](#features)

- Account management for Youzan API credentials
- Shop management with multi-account support
- Client service for easy API access
- EasyAdmin integration for backend management
- Doctrine ORM integration with Snowflake ID support

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Symfony 6.4 or higher
- Doctrine ORM 3.0 or higher
- youzanyun/open-sdk 2.0 or higher
- EasyAdmin Bundle 4.0 or higher

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

[](#installation)

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

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

[](#quick-start)

1. Add the bundle to your `bundles.php`:

```
