PHPackages                             hostville/dorcas-laravel-compat - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hostville/dorcas-laravel-compat

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

hostville/dorcas-laravel-compat
===============================

Built to make Dorcas work seamlessly with Laravel

v0.0.2(8y ago)0172MITPHPPHP &gt;=5.6.4

Since Jan 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/emmanix2002/dorcas-laravel-compat)[ Packagist](https://packagist.org/packages/hostville/dorcas-laravel-compat)[ Docs](https://dorcas.com)[ RSS](/packages/hostville-dorcas-laravel-compat/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (3)Used By (0)

Dorcas Laravel Compat
=====================

[](#dorcas-laravel-compat)

A small pack of parts to make Dorcas play well with Laravel.

Authentication
--------------

[](#authentication)

The Dorcas PHP SDK provides some utility functions for creating user accounts, and authenticating with a username-password combination (provided you have details for a Password Grant client).

To integrate your Laravel install with Dorcas for user authentication, you should make changes to your `config/auth.php` file.

```
'guards' => [
    'web' => [
        'driver' => 'session',
        'provider' => 'dorcas', // formerly users
    ],

    'api' => [
        'driver' => 'token',
        'provider' => 'users',
    ],
],
```

This package registers a new `UserProvider` which you can use with your installation.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

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

Total

2

Last Release

3023d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/70d1a05daf0e6bb9ca867b6a9b6fe068b78ab109a174658f89a5baae1f9345cd?d=identicon)[emmanix2002](/maintainers/emmanix2002)

---

Top Contributors

[![emmanix2002](https://avatars.githubusercontent.com/u/456165?v=4)](https://github.com/emmanix2002 "emmanix2002 (28 commits)")

---

Tags

laravelsdkbusinessinvoicingdorcas

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hostville-dorcas-laravel-compat/health.svg)

```
[![Health](https://phpackages.com/badges/hostville-dorcas-laravel-compat/health.svg)](https://phpackages.com/packages/hostville-dorcas-laravel-compat)
```

###  Alternatives

[scottybo/laravel-facebook-sdk

Fully unit tested Facebook SDK v5 integration for Laravel 7.x

2225.0k](/packages/scottybo-laravel-facebook-sdk)[willywes/agora-sdk-php

Agora.io SDK PHP

1023.2k2](/packages/willywes-agora-sdk-php)

PHPackages © 2026

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