PHPackages                             dot-env-it/signature - 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. dot-env-it/signature

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

dot-env-it/signature
====================

Customizable host-based branding for Laravel

v1.0.0(3w ago)00MITPHPPHP ^8.2CI passing

Since May 15Pushed 3w agoCompare

[ Source](https://github.com/dot-env-it/signature)[ Packagist](https://packagist.org/packages/dot-env-it/signature)[ RSS](/packages/dot-env-it-signature/feed)WikiDiscussions main Synced 1w ago

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

Signature for Laravel
=====================

[](#signature-for-laravel)

  ![Signature](https://camo.githubusercontent.com/6cbf87f67fc8f5944115e38908e2d94449c51e7bf144b599a04fa6b27a271cff/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f5369676e61747572652e706e673f7061747465726e3d746f706f677261706879267374796c653d7374796c655f3226666f6e7453697a653d3130307078266d643d312673686f7757617465726d61726b3d31267468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d646f742d656e762d69742532467369676e6174757265266465736372697074696f6e3d437573746f6d697a61626c652b686f73742d62617365642b6272616e64696e672b666f722b4c61726176656c26696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)[![Latest Stable Version](https://camo.githubusercontent.com/376d5acebd785b0a3ff869371d29d39d5f24edf78a56d564ce037c554fd15060/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646f742d656e762d69742f7369676e61747572652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dot-env-it/signature)[![Total Downloads](https://camo.githubusercontent.com/fd88f7cd1406327b2faf53fc31fbd8225cdd5a2fa196ce86fa1560cdd9981d99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646f742d656e762d69742f7369676e61747572652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dot-env-it/signature)[![License](https://camo.githubusercontent.com/0e0a724ed55fa647798bd0be8c7d952d6963623dc3ed240ba69472da06e1748e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f646f742d656e762d69742f7369676e61747572652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dot-env-it/signature)

**Signature** is a lightweight Laravel package that allows you to inject developer credits, company branding, and contact information into your application's HTTP headers, HTML source code, and a virtual `humans.txt` file—all based on the current request host.

Features
--------

[](#features)

- **Dynamic Branding:** Different signatures for different domains/subdomains using wildcards (e.g., `dev.*` vs `*`).
- **Zero-File `humans.txt`:** Automatically generates a `humans.txt` route without cluttering your `public/` folder.
- **Stealth Headers:** Adds custom `X-Developed-By` headers to every response.
- **HTML Injection:** Appends a clean developer credit comment to the bottom of your HTML source.
- **Fully Configurable:** Easily enable/disable features via `.env` or the published config file.

---

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

[](#installation)

You can install the package via composer:

```
composer require dot-env-it/signature
```

The service provider will automatically register itself.

### Publish Configuration

[](#publish-configuration)

Publish the config file to customize your branding:

```
php artisan vendor:publish --tag="signature-config"
```

---

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

[](#configuration)

After publishing, you can manage your default signature in your `.env` file:

```
SIGNATURE_ENABLED=true
SIGNATURE_NAME="Jagdish Patel"
SIGNATURE_COMPANY="Dot Env IT"
SIGNATURE_URL="https://github.com/dot-env-it"
SIGNATURE_EMAIL="jagdish.j.ptl@gmail.com"
SIGNATURE_HEADER="powered-by-dot-env-it"
```

### Advanced Host Matching

[](#advanced-host-matching)

In `config/signature.php`, you can define specific branding for different environments or tenants:

```
'hosts' => [
    'staging.*' => [
        'name'   => 'QA Team',
        'header' => 'staging-environment',
    ],
    'admin.*' => [
        'show_signature' => false, // Hide signature on admin subdomains
    ],
],
```

---

Usage
-----

[](#usage)

### 1. HTTP Headers

[](#1-http-headers)

Once installed, all web responses will include: `X-Developed-By: powered-by-dot-env-it` (Customizable in config).

### 2. HTML Source

[](#2-html-source)

At the bottom of your rendered HTML, you will see():

```

```

### 3. Humans.txt

[](#3-humanstxt)

Visit `your-site.test/humans.txt` to see your machine-readable developer credits.

---

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

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

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance95

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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

25d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e7c021b8f19406056e9a24ec8d268cec00f1a9d77bd72d8cc5cb0a6fbc6a178?d=identicon)[Jagdish-J-P](/maintainers/Jagdish-J-P)

---

Top Contributors

[![Jagdish-J-P](https://avatars.githubusercontent.com/u/20887370?v=4)](https://github.com/Jagdish-J-P "Jagdish-J-P (13 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/dot-env-it-signature/health.svg)

```
[![Health](https://phpackages.com/badges/dot-env-it-signature/health.svg)](https://phpackages.com/packages/dot-env-it-signature)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M264](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M984](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M356](/packages/illuminate-redis)[spatie/laravel-export

Create a static site bundle from a Laravel app

670139.5k6](/packages/spatie-laravel-export)

PHPackages © 2026

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