PHPackages                             jalle19/laravel-lost-interfaces - 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. jalle19/laravel-lost-interfaces

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

jalle19/laravel-lost-interfaces
===============================

A collection of lost interfaces for the Laravel framework

1.3.0(1mo ago)056.1k13MITPHP

Since May 26Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/Jalle19/laravel-lost-interfaces)[ Packagist](https://packagist.org/packages/jalle19/laravel-lost-interfaces)[ RSS](/packages/jalle19-laravel-lost-interfaces/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (4)Versions (7)Used By (3)

laravel-lost-interfaces
=======================

[](#laravel-lost-interfaces)

[![Latest Stable Version](https://camo.githubusercontent.com/27362297422cd44730a31c3738a0ee46a39bf4b65b5eb2467f1a81bcb93fb652/68747470733a2f2f706f7365722e707567782e6f72672f6a616c6c6531392f6c61726176656c2d6c6f73742d696e74657266616365732f762f737461626c65)](https://packagist.org/packages/jalle19/laravel-lost-interfaces)

If you've used the Laravel framework for a while, you may have noticed that the common convention is to add certain methods that will magically get called at some point.

Common examples are console commands that should have a `handle()` method, middleware that should have a `handle()`method, and so on.

This can get pretty annoying since you need to look up the correct method names and their signatures from the documentation. Not having interfaces also makes it harder to use your IDE to find which classes implement some functionality (e.g. finding all event subscribers to ensure you've actually registered all of them).

This library provides some of these missing interfaces.

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

[](#installation)

```
composer require jalle19/laravel-lost-interfaces
```

Usage
-----

[](#usage)

Just implement the interfaces you need. The following list shows the currently available interfaces:

```
src/
├── Console
│   └── Command.php
├── Events
│   └── Subscriber.php
├── Http
│   ├── Middleware
│   │   └── Middleware.php
│   └── Requests
│       └── FormRequest.php
├── Mail
│   └── Buildable.php
└── Providers
    └── ServiceProvider.php

```

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

[](#contributing)

If you feel like some interface is missing, feel free to make a pull request. Remember to update the list in the README using `tree src/`.

License
-------

[](#license)

MIT

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance90

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community13

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

Total

5

Last Release

45d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d7e28ec3bf2ff3ffcdd8c947f54d53d4dae86939bea2a7316cfde0b10410e9ee?d=identicon)[Jalle19](/maintainers/Jalle19)

---

Top Contributors

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

---

Tags

laravel

### Embed Badge

![Health badge](/badges/jalle19-laravel-lost-interfaces/health.svg)

```
[![Health](https://phpackages.com/badges/jalle19-laravel-lost-interfaces/health.svg)](https://phpackages.com/packages/jalle19-laravel-lost-interfaces)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[flat3/lodata

OData v4.01 Producer for Laravel

99351.7k](/packages/flat3-lodata)

PHPackages © 2026

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