PHPackages                             gos/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gos/widget

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

gos/widget
==========

Make widget easier and reusable !

36PHP

Since Oct 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/GeniusesOfSymfony/Widget)[ Packagist](https://packagist.org/packages/gos/widget)[ RSS](/packages/gos-widget/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Gos Widget Component#

**This project is currently in development, please take care.**

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

[](#installation)

You need to have [composer](https://getcomposer.org/) to install dependencies.

```
{
    "require": {
        "gos/widget": "{last stable version}"
    }
}
```

Then run the command on the root of your project`composer update`

How to use
----------

[](#how-to-use)

First create a widget class like

```
