PHPackages                             histel/lumen-sail - 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. histel/lumen-sail

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

histel/lumen-sail
=================

Installing Laravel Sail Package in Lumen

v1.3.3(2y ago)3512MITPHP

Since Nov 16Pushed 2y ago1 watchersCompare

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

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

lumen-sail
==========

[](#lumen-sail)

Installing Laravel Sail Package in Lumen

Script install:
---------------

[](#script-install)

```
$ composer require histel/lumen-sail
```

Add this line to bootstrap/app.php

```
$app->register(\Histel\LumenSail\LumenSailServiceProvider::class);
```

```
$ vendor/bin/lumen-sail
```

Manual installation:
--------------------

[](#manual-installation)

```
$ composer require histel/lumen-sail
```

```
$ composer require laravel/sail
```

Add this line to bootstrap/app.php

```
$app->register(\Histel\LumenSail\LumenSailServiceProvider::class);
```

Installing scaffolding

```
$ php artisan sail:install
```

Build &amp;&amp; Start docker containers

```
$ vendor/bin/sail build --no-cache
```

```
$ vendor/bin/sail up -d
```

Sail documentation -

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~0 days

Total

12

Last Release

900d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f4b79a3423a0207e47351030c01ef61d12dfae5d7357447a42a388824356d37?d=identicon)[Histel951](/maintainers/Histel951)

---

Top Contributors

[![Histel951](https://avatars.githubusercontent.com/u/74766995?v=4)](https://github.com/Histel951 "Histel951 (44 commits)")[![mahdiraad](https://avatars.githubusercontent.com/u/5654587?v=4)](https://github.com/mahdiraad "mahdiraad (4 commits)")

### Embed Badge

![Health badge](/badges/histel-lumen-sail/health.svg)

```
[![Health](https://phpackages.com/badges/histel-lumen-sail/health.svg)](https://phpackages.com/packages/histel-lumen-sail)
```

###  Alternatives

[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)

PHPackages © 2026

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