PHPackages                             benefits-me/php-api-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. benefits-me/php-api-auth

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

benefits-me/php-api-auth
========================

Package to authenticate against Benefits.me API

v0.0.6(2mo ago)01.0kGPL-3.0PHPPHP ^8.1

Since Sep 26Pushed 2mo agoCompare

[ Source](https://github.com/Benefits-me/php-api-auth)[ Packagist](https://packagist.org/packages/benefits-me/php-api-auth)[ RSS](/packages/benefits-me-php-api-auth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (6)Versions (9)Used By (0)

php-api-auth
============

[](#php-api-auth)

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

[](#installation)

### Require Package

[](#require-package)

```
composer require benefits-me/php-api-auth
```

### Publish provider and configuration

[](#publish-provider-and-configuration)

```
php artisan vendor:publish --provider="BenefitsMe\ApiAuth\Provider\AuthServiceProvider"
```

Project Structure
-----------------

[](#project-structure)

```
/
├── config/                  # Configuration files (e.g. api-auth.php)
├── src/                     # Library source code
│   ├── Enums/               # Enum types
│   ├── Exceptions/          # Custom exception classes
│   ├── Provider/            # Service providers (e.g. AuthServiceProvider)
│   └── Services/            # Service classes (e.g. AuthService)
├── tests/                   # PEST unit and feature tests
│   ├── Feature/             # Feature tests
│   ├── Unit/                # Unit tests
│   ├── Pest.php             # PEST bootstrap file
│   └── TestCase.php         # Base test class
├── vendor/                  # Composer dependencies (auto-generated)
├── composer.json            # Composer configuration file
├── composer.lock            # Composer lock file
├── phpunit.xml              # PHPUnit configuration
├── README.md                # Project documentation
└── LICENSE                  # License file

```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance87

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.6% 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 ~106 days

Recently: every ~113 days

Total

6

Last Release

66d ago

PHP version history (2 changes)v0.0.1PHP ^8.0

v0.0.4PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/7821291ba1666e899d6da72a9044dc653fc36dd59e95726bf27444965071ddaf?d=identicon)[Benefits.me](/maintainers/Benefits.me)

---

Top Contributors

[![timo-paul-benefits](https://avatars.githubusercontent.com/u/165791928?v=4)](https://github.com/timo-paul-benefits "timo-paul-benefits (12 commits)")[![DominikSommerTicketsprinter](https://avatars.githubusercontent.com/u/46809462?v=4)](https://github.com/DominikSommerTicketsprinter "DominikSommerTicketsprinter (3 commits)")[![timopaul](https://avatars.githubusercontent.com/u/16575322?v=4)](https://github.com/timopaul "timopaul (2 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/benefits-me-php-api-auth/health.svg)

```
[![Health](https://phpackages.com/badges/benefits-me-php-api-auth/health.svg)](https://phpackages.com/packages/benefits-me-php-api-auth)
```

###  Alternatives

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[santigarcor/laratrust

This package provides a flexible way to add Role-based Permissions to Laravel

2.3k5.4M43](/packages/santigarcor-laratrust)[pragmarx/google2fa-laravel

A One Time Password Authentication package, compatible with Google Authenticator.

1.0k15.5M63](/packages/pragmarx-google2fa-laravel)[overtrue/laravel-follow

User follow unfollow system for Laravel.

1.2k404.7k5](/packages/overtrue-laravel-follow)[codegreencreative/laravel-samlidp

Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).

263763.5k1](/packages/codegreencreative-laravel-samlidp)

PHPackages © 2026

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