PHPackages                             ejoi8/dev-about - 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. ejoi8/dev-about

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

ejoi8/dev-about
===============

Minimal local dev about page for Laravel applications.

098—10%PHP

Since May 3Pushed 1mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Dev About
=========

[](#dev-about)

Minimal Laravel package for local `dev` helper routes.

What It Adds
------------

[](#what-it-adds)

When the app environment is `local`, this package registers:

- `/dev/about`
- `/dev/logout`
- `/dev/{identifier}`

Purpose
-------

[](#purpose)

This package is meant for lightweight local development helpers, including:

- a simple about page
- quick logout
- quick user login by id, email, or `nokp` when available

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

[](#installation)

### Local Path Repository

[](#local-path-repository)

Add this to your app `composer.json`:

```
{
    "repositories": [
        {
            "type": "path",
            "url": "packages/dev-about"
        }
    ]
}
```

Then require the package:

```
composer require ejoi8/dev-about:*
```

### GitHub VCS Repository

[](#github-vcs-repository)

Add this to your app `composer.json`:

```
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/your-vendor/dev-about"
        }
    ]
}
```

Then require it:

```
composer require your-vendor/dev-about:dev-main
```

Notes
-----

[](#notes)

- The service provider only loads routes when the app environment is `local`.
- The package uses Laravel package auto-discovery.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance61

Regular maintenance activity

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/94e81736678b0648703653f1c45eda0dc6c79dc8a0871aa90b4f01cbb43271d3?d=identicon)[ejoi8](/maintainers/ejoi8)

---

Top Contributors

[![fadzli-zulkefli](https://avatars.githubusercontent.com/u/30220408?v=4)](https://github.com/fadzli-zulkefli "fadzli-zulkefli (3 commits)")

### Embed Badge

![Health badge](/badges/ejoi8-dev-about/health.svg)

```
[![Health](https://phpackages.com/badges/ejoi8-dev-about/health.svg)](https://phpackages.com/packages/ejoi8-dev-about)
```

###  Alternatives

[webbuilders-group/silverstripe-frontendgridfield

Wraps gridfield adding support for using it on the front-end.

2030.0k1](/packages/webbuilders-group-silverstripe-frontendgridfield)[fof/mason

Add custom fields to discussions

206.4k](/packages/fof-mason)

PHPackages © 2026

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