tourze/catalog-bundle
最新稳定版本:2.0.0
Composer 安装命令:
composer require tourze/catalog-bundle
包简介
分类模块
README 文档
README
A Symfony bundle for managing catalog and classification functionality.
Installation
Add this bundle to your Symfony project:
composer require tourze/catalog-bundle
Quick Start
- Register the bundle in your
config/bundles.php:
<?php return [ // ... other bundles Tourze\CatalogBundle\CatalogBundle::class => ['all' => true], ];
- The bundle provides basic catalog management infrastructure for your Symfony application.
Features
- Basic catalog bundle structure
- Symfony 6.4+ compatibility
- PHP 8.1+ support
- Doctrine ORM integration
- Timestamp tracking support
Configuration
The bundle uses default Symfony configuration. Services are automatically registered with autowiring enabled.
Usage
This bundle provides the foundation for catalog-related functionality in your Symfony application. It includes:
- Bundle class with dependency management
- Extension for service configuration
- Basic service configuration
// Example usage in your application use Tourze\CatalogBundle\CatalogBundle; // The bundle is automatically registered and configured
Testing
Run the test suite:
./vendor/bin/phpunit packages/catalog-bundle/tests
Dependencies
- PHP 8.1+
- Symfony 6.4+
- Doctrine ORM 3.0+
- tourze/doctrine-timestamp-bundle
License
This bundle is released under the MIT License. See the LICENSE file for details.
统计信息
- 总下载量: 684
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-01