PHPackages                             alamb/auth-service - 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. alamb/auth-service

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

alamb/auth-service
==================

0.8(6y ago)5196MITPHPPHP &gt;=7.0

Since Jun 10Pushed 6y agoCompare

[ Source](https://github.com/JustinLuang/AuthService)[ Packagist](https://packagist.org/packages/alamb/auth-service)[ RSS](/packages/alamb-auth-service/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (8)Dependencies (3)Versions (9)Used By (0)

AuthService
===========

[](#authservice)

\##laravel 5.5.\*

> composer 指令

```
composer require alamb/auth-service

```

\###1.先发布配置文件到config目录下面

```
php artisan vendor:publish

```

\###2.在app/config目录注册我们的服务提供

```
   'providers'=> [
       ...
       \Alamb\AuthService\AuthProvider::class,
   ]
```

\####测试用例

```
   public function test()
      {
          $response=app('authService')->getResponse(
              'POST', //请求类型
            'http://new.alamb.com/login',  //请求连接
            [                                  //请求数据
                'password'=>"1234567",
                'phone'=>'13435439932',]
            );
          dump($response);
      }

```

\##lumen下安装必要的包拓展包

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

Recently: every ~50 days

Total

7

Last Release

2328d ago

PHP version history (2 changes)0.2PHP &gt;=7.1.3

0.6PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d2ff458805b457b232118334da83328eb4151097ecba430b8ed4835ff67b4ff?d=identicon)[alamb](/maintainers/alamb)

---

Top Contributors

[![JustinLuang](https://avatars.githubusercontent.com/u/18572329?v=4)](https://github.com/JustinLuang "JustinLuang (14 commits)")

### Embed Badge

![Health badge](/badges/alamb-auth-service/health.svg)

```
[![Health](https://phpackages.com/badges/alamb-auth-service/health.svg)](https://phpackages.com/packages/alamb-auth-service)
```

###  Alternatives

[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5016.9k1](/packages/simplesamlphp-simplesamlphp-module-oidc)[descope/descope-php

Descope SDK for PHP

3814.0k](/packages/descope-descope-php)[njoguamos/laravel-turnstile

A laravel wrapper for https://developers.cloudflare.com/turnstile/

2315.9k2](/packages/njoguamos-laravel-turnstile)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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