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

ActiveLibrary[Framework](/categories/framework)

xiaolu/workbench
================

Laravel 5 Workbench.

16PHP

Since Oct 12Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5 Workbench
===================

[](#laravel-5-workbench)

### Installation

[](#installation)

You can install the package via composer command line by runnign this following command.

```
composer require pingpong/workbench

```

After the package installed, add `Pingpong\Workbench\WorkbenchServiceProvider` to your `providers` array in `config/app.php` file.

And the last, publish the package's configuration by running:

```
php artisan vendor:publish

```

Autoloading Workbench
---------------------

[](#autoloading-workbench)

You can autoload the workbench by adding this following command to your `bootstrap/autoload.php` file. Put this following command at the very bottom of script.

```
/*
|--------------------------------------------------------------------------
| Register The Workbench Loaders
|--------------------------------------------------------------------------
|
| The Laravel workbench provides a convenient place to develop packages
| when working locally. However we will need to load in the Composer
| auto-load files for the packages so that these can be used here.
|
*/
if (is_dir($workbench = __DIR__.'/../workbench'))
{
	Pingpong\Workbench\Starter::start($workbench);
}
```

### Creating A Package

[](#creating-a-package)

> Before you create a package, you need to update `name` and `email` config value in your `config/workbench.php` file.

Creating a basic package.

```
php artisan workbench vendor/package

```

Creating a package with generating some scaffold resources.

```
php artisan workbench vendor/package --resources

```

### Other Documentation

[](#other-documentation)

> For more documentation you can visit [the official laravel documentation](http://laravel.com/docs/5.1/packages)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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/9a1f66c5c55e6281d7721b113ed8d24aa551125c1b4dbbffaee8ed057e90bee6?d=identicon)[shijunti19](/maintainers/shijunti19)

---

Top Contributors

[![shijunti19](https://avatars.githubusercontent.com/u/5392211?v=4)](https://github.com/shijunti19 "shijunti19 (10 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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