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

ActiveLibrary

jincor/laravel-auth-client
==========================

Artisan commands for work with the Jincor Auth Service

32363[1 issues](https://github.com/JincorTech/laravel-auth-client/issues)[1 PRs](https://github.com/JincorTech/laravel-auth-client/pulls)PHPCI failing

Since Oct 18Pushed 8y ago2 watchersCompare

[ Source](https://github.com/JincorTech/laravel-auth-client)[ Packagist](https://packagist.org/packages/jincor/laravel-auth-client)[ RSS](/packages/jincor-laravel-auth-client/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

laravel-auth-client
===================

[](#laravel-auth-client)

[![](https://camo.githubusercontent.com/b8c2c40f3a4107df43e7109e9d2a673c5ddfa730d70c09b10d428cb8f81937cd/68747470733a2f2f7472617669732d63692e6f72672f4a696e636f72546563682f6c61726176656c2d617574682d636c69656e742e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/b8c2c40f3a4107df43e7109e9d2a673c5ddfa730d70c09b10d428cb8f81937cd/68747470733a2f2f7472617669732d63692e6f72672f4a696e636f72546563682f6c61726176656c2d617574682d636c69656e742e7376673f6272616e63683d6d6173746572)[![](https://camo.githubusercontent.com/b90f445603163a9c5bc0ca809caa52b8bc435a3ee1bfc081093dcec0047ddab7/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130353736323938392f736869656c64)](https://camo.githubusercontent.com/b90f445603163a9c5bc0ca809caa52b8bc435a3ee1bfc081093dcec0047ddab7/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130353736323938392f736869656c64)[![](https://camo.githubusercontent.com/e014cf17fff80ed17bf32d78886995b31a8702a3807218b18380876a8ae93f22/68747470733a2f2f686162726173746f726167652e6f72672f776562742f35392f64352f34322f353964353432323036616662653238303831373432302e706e67)](https://camo.githubusercontent.com/e014cf17fff80ed17bf32d78886995b31a8702a3807218b18380876a8ae93f22/68747470733a2f2f686162726173746f726167652e6f72672f776562742f35392f64352f34322f353964353432323036616662653238303831373432302e706e67)

This package brings a set of artisan commands that allows you work with Jincor Auth Service.

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

[](#installation)

You can install the package via composer:

`composer require jincor/laravel-auth-client`

Register the service provider:

```
// config/app.php
 'providers' => [
     ...
     JincorTech\AuthClient\AuthClientServiceProvider::class,
 ],
```

Run `php artisan vendor:publish` for create a config file `jincor-auth.php`.

Usage
-----

[](#usage)

Run `php artisan` and you'll see new commands under the `auth` namespace.

```
php artisan
auth
 ...
 auth:login:tenant     Tenant login
 auth:register:tenant  Tenant registration

```

Project setup
-------------

[](#project-setup)

1. Clone the repo
2. `cd /path/to/repo`
3. `docker-compose build` - build development containers
4. `docker-compose up -d` - run container

Local testing
-------------

[](#local-testing)

To run all tests just type `docker-compose exec workspace ./vendor/bin/phpunit`

Credits
-------

[](#credits)

- [Aleserche](https://github.com/Aleserche)
- [Jincor Team](https://jincor.com)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.9% 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/ea9e2b3a319e528eee2ccf364e3f7e5cb84cbecd58e042dca528c9a492cd0352?d=identicon)[Jincor](/maintainers/Jincor)

---

Top Contributors

[![Aleserche](https://avatars.githubusercontent.com/u/2920837?v=4)](https://github.com/Aleserche "Aleserche (11 commits)")[![hlogeon](https://avatars.githubusercontent.com/u/3944669?v=4)](https://github.com/hlogeon "hlogeon (8 commits)")

### Embed Badge

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

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

PHPackages © 2026

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