PHPackages                             bytic/http-error-pages - 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. bytic/http-error-pages

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

bytic/http-error-pages
======================

Php Error page generator for Apache

1.0.6(5y ago)03.4k1MITPHPPHP ^7.0|^8.0

Since Feb 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bytic/http-error-pages)[ Packagist](https://packagist.org/packages/bytic/http-error-pages)[ Docs](https://github.com/bytic/http-error-pages)[ RSS](/packages/bytic-http-error-pages/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (9)Used By (1)

Php Error page generator for Apache
===================================

[](#php-error-page-generator-for-apache)

Apache HTTPd
------------

[](#apache-httpd)

```
Alias /http-errors /your/errorpages/repo/root/http-errors
ErrorDocument 400 /http-errors/400.html
ErrorDocument 401 /http-errors/401.html
ErrorDocument 403 /http-errors/403.html
ErrorDocument 404 /http-errors/404.html
ErrorDocument 405 /http-errors/405.html
ErrorDocument 406 /http-errors/406.html
ErrorDocument 408 /http-errors/408.html
ErrorDocument 413 /http-errors/413.html
ErrorDocument 414 /http-errors/414.html
ErrorDocument 417 /http-errors/417.html
ErrorDocument 500 /http-errors/500.html
ErrorDocument 502 /http-errors/502.html
ErrorDocument 503 /http-errors/503.html
ErrorDocument 504 /http-errors/504.html

```

Composer
--------

[](#composer)

```
"scripts": {
    "post-autoload-dump": [
      "@build-error-pages"
    ],
    "build-error-pages": [
      "ByTIC\\HttpErrorPages\\Composer\\ScriptHandler::build"
    ]
},

"extra": {
    "http-error-pages": {
        "dist_path": "/public/http-errors"
        "suggestion_links" : {
            "Home": "https://mydomain.com/",
            "Support": "mailto:support@mydomain.com"
        }
    }
}

```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

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

Recently: every ~119 days

Total

7

Last Release

1869d ago

PHP version history (2 changes)1.0.0PHP ^7.0

1.0.4PHP ^7.0|^8.0

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bytic-http-error-pages/health.svg)

```
[![Health](https://phpackages.com/badges/bytic-http-error-pages/health.svg)](https://phpackages.com/packages/bytic-http-error-pages)
```

###  Alternatives

[october/rain

October Rain Library

1581.7M73](/packages/october-rain)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M517](/packages/shopware-core)[noerd/noerd

101.3k6](/packages/noerd-noerd)

PHPackages © 2026

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