PHPackages                             febrianrz/micromidlleware - 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. [Framework](/categories/framework)
4. /
5. febrianrz/micromidlleware

ActiveLibrary[Framework](/categories/framework)

febrianrz/micromidlleware
=========================

Middleware untuk microservice Alter Indonesia

v1.0.18(5y ago)0260PHP

Since Mar 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/febrianrz/micromiddleware)[ Packagist](https://packagist.org/packages/febrianrz/micromidlleware)[ RSS](/packages/febrianrz-micromidlleware/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (20)Used By (0)

micromiddleware
===============

[](#micromiddleware)

Micromiddleware untuk Laravel Microservice Alter Indonesia

Installasi
----------

[](#installasi)

```
composer require febrianrz/micromidlleware
```

Penggunaan
----------

[](#penggunaan)

- Pada file app/Http/Kernel.php pada bagian $routeMiddleware tambahkan

```
'auth.micro'    => \Febrianrz\Micromidlleware\MicroAuthenticate::class,
'auth.micro-app'=> \Febrianrz\Micromidlleware\MicroAppAuthenticate::class,
```

- Pada bagian api.php, gunakan middleware

```
Route::middleware('auth.micro')
```

- Pada setiap request, data user dapat digunakan dengan cara

```
$request->user
```

- Lakukan publish configurasi dengan perintah

```
php artisan vendor:publish
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Recently: every ~13 days

Total

18

Last Release

2178d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79719558f26d9ee58a9c136ab15a2d15b3f1154b42ac6ff2545a69a65d363fd2?d=identicon)[febrianrz1](/maintainers/febrianrz1)

---

Top Contributors

[![febrianrz](https://avatars.githubusercontent.com/u/4997720?v=4)](https://github.com/febrianrz "febrianrz (7 commits)")

### Embed Badge

![Health badge](/badges/febrianrz-micromidlleware/health.svg)

```
[![Health](https://phpackages.com/badges/febrianrz-micromidlleware/health.svg)](https://phpackages.com/packages/febrianrz-micromidlleware)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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