PHPackages                             tourze/weui-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. [Templating &amp; Views](/categories/templating)
4. /
5. tourze/weui-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

tourze/weui-bundle
==================

A Symfony Bundle for WeUI frontend framework integration

1.0.2(6mo ago)13.2k5MITPHPCI passing

Since Apr 12Pushed 4mo ago1 watchersCompare

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

READMEChangelog (5)Dependencies (22)Versions (6)Used By (5)

WeUI Bundle for Symfony
=======================

[](#weui-bundle-for-symfony)

[![PHP Version Require](https://camo.githubusercontent.com/434833016216b06ff9dded0270f5b19de5798011e60c18fbc719d66d7efd3d26/68747470733a2f2f706f7365722e707567782e6f72672f746f75727a652f776575692d62756e646c652f726571756972652f706870)](https://packagist.org/packages/tourze/weui-bundle)[![License](https://camo.githubusercontent.com/b73b74daf7cb501b1c04ef1a0981a36dcc3c95b9857dd76614c3ac2a33177bac/68747470733a2f2f706f7365722e707567782e6f72672f746f75727a652f776575692d62756e646c652f6c6963656e7365)](https://packagist.org/packages/tourze/weui-bundle)[![Build Status](https://github.com/tourze/php-monorepo/workflows/CI/badge.svg)](https://github.com/tourze/php-monorepo/actions)[![Coverage Status](https://camo.githubusercontent.com/597d3736c612eb152d4c13a37f4e87afd6af836788df1857d930b70903f9553d/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f746f75727a652f7068702d6d6f6e6f7265706f2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/tourze/php-monorepo?branch=master)

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

A Symfony Bundle that provides simple integration with WeUI frontend framework. Main features include:

- Quick rendering of success and error pages with WeUI styling
- Support for custom titles and subtitles
- Control over action button display (`showOp` parameter)
- Company name configuration via environment variables
- Automatic copyright year generation
- Mobile-optimized responsive design

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

[](#installation)

Install via Composer:

```
composer require tourze/weui-bundle
```

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

[](#quick-start)

After installation, the bundle will be automatically registered. You can immediately start using the NoticeService in your controllers:

```
