PHPackages                             dive-be/laravel-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. dive-be/laravel-stubs

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

dive-be/laravel-stubs
=====================

Laravel stubs with our special flavor

1.2.0(3y ago)11.7kMITPHPPHP ^8.1

Since May 15Pushed 3y agoCompare

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

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

🍦 DIVE flavored Laravel stubs
=============================

[](#-dive-flavored-laravel-stubs)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2243593937815fdfbb030f805a0703c5102c1413e00e6cfdf15cc2b4e2cb7513/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646976652d62652f6c61726176656c2d73747562732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dive-be/laravel-stubs)

- We don't do `down` in migrations.
- Controllers do not extend a base `Controller`.
- Models are not `guarded` because we are mature developers.
- Add type hints wherever possible.
- Removed all of the docblocks.
- All files `declare(strict_types=1)`.
- Traits are defined one per line.
- Console commands return a `SUCCESS` by default.
- `Closures` are `static` wherever possible. Why not squeeze out every bit of performance?
- Fix some minor PSR-12 violations such as `(new MailMessage)` vs. `(new MailMessage())`.

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

[](#installation)

You can install the package via composer:

```
composer require --dev dive-be/laravel-stubs
```

Usage
-----

[](#usage)

Publish the stubs using:

```
php artisan dive-stubs:publish
```

Add the following snippet to your `composer.json` file to keep your published stubs up-to-date:

```
"scripts": {
    "post-update-cmd": [
        "@php artisan dive-stubs:publish --overwrite"
    ]
}
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on 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)

- [Muhammed Sari](https://github.com/mabdullahsari)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

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

Total

3

Last Release

1248d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/59749?v=4)[Artem Loenko](/maintainers/dive)[@dive](https://github.com/dive)

---

Top Contributors

[![mabdullahsari](https://avatars.githubusercontent.com/u/24608797?v=4)](https://github.com/mabdullahsari "mabdullahsari (1 commits)")

---

Tags

laravelstubsdiveopinionated

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/dive-be-laravel-stubs/health.svg)

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[firefly-iii/data-importer

Firefly III Data Import Tool.

8015.8k](/packages/firefly-iii-data-importer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k30](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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