PHPackages                             larastarscn/workbench - 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. larastarscn/workbench

ActiveLibrary

larastarscn/workbench
=====================

Simple convenient workbench for laravel package creator.

v0.0.2(9y ago)431MITPHPPHP &gt;=5.3

Since Oct 10Pushed 9y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Larastarscn Workbench
=====================

[](#larastarscn-workbench)

[![License](https://camo.githubusercontent.com/736fb6f3e91fbad99276cd4a96768a23fcdf5094d174ce77a490159918584f03/68747470733a2f2f706f7365722e707567782e6f72672f6c6172617374617273636e2f776f726b62656e63682f6c6963656e73652e737667)](https://packagist.org/packages/larastarscn/workbench)

Introduction
------------

[](#introduction)

This package provides a simple convenient workbench for Laravel package creator.That will make you quickly create the package structure via command line interface.

Installion
----------

[](#installion)

To get started with Workbench, add to your `composer.json` file as a dependency:

```
composer require larastarscn/workbench

```

Then type the `composer install` command to the cli.

Configure
---------

[](#configure)

After installing the Workbench libary, register the `Larastarscn\Workbench\WorkbenchServiceProvider` in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...

    Larastarscn\Workbench\WorkbenchServiceProvider::class,
]

```

Also, add the `WorkbenchMakeCommand` command class to the `commands` array in your `app/Console/Kernel.php` file:

```
protected $commands = [
    \Larastarscn\Workbench\Console\WorkbenchMakeCommand::class,
];

```

Then, you will need to publish the `workbench.php` configuration file to the `config` directory:

```
php artisan vendor:publish

```

Also, you will need register the author infomation within `config/workbench.php`.

Usage
-----

[](#usage)

Next, you are ready to create a new package via Workbench! Simple type fllowing command to the cli:

```
php artisan workbench vendor/package

```

Just it! For example, if you want make a package that the name is `larastarscn/test`. Just run command like this:

```
php artisan workbench larastarscn/test

```

Then the workbench will ask you that "What directories do you want?", if you don't want any sub-directory in your package, just type value that one of `null`，`no`, `n`, `false`.

Also, you can create multiple directories at once, just split those via comma symbol.

Even you can create the nested directories using "dot" notation:

```
> What directories do you want?
> config,resource.view,resource.lang,test

```

Once the package structure is generated. Workbench will automatically map the namespace of the package within the root `composer.json` file for you.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Every ~209 days

Total

2

Last Release

3289d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10eb59ef255beec9e950b9988f579488c0ae2a8a58e63a757ca27c9d2bdc973c?d=identicon)[DearMadMan](/maintainers/DearMadMan)

---

Top Contributors

[![DearMadMan](https://avatars.githubusercontent.com/u/6621779?v=4)](https://github.com/DearMadMan "DearMadMan (6 commits)")

---

Tags

laravellaravel-packageworkbenchlarastarscn

### Embed Badge

![Health badge](/badges/larastarscn-workbench/health.svg)

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

###  Alternatives

[imanghafoori/laravel-nullable

A package to help you write expressive defensive code in a functional manner

151423.7k6](/packages/imanghafoori-laravel-nullable)[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[classiebit/eventmie

Run your own Events business with Eventmie Pro. Use it as event ticket selling website or event management platform on your own domain.

1872.0k](/packages/classiebit-eventmie)[stevegrunwell/lost-in-translation

Uncover missing translations and localization strings in Laravel applications

3635.7k](/packages/stevegrunwell-lost-in-translation)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[ashallendesign/laravel-mailboxlayer

A lightweight Laravel package for validating emails using the Mailbox Layer API.

762.0k](/packages/ashallendesign-laravel-mailboxlayer)

PHPackages © 2026

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