PHPackages                             darovi/commander - 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. darovi/commander

ActiveLibrary

darovi/commander
================

A series of commands usable in the Laravel Framework to generate providers, services, etc.

1.0(6y ago)013MITPHPCI failing

Since Dec 1Pushed 6y ago2 watchersCompare

[ Source](https://github.com/Darovi/Commander)[ Packagist](https://packagist.org/packages/darovi/commander)[ RSS](/packages/darovi-commander/feed)WikiDiscussions master Synced 5d ago

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

Commander for Laravel
=====================

[](#commander-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/a8b1effbf914dc6f67ed413bb3c78f3d70ba44dcdd94650789416f42e114ebd0/68747470733a2f2f706f7365722e707567782e6f72672f6461726f76692f636f6d6d616e6465722f762f737461626c65)](https://packagist.org/packages/darovi/commander) [![Total Downloads](https://camo.githubusercontent.com/1c87161abf9bfd4786e63a55d31c4ec28f6a06617a169418241021c94444f552/68747470733a2f2f706f7365722e707567782e6f72672f6461726f76692f636f6d6d616e6465722f646f776e6c6f616473)](https://packagist.org/packages/darovi/commander) [![License](https://camo.githubusercontent.com/2cb7e455ca405b397caa49e94e61a2c0b9f998a4e7efe1b8faa2c25f4afb1637/68747470733a2f2f706f7365722e707567782e6f72672f6461726f76692f636f6d6d616e6465722f6c6963656e7365)](https://packagist.org/packages/darovi/commander) [![StyleCI](https://camo.githubusercontent.com/9226633b0010e346837d1179ccc495892641dc8722980b5c58893ce848648d72/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3232353035303134322f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/225050142)

Getting Started
---------------

[](#getting-started)

To get started you need to install the package with Composer:

```
composer require darovi/commander
```

### Laravel &gt;= 5.5

[](#laravel--55)

That's it! The package is auto-discovered on 5.5 and up!

### Laravel &lt;= 5.4

[](#laravel--54)

Add the package service provider to your providers array in `config/app.php`

```
'providers' => [
    // ...
    Darovi\Commander\CommanderServiceProvider::class,
],
```

### Create a new Repository class

[](#create-a-new-repository-class)

To create a new repository class use the command

```
php artisan make:repository CLASSNAME
```

Replace CLASSNAME with the name you want to provide your repository class.

Disclaimer
----------

[](#disclaimer)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2359d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57faf02cb728789f5bb1242a73090ac1e9040ca9c10baf655e3a7e72d555d9ad?d=identicon)[SimpleVerify](/maintainers/SimpleVerify)

---

Top Contributors

[![danrovito](https://avatars.githubusercontent.com/u/8322674?v=4)](https://github.com/danrovito "danrovito (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/darovi-commander/health.svg)

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

PHPackages © 2026

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