PHPackages                             timedoor/tmd-basic-auth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. timedoor/tmd-basic-auth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

timedoor/tmd-basic-auth
=======================

Basic auth timedoor

1.1.0(2y ago)0812↓50%3MITPHP

Since Sep 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/backend-timedoor/basic-auth)[ Packagist](https://packagist.org/packages/timedoor/tmd-basic-auth)[ RSS](/packages/timedoor-tmd-basic-auth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

Basic Auth
==========

[](#basic-auth)

Instalation
-----------

[](#instalation)

### Install Package Via Composer

[](#install-package-via-composer)

```
composer require timedoor/tmd-basic-auth

```

Publish config

```
php artisan vendor:publish --tag=tmd-bsa

```

this will copy config from basic auth with file name `tmd-bsa.php`

Route Implementation Example

```
Route::get('/', function () {
    return view('welcome');
})->middleware('tmd-bsa');

```

> You can add new provider on config file and add new param on middleware

```
Route::get('/', function () {
    return view('welcome');
})->middleware('tmd-bsa:admin,client');

```

Thank You
---------

[](#thank-you)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~224 days

Total

4

Last Release

1048d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64ed2128dc091e3a0739011ed48c4bfab7b28951f3797e99b8f916a50e63ad82?d=identicon)[backend-timedoor](/maintainers/backend-timedoor)

---

Top Contributors

[![backend-timedoor](https://avatars.githubusercontent.com/u/79293259?v=4)](https://github.com/backend-timedoor "backend-timedoor (12 commits)")[![yasapurnama](https://avatars.githubusercontent.com/u/12730759?v=4)](https://github.com/yasapurnama "yasapurnama (3 commits)")[![shinedira](https://avatars.githubusercontent.com/u/23466012?v=4)](https://github.com/shinedira "shinedira (2 commits)")[![ggsuha](https://avatars.githubusercontent.com/u/25905626?v=4)](https://github.com/ggsuha "ggsuha (1 commits)")

### Embed Badge

![Health badge](/badges/timedoor-tmd-basic-auth/health.svg)

```
[![Health](https://phpackages.com/badges/timedoor-tmd-basic-auth/health.svg)](https://phpackages.com/packages/timedoor-tmd-basic-auth)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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