PHPackages                             thinkverse/well-known - 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. thinkverse/well-known

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

thinkverse/well-known
=====================

A Laravel package for quickly adding .well-known URLs

1.0.1(4y ago)2225MITPHPPHP ^8.0

Since Oct 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thinkverse/well-known)[ Packagist](https://packagist.org/packages/thinkverse/well-known)[ Docs](https://github.com/thinkverse/well-known)[ Fund](https://buymeacoffee.com/thinkverse)[ Fund](https://www.paypal.me/thinkverse)[ RSS](/packages/thinkverse-well-known/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

> **Warning** Package is deprecated, it's recommended to add your `/.well-known` routes in your route files.

A Laravel package for quickly adding .well-known URLs
=====================================================

[](#a-laravel-package-for-quickly-adding-well-known-urls)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c5b97cfacb27592909eabfef2705e514fff7e3060f2d706904321b562fa3bb7f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468696e6b76657273652f77656c6c2d6b6e6f776e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thinkverse/well-known)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a6655344289f3799d8e68b12601a757f0ea4097c8ceca56bed2daf0ef4169449/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7468696e6b76657273652f77656c6c2d6b6e6f776e2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/thinkverse/well-known/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/757c47e1139ab17f36830d94b9c7c8bfd4425c13cebc9e9a6a1b9d33ace5a023/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7468696e6b76657273652f77656c6c2d6b6e6f776e2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/thinkverse/well-known/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/85c80973e28c91bc48dafcb864c4525724ff59bf77eda43a9ffc44ecd32aba13/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468696e6b76657273652f77656c6c2d6b6e6f776e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thinkverse/well-known)

`well-known` is a Laravel package for quickly adding well-known locations ([RFC8615](https://datatracker.ietf.org/doc/html/rfc8615)) to a Laravel application, with support for redirects and static URLs.

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

[](#installation)

You can install the package via composer:

```
composer require thinkverse/well-known
```

You can publish the config file with:

```
php artisan vendor:publish --tag="well-known-config"
```

This is the contents of the published config file:

```
return [
    'redirects' => [
        'change-password' => '/settings/security',
    ],
    'static' => [
        'security.txt' => fn () => response('Hello world.'),
    ],
];
```

Usage
-----

[](#usage)

To use `well-known`, install the package and publish the configuration. Now you can update, add and or remove redirects and static .well-known URLs with ease.

A registrar for some well-known URIs can be found at [iana.org/assignments/well-known-uris/](https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml).

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [thinkverse](https://github.com/thinkverse)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Every ~213 days

Total

2

Last Release

1496d ago

### Community

Maintainers

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

---

Top Contributors

[![thinkverse](https://avatars.githubusercontent.com/u/2221746?v=4)](https://github.com/thinkverse "thinkverse (9 commits)")

---

Tags

laravellaravel-packagephpwell-knownlaravellaravel-packagewell-knownpacakgethinkverse

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/thinkverse-well-known/health.svg)

```
[![Health](https://phpackages.com/badges/thinkverse-well-known/health.svg)](https://phpackages.com/packages/thinkverse-well-known)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[nativephp/mobile

NativePHP for Mobile

1.0k55.0k85](/packages/nativephp-mobile)[cjmellor/level-up

This package allows users to gain experience points (XP) and progress through levels by performing actions on your site. It can provide a simple way to track user progress and implement gamification elements into your application

669100.8k](/packages/cjmellor-level-up)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

209175.5k8](/packages/bezhansalleh-filament-google-analytics)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

43140.3k](/packages/harris21-laravel-fuse)[laracraft-tech/laravel-useful-additions

A collection of useful Laravel additions!

58122.8k](/packages/laracraft-tech-laravel-useful-additions)

PHPackages © 2026

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