PHPackages                             darvis/lemmings - 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. darvis/lemmings

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

darvis/lemmings
===============

A fun Lemmings easter egg for Laravel applications to prove developer ownership

v1.6.0(4mo ago)0527↓90.9%MITBladePHP ^8.2CI passing

Since Jan 9Pushed 4mo agoCompare

[ Source](https://github.com/ArvidDeJong/lemmings)[ Packagist](https://packagist.org/packages/darvis/lemmings)[ Docs](https://darvis.nl)[ RSS](/packages/darvis-lemmings/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

Laravel Lemmings Easter Egg
===========================

[](#laravel-lemmings-easter-egg)

A fun easter egg for your Laravel website that proves you are the developer.

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

[](#installation)

You can install this package via Composer:

```
composer require darvis/lemmings
```

### Requirements

[](#requirements)

- PHP ^8.2
- Laravel ^11.0 or ^12.0

Configuration
-------------

[](#configuration)

The package works automatically with Laravel's auto-discovery. After installation, no further configuration is required.

Optionally, you can publish the configuration file:

```
php artisan vendor:publish --tag=lemmings-config
```

This will create a `config/lemmings.php` file where you can customize:

```
return [
    // The URL the easter egg links to
    'url' => env('LEMMINGS_URL', 'https://lemmings.darvis.nl'),

    // The route path for the easter egg
    'route' => env('LEMMINGS_ROUTE', '/lemmings'),
];
```

Usage
-----

[](#usage)

Simply add `/lemmings` to your website URL:

```
https://your-website.com/lemmings

```

Or use the named route in your application:

```
route('lemmings')
```

Features
--------

[](#features)

- Automatic route registration
- Zero-configuration setup
- SEO-friendly (hidden from search engines)
- Works with Livewire 3
- Compatible with FluxUI
- Support for Laravel 12

Changelog
---------

[](#changelog)

See [CHANGELOG](CHANGELOG.md) for all changes.

Credits
-------

[](#credits)

- [Arvid de Jong](https://darvis.nl)
- [All contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance74

Regular maintenance activity

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

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

Recently: every ~51 days

Total

9

Last Release

146d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/24c445b7580e09ff72b8340d1423886148c4c8a249d0a828c98285109e7e5663?d=identicon)[darvis](/maintainers/darvis)

---

Top Contributors

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

---

Tags

laraveldarviseaster-egglemmings

### Embed Badge

![Health badge](/badges/darvis-lemmings/health.svg)

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17930.8k](/packages/markwalet-nova-modal-response)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2087.0k31](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1422.0k5](/packages/team-nifty-gmbh-tall-datatables)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

604.0k2](/packages/crumbls-layup)[tomshaw/electricgrid

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

119.8k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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