PHPackages                             victoire/button-widget - 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. victoire/button-widget

AbandonedSymfony-bundle

victoire/button-widget
======================

Victoire Button widget

2.0.5(7y ago)26.4k↓100%6[4 issues](https://github.com/Victoire/WidgetButtonBundle/issues)MITPHP

Since Nov 1Pushed 7y ago14 watchersCompare

[ Source](https://github.com/Victoire/WidgetButtonBundle)[ Packagist](https://packagist.org/packages/victoire/button-widget)[ RSS](/packages/victoire-button-widget/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (13)Used By (0)

[![CircleCI](https://camo.githubusercontent.com/292edaae5ded84d11a8ecf423ae565202d346681d7a2640460d03b106079275f/68747470733a2f2f636972636c6563692e636f6d2f67682f566963746f6972652f576964676574427574746f6e42756e646c652e7376673f7374796c653d736869656c64)](https://circleci.com/gh/Victoire/WidgetButtonBundle)

Victoire Button Bundle
======================

[](#victoire-button-bundle)

What is the purpose of this bundle
----------------------------------

[](#what-is-the-purpose-of-this-bundle)

This bundle installs the *Button Widget* on your Victoire project. With this widget, you can set up a button anywhere on your website which can link to :

- Internal pages
- URL
- A routing setting
- An anchor - i.e a widget within a page

You can define the size and style of the button

Set Up Victoire
---------------

[](#set-up-victoire)

If you haven't already, you can follow the steps to set up Victoire *[here](https://github.com/Victoire/victoire/blob/master/doc/setup.md)*

Install the bundle :
--------------------

[](#install-the-bundle-)

Run the following composer command :

```
php composer.phar require victoire/button-widget

```

### Reminder

[](#reminder)

Do not forget to add the bundle in your AppKernel !

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Victoire\Widget\ButtonBundle\VictoireWidgetButtonBundle(),
        );

        return $bundles;
    }
}

```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 51.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~142 days

Recently: every ~234 days

Total

10

Last Release

2563d ago

Major Versions

1.5 → 2.0.02016-08-22

PHP version history (2 changes)1.3.0PHP &gt;=5.3.3

1.5PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfae4f0954a577921be2539b40a1f1958376f5c7364505e1e238e232ba8066d9?d=identicon)[paulandrieux](/maintainers/paulandrieux)

![](https://www.gravatar.com/avatar/b33c24b8970c451cea3966e4a3ee46b4b1de451835431300b6371e0a0625152f?d=identicon)[gregumo](/maintainers/gregumo)

---

Top Contributors

[![paulandrieux](https://avatars.githubusercontent.com/u/1942078?v=4)](https://github.com/paulandrieux "paulandrieux (40 commits)")[![gregumo](https://avatars.githubusercontent.com/u/11725078?v=4)](https://github.com/gregumo "gregumo (20 commits)")[![vincent-chapron](https://avatars.githubusercontent.com/u/10434344?v=4)](https://github.com/vincent-chapron "vincent-chapron (7 commits)")[![lenybernard](https://avatars.githubusercontent.com/u/618536?v=4)](https://github.com/lenybernard "lenybernard (6 commits)")[![LoicGoyet](https://avatars.githubusercontent.com/u/3983659?v=4)](https://github.com/LoicGoyet "LoicGoyet (1 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")[![clekos](https://avatars.githubusercontent.com/u/5139008?v=4)](https://github.com/clekos "clekos (1 commits)")[![mperonnet](https://avatars.githubusercontent.com/u/2752742?v=4)](https://github.com/mperonnet "mperonnet (1 commits)")

---

Tags

buttoncmsphpsymfonysymfony-bundlevictoirevictoire-widgetwidgetvictoirebutton

### Embed Badge

![Health badge](/badges/victoire-button-widget/health.svg)

```
[![Health](https://phpackages.com/badges/victoire-button-widget/health.svg)](https://phpackages.com/packages/victoire-button-widget)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
