PHPackages                             tourze/product-subscribe-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/product-subscribe-bundle

ActiveSymfony-bundle

tourze/product-subscribe-bundle
===============================

0.0.2(5mo ago)00MITPHPCI passing

Since Nov 13Pushed 4mo agoCompare

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

READMEChangelog (2)Dependencies (31)Versions (3)Used By (0)

Product Subscribe Bundle
========================

[](#product-subscribe-bundle)

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

A Symfony bundle for managing product subscription functionality, providing comprehensive admin interface and robust repository management.

Features
--------

[](#features)

- **Product subscription entity management** with full CRUD operations
- **Admin interface** integrated with EasyAdmin for seamless management
- **Repository pattern implementation** following best practices
- **Timestamp tracking** for subscription records (created/updated)
- **User and product relationship management** with proper indexing
- **Database migrations** for easy setup and deployment
- **Comprehensive test coverage** ensuring reliability

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

[](#installation)

### Requirements

[](#requirements)

- PHP 8.1+
- Symfony 7.3+
- Doctrine ORM 3.0+
- EasyAdmin Bundle 4+

### Composer Installation

[](#composer-installation)

Add the bundle to your `composer.json`:

```
composer require tourze/product-subscribe-bundle
```

### Bundle Registration

[](#bundle-registration)

Register the bundle in `config/bundles.php`:

```
