PHPackages                             gguney/boosters - 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. [Framework](/categories/framework)
4. /
5. gguney/boosters

ActiveLibrary[Framework](/categories/framework)

gguney/boosters
===============

Booster classes for Laravel

054PHP

Since Apr 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/gguney/boosters)[ Packagist](https://packagist.org/packages/gguney/boosters)[ RSS](/packages/gguney-boosters/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Booster
=======

[](#booster)

Support classes.

### Installation

[](#installation)

```
$ composer require gguney/boosters
```

### Preparation

[](#preparation)

Add package's service provider to your config/app.php

```
...
        GGuney\Boosters\BoostersProvider::class,
...
```

Then write this line on cmd.

```
$ php artisan vendor:publish
```

It will publish 3 files to your resources/views/vendor/boosters folder. It will place these files in components folder. 'form.blade.php' is a view file that the package will use for form building. Create and Edit. 'show.blade.php' is a view file that the package will use for Item show. 'table.blade.php' is a view file that the package will use for Index page.

Also, boosters.php into the config folder. With this config file you can change views' place.

All views also support language. First, you can select language in config/app.php

```
...
    'locale' => 'en',
...
```

And inside resources/lang/your\_locale\_name create general.php

```

```

This way package will translate the words to you language. Also, You have to add few lines to you app.blade.php so package can work fully operational.

```
...

...

...
```

### Usage

[](#usage)

```
$ php artisan make:boostedController YourModelName --g
```

YourModelName variable is the name of your model. --g (optional) option is general controller option.

This command will create a controller with booster abilities. If you don't need special changes for your model you can create just 1 general controller and route all these models to this general controller.

### Author

[](#author)

Gökhan Güney -

### License

[](#license)

Boosters is licensed under the MIT License - see the `LICENSE` file for details

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b6ec9f80ae75f823f3ded30ef636a0cb8525bc9d3648ad4e14266ebea3e3afb?d=identicon)[gguney](/maintainers/gguney)

---

Top Contributors

[![gguney](https://avatars.githubusercontent.com/u/16459896?v=4)](https://github.com/gguney "gguney (2 commits)")

### Embed Badge

![Health badge](/badges/gguney-boosters/health.svg)

```
[![Health](https://phpackages.com/badges/gguney-boosters/health.svg)](https://phpackages.com/packages/gguney-boosters)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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