PHPackages                             olssonm/l5-humans - 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. olssonm/l5-humans

ActiveLibrary

olssonm/l5-humans
=================

Simple humans.txt routes and views for Laravel.

v5.1(5y ago)82.2k↓100%1[1 PRs](https://github.com/olssonm/l5-humans/pulls)MITPHPPHP ^7.3|^8.0

Since Jun 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/olssonm/l5-humans)[ Packagist](https://packagist.org/packages/olssonm/l5-humans)[ Docs](https://github.com/olssonm/l5-humans)[ RSS](/packages/olssonm-l5-humans/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (4)Versions (12)Used By (0)

Laravel humans.txt
==================

[](#laravel-humanstxt)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f474f9413f66b9ea672fbb411b65889f69af488a24caf77c4be4efc2982d02e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6c73736f6e6d2f6c352d68756d616e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/olssonm/l5-humans)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/33f05b0f9bbcd2554acff155142b164b168545f16c8abf3b8c5ff82249f40862/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6f6c73736f6e6d2f6c352d68756d616e732f52756e25323074657374732e7376673f7374796c653d666c61742d737175617265266c6162656c3d7465737473)](https://github.com/olssonm/l5-humans/actions?query=workflow%3A%22Run+tests%22)

[![l5-humans](https://user-images.githubusercontent.com/907114/40529961-3e562f5a-5ff7-11e8-8eeb-00164e400e77.png)](https://user-images.githubusercontent.com/907114/40529961-3e562f5a-5ff7-11e8-8eeb-00164e400e77.png)

Stop polluting your customers footers with a "made by my agency so I put a cheap link in the footer"-link – that footer is your customers property. Instead, if you want credit – add a simple humans.txt.

All this package does is to add a route for `/humans.txt` and the associated view. "*Why would I ever need a package for a simple thing like this?*" you wonder? Well, so did I until I had done it over 20-30 times – it just saves a few minutes which adds up over time.

Install
-------

[](#install)

**Install via composer:**

```
$ composer require olssonm/l5-humans
```

**Publish the view:**

```
$ php artisan vendor:publish --provider="Olssonm\Humans\ServiceProvider"
```

Or by just typing:

```
$ php artisan vendor:publish
```

And selecting `Olssonm\Humans\ServiceProvider`.

Make it your own
----------------

[](#make-it-your-own)

The view is located in your views-folder `/humans/humans.blade.php`.

It's also valid to put this in your ``:

```

```

If you by any chance need to access your `humans.txt` via a named route, that's also possible:

```

```

Learn more
----------

[](#learn-more)

Learn more about the humans.txt-standard at [humanstxt.org](http://humanstxt.org/).

Testing
-------

[](#testing)

```
$ composer test
```

or

```
$ phpunit
```

License
-------

[](#license)

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

© 2021 [Marcus Olsson](https://marcusolsson.me).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity75

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

Recently: every ~350 days

Total

9

Last Release

1981d ago

Major Versions

v1.1 → v2.02016-08-25

v2.1 → v3.02017-02-01

v3.0 → v4.02017-09-08

v4.1 → v5.02019-11-01

PHP version history (5 changes)v1.0PHP &gt;=5.3.0

v4.0PHP &gt;=5.3.0|&gt;=7.0

v4.1PHP ^7.0

v5.0PHP ^7.2

v5.1PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/74a309aadadeae81baef2394d37375673d03f11133b28a831a30825361d1d68c?d=identicon)[olssonm](/maintainers/olssonm)

---

Top Contributors

[![olssonm](https://avatars.githubusercontent.com/u/907114?v=4)](https://github.com/olssonm "olssonm (34 commits)")

---

Tags

humanstxtlaravellaravel-5-packagelaravel 5olssonmhumans.txt

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/olssonm-l5-humans/health.svg)

```
[![Health](https://phpackages.com/badges/olssonm-l5-humans/health.svg)](https://phpackages.com/packages/olssonm-l5-humans)
```

###  Alternatives

[olssonm/l5-very-basic-auth

Laravel stateless HTTP basic auth without the need for a database

1662.5M1](/packages/olssonm-l5-very-basic-auth)[olssonm/l5-zxcvbn

Implementation of the zxcvbn project by @dropbox for Laravel. Uses zxcvbn-php by @bjeavons.

28311.1k1](/packages/olssonm-l5-zxcvbn)[socialengine/sniffer-rules

A Lumen 5 and Laravel 5 SquizLabs Code Sniffer 2.0 artisan command. Detect violations of a defined coding standard. It helps your code remains clean and consistent.

1248.2k1](/packages/socialengine-sniffer-rules)[witty/laravel-push-notification

Laravel 5 Package for sending push notifications to Android and iOS devices

245.0k](/packages/witty-laravel-push-notification)[sboo/laravel5-mailjet

Mailjet driver for Laravel 5

154.6k](/packages/sboo-laravel5-mailjet)

PHPackages © 2026

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