PHPackages                             tourze/wechat-mini-program-insurance-freight-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. tourze/wechat-mini-program-insurance-freight-bundle

ActiveSymfony-bundle

tourze/wechat-mini-program-insurance-freight-bundle
===================================================

微信小程序运费险模块，提供运费险投保、理赔、查询等功能

0.1.1(6mo ago)01MITPHPCI failing

Since Jun 3Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/tourze/wechat-mini-program-insurance-freight-bundle)[ Packagist](https://packagist.org/packages/tourze/wechat-mini-program-insurance-freight-bundle)[ RSS](/packages/tourze-wechat-mini-program-insurance-freight-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (51)Versions (4)Used By (0)

WeChat Mini Program Insurance Freight Bundle
============================================

[](#wechat-mini-program-insurance-freight-bundle)

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

[![Latest Version](https://camo.githubusercontent.com/22ec2c60f5cec4f57511e85d1a107069945530dba320dc4a0695375f972f1ca9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f75727a652f7765636861742d6d696e692d70726f6772616d2d696e737572616e63652d667265696768742d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/wechat-mini-program-insurance-freight-bundle)[![Quality Score](https://camo.githubusercontent.com/ad47434d39175be842ccd27c4e319e84438d80e33c0064a8fcc05b5f3bdcda7f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f746f75727a652f7765636861742d6d696e692d70726f6772616d2d696e737572616e63652d667265696768742d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/tourze/wechat-mini-program-insurance-freight-bundle)[![Total Downloads](https://camo.githubusercontent.com/5e747ca70222fef82e00cf2142de9a20e134fa8161257a6066d41f4fcbcb8089/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f75727a652f7765636861742d6d696e692d70726f6772616d2d696e737572616e63652d667265696768742d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/wechat-mini-program-insurance-freight-bundle)[![PHP Version](https://camo.githubusercontent.com/899589a535b81844605f56ae347d33bb508cda12a54191cf2aaaa36a6fd13e14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746f75727a652f7765636861742d6d696e692d70726f6772616d2d696e737572616e63652d667265696768742d62756e646c653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/wechat-mini-program-insurance-freight-bundle)[![License](https://camo.githubusercontent.com/0fec98f51123174296b6dc228034710e907dd3f26efb876c74975ac468b15988/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746f75727a652f7765636861742d6d696e692d70726f6772616d2d696e737572616e63652d667265696768742d62756e646c653f7374796c653d666c61742d737175617265)](LICENSE)[![Code Coverage](https://camo.githubusercontent.com/9587e049b79952f9adef354472a76fe3c2bf14c4457ebac7492fd94e759036bf/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f746f75727a652f7765636861742d6d696e692d70726f6772616d2d696e737572616e63652d667265696768742d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/tourze/wechat-mini-program-insurance-freight-bundle/?branch=master)

A comprehensive Symfony bundle that integrates WeChat Mini Program freight insurance functionality, providing seamless order management, return processing, and automated data synchronization with WeChat APIs.

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

[](#table-of-contents)

- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Console Commands](#console-commands)
- [Architecture](#architecture)
- [Advanced Usage](#advanced-usage)
- [Configuration](#configuration)
- [Testing](#testing)
- [Security](#security)
- [Contributing](#contributing)
- [Changelog](#changelog)
- [License](#license)

Features
--------

[](#features)

- **Insurance Order Management**: Complete lifecycle management of freight insurance orders
- **Return Order Processing**: Automated handling of return orders with status tracking
- **Data Synchronization**: Real-time synchronization with WeChat APIs
- **Summary Statistics**: Comprehensive reporting and analytics
- **Command-Line Tools**: Automated tasks and manual operations via console commands
- **Admin Interface**: EasyAdmin-powered administrative controllers for data management
- **Event-Driven Architecture**: Flexible event subscribers for custom business logic
- **Repository Pattern**: Clean data access layer with custom repositories

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

[](#requirements)

- PHP 8.1 or higher
- Symfony 6.4 or higher
- Doctrine ORM 3.0 or higher
- WeChat Mini Program Bundle ecosystem

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

[](#installation)

```
composer require tourze/wechat-mini-program-insurance-freight-bundle
```

### Bundle Registration

[](#bundle-registration)

Add the bundle to your `config/bundles.php`:

```
return [
    // ...
    WechatMiniProgramInsuranceFreightBundle\WechatMiniProgramInsuranceFreightBundle::class => ['all' => true],
];
```

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

[](#quick-start)

### Basic Usage

[](#basic-usage)

```
