PHPackages                             sergeymakinen/laravel-phpstorm-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. sergeymakinen/laravel-phpstorm-stubs

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

sergeymakinen/laravel-phpstorm-stubs
====================================

Laravel PhpStorm autocomplete stubs

v1.0.4(9y ago)11.4kMITPHP

Since Sep 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sergeymakinen/laravel-phpstorm-stubs)[ Packagist](https://packagist.org/packages/sergeymakinen/laravel-phpstorm-stubs)[ Docs](https://github.com/sergeymakinen/laravel-phpstorm-stubs)[ RSS](/packages/sergeymakinen-laravel-phpstorm-stubs/feed)WikiDiscussions master Synced 4w ago

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

Laravel PhpStorm autocomplete stubs
===================================

[](#laravel-phpstorm-autocomplete-stubs)

Stubs for PhpStorm (may be for some other IDEs as well) to get a code completion working for Laravel facades, Query/Eloquent builders. Requires Laravel 5.1 or higher.

[![Packagist Version](https://camo.githubusercontent.com/f433eb34e54b71af1b61af7f71c1cde5657d1cc7462a426b8d71ca70aabeca2f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365726765796d616b696e656e2f6c61726176656c2d70687073746f726d2d73747562732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sergeymakinen/laravel-phpstorm-stubs) [![Total Downloads](https://camo.githubusercontent.com/848ff14ec6298b3ad3efc51cbae54f61c5a272ae1c7237d2d47ddcb25af28a98/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7365726765796d616b696e656e2f6c61726176656c2d70687073746f726d2d73747562732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sergeymakinen/laravel-phpstorm-stubs) [![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

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

[](#installation)

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```
composer require "sergeymakinen/laravel-phpstorm-stubs:^1.0"
```

or add

```
"sergeymakinen/laravel-phpstorm-stubs": "^1.0"
```

to the require section of your `composer.json` file.

Notes
-----

[](#notes)

If you got no code completion on Eloquent models, add a Model mixin tag, see an example:

```
namespace App\Models;

use Illuminate\Database\Eloquent\Model;
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
use Illuminate\Contracts\Auth\CanResetPassword as CanResetPasswordContract;

/**
 * @mixin Model
 */
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
{
    // ...
}
```

Have fun!

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

5

Last Release

3408d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/983964?v=4)[Sergey Makinen](/maintainers/sergeymakinen)[@sergeymakinen](https://github.com/sergeymakinen)

---

Top Contributors

[![sergeymakinen](https://avatars.githubusercontent.com/u/983964?v=4)](https://github.com/sergeymakinen "sergeymakinen (10 commits)")

---

Tags

auto-completeideajetbrainslaravellaravel-phpstorm-stubsphpphpstormstubstub-filesstubslaravelautocompletephpstormstubsstubauto completelaravel-phpstorm-stubs

### Embed Badge

![Health badge](/badges/sergeymakinen-laravel-phpstorm-stubs/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

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

14.9k129.4M836](/packages/barryvdh-laravel-ide-helper)[phalcon/ide-stubs

The most complete Phalcon Framework IDE stubs library which enables autocompletion in modern IDEs.

1643.2M128](/packages/phalcon-ide-stubs)[bazilio/yii2-stubs-generator

Yii2 component stubs generator for Yii::$app

146750.2k1](/packages/bazilio-yii2-stubs-generator)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[gkermer/nova-text-auto-complete

A Laravel Nova text autocomplete field.

22116.0k1](/packages/gkermer-nova-text-auto-complete)[tomshaw/electricgrid

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

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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