PHPackages                             sukohi/broom - 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. sukohi/broom

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

sukohi/broom
============

A PHP package mainly developed for Laravel to manage option values using Trait.

3.0.3(6y ago)7345MITPHP

Since Aug 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/SUKOHI/Broom)[ Packagist](https://packagist.org/packages/sukohi/broom)[ RSS](/packages/sukohi-broom/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (19)Used By (0)

Broom
=====

[](#broom)

A PHP package mainly developed for Laravel to manage option values using Trait.
(This packages is maintained under L54)

**[Demo](http://demo-laravel52.capilano-fw.com/broom)**

Installation
============

[](#installation)

Execute composer command.

```
composer require sukohi/broom:3.*

```

Preparation
===========

[](#preparation)

**Simple Way**

In your model, set BroomTrait and add a method named "options" which return values you want.

```
