PHPackages                             scaling/laravel-playbook - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. scaling/laravel-playbook

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

scaling/laravel-playbook
========================

v1.0.4(7y ago)0217MITPHPPHP ^7.1

Since Mar 7Pushed 7y agoCompare

[ Source](https://github.com/teamscaling/laravel-playbook)[ Packagist](https://packagist.org/packages/scaling/laravel-playbook)[ Docs](https://github.com/scaling/laravel-playbook)[ RSS](/packages/scaling-laravel-playbook/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

Laravel Playbook
================

[](#laravel-playbook)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3c91438554844d35829e4abba3c4cbc7f393ffb1508333f6dc5c7c0de113c788/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7363616c696e672f6c61726176656c2d706c6179626f6f6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/scaling/laravel-playbook)[![Build Status](https://camo.githubusercontent.com/c18daf793f03ebd51a530d97bafe0dc9a3aa18edd32d6c4afc3a604139e46e67/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7465616d7363616c696e672f6c61726176656c2d706c6179626f6f6b2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/teamscaling/laravel-playbook)[![Quality Score](https://camo.githubusercontent.com/aa195edecd38356ed0292890c018a59fef51b4cc88660a58b9fc8c8f7b5414db/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7465616d7363616c696e672f6c61726176656c2d706c6179626f6f6b2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/teamscaling/laravel-playbook)[![Codecov](https://camo.githubusercontent.com/7e070314e444d4b4ea7638973a39683172920e6b540e371802d760af33cdd6d4/68747470733a2f2f636f6465636f762e696f2f67682f7465616d7363616c696e672f6c61726176656c2d706c6179626f6f6b2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/teamscaling/laravel-playbook)[![Total Downloads](https://camo.githubusercontent.com/67568cd66dd11b5abf36701fa99d66cdba97b5b86c81a8fb022db88d936d91aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7363616c696e672f6c61726176656c2d706c6179626f6f6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/scaling/laravel-playbook)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require scaling/laravel-playbook
```

You can publish the configurations with:

```
php artisan vendor:publish --provider="Scaling\Paybook\PlaybookServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

### Running a predefined playbook

[](#running-a-predefined-playbook)

```
php artisan playbook:run {playbook?}
```

*Note:* incase you don't specify a playbook you will be prompted with a choice.

### Creating a playbook

[](#creating-a-playbook)

```
php artisan make:playbook Foo
```

*Note: the command will automatically add a suffix.*

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Erik](https://github.com/eriktisme)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Total

5

Last Release

2598d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f5fbc1f13fe76d0147f2a75ae45d9c3d8ad4d03647fa2c8ae0c47d623f1469c?d=identicon)[scaling](/maintainers/scaling)

---

Top Contributors

[![eriktisme](https://avatars.githubusercontent.com/u/6114231?v=4)](https://github.com/eriktisme "eriktisme (25 commits)")

---

Tags

laravelplaybookplaybooksscenarioscenariosscalinglaravel-playbook

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/scaling-laravel-playbook/health.svg)

```
[![Health](https://phpackages.com/badges/scaling-laravel-playbook/health.svg)](https://phpackages.com/packages/scaling-laravel-playbook)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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