PHPackages                             chellmann/sad-server - 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. [CLI &amp; Console](/categories/cli)
4. /
5. chellmann/sad-server

ActiveLibrary[CLI &amp; Console](/categories/cli)

chellmann/sad-server
====================

A Laravel package that replaces the default 404 page with a terminal animation featuring a depressed web server.

v1.0.0(1mo ago)04MITBladePHP ^8.2

Since Apr 12Pushed 1mo agoCompare

[ Source](https://github.com/chellmann/sad-server)[ Packagist](https://packagist.org/packages/chellmann/sad-server)[ RSS](/packages/chellmann-sad-server/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Sad Server
==========

[](#sad-server)

A Laravel package that replaces the default 404 error page with a terminal animation featuring a depressed web server.

Inspired by [wachwerk.de/404](https://wachwerk.de/404). Original text by Sebastian Lübcke, circa 2000.

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

[](#installation)

```
composer require chellmann/sad-server
```

That's it. The package auto-discovers and immediately replaces your 404 page.

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

[](#configuration)

Publish the config to customize the terminal title, typing speed, or messages:

```
php artisan vendor:publish --tag=sad-server-config
```

This creates `config/sad-server.php` where you can change:

- **`title`** — The terminal window title bar text
- **`type_speed`** — Typing speed in milliseconds per character
- **`strings`** — Array of messages the server types out

Customizing the View
--------------------

[](#customizing-the-view)

```
php artisan vendor:publish --tag=sad-server-views
```

This publishes the Blade template to `resources/views/vendor/sad-server/errors/404.blade.php`.

How It Works
------------

[](#how-it-works)

The package registers a `renderable` callback for `NotFoundHttpException`. HTML requests get the terminal 404 page, JSON/API requests are unaffected.

License
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance88

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

58d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3476f0f59d0b140d1c4a527543040e88dc472fabc52bb1d6cf69fa2a66f4a162?d=identicon)[chellmann](/maintainers/chellmann)

---

Top Contributors

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

---

Tags

terminallaravel404error page

### Embed Badge

![Health badge](/badges/chellmann-sad-server/health.svg)

```
[![Health](https://phpackages.com/badges/chellmann-sad-server/health.svg)](https://phpackages.com/packages/chellmann-sad-server)
```

###  Alternatives

[mwguerra/web-terminal

A web-based terminal component for Filament/Laravel with command whitelisting and multiple connection types

274.5k](/packages/mwguerra-web-terminal)

PHPackages © 2026

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