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(1mo ago)0434↑172.7%MITBladePHP ^8.2CI passing

Since Jan 9Pushed 1mo 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 1mo 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

47

—

FairBetter than 94% of packages

Maintenance89

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

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

56d 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

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)

PHPackages © 2026

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