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

ActiveLibrary

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

A collection of lost interfaces for the Laravel framework

1.2.0(5y ago)055.9k13MITPHP

Since May 26Pushed 5y 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 2mo ago

READMEChangelogDependencies (2)Versions (5)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

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

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

Total

4

Last Release

2081d 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 (2 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

[laravel/pulse

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

1.7k12.1M99](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[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.

44643.1k1](/packages/pressbooks-pressbooks)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)

PHPackages © 2026

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