PHPackages                             blumilksoftware/stubs - 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. blumilksoftware/stubs

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

blumilksoftware/stubs
=====================

Laravel stubs refactored and consistent with the Blumilk codestyle.

v0.0.2(4y ago)117MITPHPPHP ^8.0CI passing

Since May 6Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/blumilksoftware/stubs)[ Packagist](https://packagist.org/packages/blumilksoftware/stubs)[ RSS](/packages/blumilksoftware-stubs/feed)WikiDiscussions main Synced yesterday

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

[![Packagist PHP Version Support](https://camo.githubusercontent.com/efa5cbf6767a45f2a126d06267da978b4b8d917682e6fe86df9a9311d93586ff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f626c756d696c6b736f6674776172652f73747562733f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/efa5cbf6767a45f2a126d06267da978b4b8d917682e6fe86df9a9311d93586ff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f626c756d696c6b736f6674776172652f73747562733f7374796c653d666f722d7468652d6261646765) [![Packagist Version](https://camo.githubusercontent.com/b7ec3f3875738c7770110107df999a11765d26f8020fe64bc56d664576ae0093/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c756d696c6b736f6674776172652f73747562733f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/b7ec3f3875738c7770110107df999a11765d26f8020fe64bc56d664576ae0093/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c756d696c6b736f6674776172652f73747562733f7374796c653d666f722d7468652d6261646765) [![Packagist Downloads](https://camo.githubusercontent.com/2defdbb877b2ab04fe53e84a7779375c29f71cac24b414427830fd1cf5269dbe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626c756d696c6b736f6674776172652f73747562733f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/2defdbb877b2ab04fe53e84a7779375c29f71cac24b414427830fd1cf5269dbe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626c756d696c6b736f6674776172652f73747562733f7374796c653d666f722d7468652d6261646765)

blumilksoftware/stubs
---------------------

[](#blumilksoftwarestubs)

Laravel stubs refactored and consistent with the Blumilk [codestyle](https://github.com/blumilksoftware/codestyle).

[![php artisan make:rule before and after blumilksoftware/stubs](cover.png)](cover.png)

> `php artisan make:rule` before and after `blumilksoftware/stubs`

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

[](#installation)

Just run:

```
composer require blumilksoftware/stubs --dev

```

It should add `BlumilkStubsServiceProvider` to your application via automagic package discovery.

Usage
-----

[](#usage)

There are two ways to use Blumilk stubs.

Default one creates a symbolic link in your application's main directory pointing to the vendor directory `./vendor/blumilksoftware/stubs`:

```
php artisan blumilk:stubs

```

Second one triggers copying of all stubs from vendor into your application's main directory:

```
php artisan blumilk:stubs --copy

```

After that any `php artisan make:whatever` will be using new stubs.

### Development

[](#development)

Run tests:

```
dcr php composer test

```

Run codestyle check:

```
dcr php composer cs

```

Please maintain our project guidelines:

- keep Issues well described, labeled and in English,
- add issue number to all your commits,
- add issue number to your branch name,
- squash your commits into one commit with standardized name.

> `dcr` should be an alias to `docker-compose run --rm -u "$(id -u):$(id -g)"`.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance54

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~348 days

Total

2

Last Release

1537d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10898728?v=4)[Krzysztof Rewak](/maintainers/krzysztofrewak)[@krzysztofrewak](https://github.com/krzysztofrewak)

---

Top Contributors

[![krzysztofrewak](https://avatars.githubusercontent.com/u/10898728?v=4)](https://github.com/krzysztofrewak "krzysztofrewak (8 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (1 commits)")

---

Tags

hacktoberfestlaravelphpstubs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/blumilksoftware-stubs/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M201](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[illuminate/session

The Illuminate Session package.

9939.3M850](/packages/illuminate-session)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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