PHPackages                             wdevkit/auth-client - 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. wdevkit/auth-client

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

wdevkit/auth-client
===================

A laravel auth client package for wdevkit/auth-broker

00PHP

Since Jan 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/wdevkit/auth-client)[ Packagist](https://packagist.org/packages/wdevkit/auth-client)[ RSS](/packages/wdevkit-auth-client/feed)WikiDiscussions develop Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Wdevkit Auth Client
===================

[](#wdevkit-auth-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ceae233bfb0c560446b5402bcceebb24e38c150baa7608fecac2d162451b153e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776465766b69742f617574682d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wdevkit/auth-client)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8bc197edb6082fcce8cdac74b77760b9e1713bb8b9b64b60068a381f3c655821/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f776465766b69742f617574682d636c69656e742f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/wdevkit/auth-client/actions?query=workflow%3ATests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/66f187c1660444b89f3de818c739b8f85b8c0a0b269aaa2f364544e87c8beec7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776465766b69742f617574682d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wdevkit/auth-client)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require wdevkit/auth-client
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Wdevkit\AuthClient\AuthClientServiceProvider" --tag="migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Wdevkit\AuthClient\AuthClientServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$authClient = new Wdevkit\AuthClient();
echo $authClient->echoPhrase('Hello, Wdevkit!');
```

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)

- [Gilmar Pereira](https://github.com/wdarking)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![wdarking](https://avatars.githubusercontent.com/u/14166369?v=4)](https://github.com/wdarking "wdarking (3 commits)")

### Embed Badge

![Health badge](/badges/wdevkit-auth-client/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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