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

ActiveLibrary[Framework](/categories/framework)

apollopy/workbench
==================

Laravel 5 Workbench.

v5.7.0(7y ago)016MITPHPPHP ^7.1.3

Since Jan 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/apollopy/workbench)[ Packagist](https://packagist.org/packages/apollopy/workbench)[ RSS](/packages/apollopy-workbench/feed)WikiDiscussions 5.7 Synced 3d ago

READMEChangelogDependencies (3)Versions (77)Used By (0)

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

[](#laravel-5-workbench)

### Version Compability

[](#version-compability)

Laravel VersionWorkbench Version5.2.\*5.2.\*5.3.\*5.3.\*5.4.\*5.4.\*5.7.\*5.7.\*### Installation

[](#installation)

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

```
composer require --dev apollopy/workbench

```

After the package installed, add `ApolloPY\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

```

That will publish the `workbench.php` config file to your `config/` folder and you need to set the name and email of package creators on it.

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

[](#autoloading-workbench)

You can autoload the workbench by adding this following command to your `public/index.php` file.

```
require __DIR__.'/../vendor/autoload.php';

/*
|--------------------------------------------------------------------------
| 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') && class_exists(ApolloPY\Workbench\Starter::class)) {
    ApolloPY\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.2/packages)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~29 days

Recently: every ~114 days

Total

76

Last Release

2723d ago

Major Versions

v1.1.0 → v4.0.0-BETA32013-02-01

v4.2.16 → 5.0.02015-05-24

PHP version history (4 changes)v4.1.29PHP &gt;=5.3.0

v4.2.0-BETA1PHP &gt;=5.4.0

v5.1.0PHP &gt;=5.5.9

v5.7.0PHP ^7.1.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2421282?v=4)[ApolloPY](/maintainers/apollopy)[@apollopy](https://github.com/apollopy)

---

Top Contributors

[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (56 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (15 commits)")[![gravitano](https://avatars.githubusercontent.com/u/5087538?v=4)](https://github.com/gravitano "gravitano (11 commits)")[![lucasmichot](https://avatars.githubusercontent.com/u/513603?v=4)](https://github.com/lucasmichot "lucasmichot (6 commits)")[![driesvints](https://avatars.githubusercontent.com/u/594614?v=4)](https://github.com/driesvints "driesvints (4 commits)")[![apollopy](https://avatars.githubusercontent.com/u/2421282?v=4)](https://github.com/apollopy "apollopy (4 commits)")[![pborreli](https://avatars.githubusercontent.com/u/77759?v=4)](https://github.com/pborreli "pborreli (2 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (2 commits)")[![jasonlewis](https://avatars.githubusercontent.com/u/829059?v=4)](https://github.com/jasonlewis "jasonlewis (2 commits)")[![livkiss](https://avatars.githubusercontent.com/u/256075?v=4)](https://github.com/livkiss "livkiss (1 commits)")[![rmobis](https://avatars.githubusercontent.com/u/2119933?v=4)](https://github.com/rmobis "rmobis (1 commits)")[![s1owjke](https://avatars.githubusercontent.com/u/861422?v=4)](https://github.com/s1owjke "s1owjke (1 commits)")[![ackerdev](https://avatars.githubusercontent.com/u/2708892?v=4)](https://github.com/ackerdev "ackerdev (1 commits)")[![weotch](https://avatars.githubusercontent.com/u/77567?v=4)](https://github.com/weotch "weotch (1 commits)")[![alnutile](https://avatars.githubusercontent.com/u/365385?v=4)](https://github.com/alnutile "alnutile (1 commits)")[![AntoineAugusti](https://avatars.githubusercontent.com/u/295709?v=4)](https://github.com/AntoineAugusti "AntoineAugusti (1 commits)")[![billmn](https://avatars.githubusercontent.com/u/779534?v=4)](https://github.com/billmn "billmn (1 commits)")[![ccovey](https://avatars.githubusercontent.com/u/1609830?v=4)](https://github.com/ccovey "ccovey (1 commits)")[![flaviozantut](https://avatars.githubusercontent.com/u/460185?v=4)](https://github.com/flaviozantut "flaviozantut (1 commits)")[![franzliedke](https://avatars.githubusercontent.com/u/249125?v=4)](https://github.com/franzliedke "franzliedke (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)[graham-campbell/markdown

Markdown Is A CommonMark Wrapper For Laravel

1.3k7.1M64](/packages/graham-campbell-markdown)[laravel/wayfinder

Generate TypeScript representations of your Laravel actions and routes.

1.7k4.1M69](/packages/laravel-wayfinder)[laravel/installer

Laravel application installer.

83610.7M20](/packages/laravel-installer)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)

PHPackages © 2026

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