PHPackages                             gorankrgovic/laraccount - 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. gorankrgovic/laraccount

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

gorankrgovic/laraccount
=======================

This package provides a flexible way to add Account capability to your users.

v0.0.3(7y ago)06MITPHPPHP &gt;=5.6.0

Since Sep 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gorankrgovic/laraccount)[ Packagist](https://packagist.org/packages/gorankrgovic/laraccount)[ RSS](/packages/gorankrgovic-laraccount/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (4)Used By (0)

Laraccount (Laravel 5 package)
==============================

[](#laraccount-laravel-5-package)

[![Build Status](https://camo.githubusercontent.com/07487c2d4c01e31e7fc29949f594355960822b178a0f4a1b8599fc5abf549132/68747470733a2f2f6170692e7472617669732d63692e636f6d2f676f72616e6b72676f7669632f6c61726163636f756e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/gorankrgovic/laraccount)[![Latest Stable Version](https://camo.githubusercontent.com/1c8e3c781a70ef99ba22dbd3e20af2d6a12c2e62d05595386a1427d7aeb4f473/68747470733a2f2f706f7365722e707567782e6f72672f676f72616e6b72676f7669632f6c61726163636f756e742f762f737461626c65)](https://packagist.org/packages/gorankrgovic/laraccount)[![Total Downloads](https://camo.githubusercontent.com/ff0e65b054854cfc6acfbd8aa127af04e53433c5695b0eee66c561b829a1ad33/68747470733a2f2f706f7365722e707567782e6f72672f676f72616e6b72676f7669632f6c61726163636f756e742f646f776e6c6f616473)](https://packagist.org/packages/gorankrgovic/laraccount)[![License](https://camo.githubusercontent.com/4cc381e8aaa0bcd013a1f0f20045ee2f2cbaa33eb41b26af4655b2a88037a594/68747470733a2f2f706f7365722e707567782e6f72672f676f72616e6b72676f7669632f6c61726163636f756e742f6c6963656e7365)](https://packagist.org/packages/gorankrgovic/laraccount)[![Monthly Downloads](https://camo.githubusercontent.com/a5ec7e9ac356bebaefe46a4f9cf7c1d61ae6d6609838dbd4ceb4eb5ecbbc1db1/68747470733a2f2f706f7365722e707567782e6f72672f676f72616e6b72676f7669632f6c61726163636f756e742f642f6d6f6e74686c79)](https://packagist.org/packages/gorankrgovic/laraccount)[![Daily Downloads](https://camo.githubusercontent.com/7c855f1d6339d77d461afb51447febcc9c5caf7e0f6fb9c80e19f6574bf00d38/68747470733a2f2f706f7365722e707567782e6f72672f676f72616e6b72676f7669632f6c61726163636f756e742f642f6461696c79)](https://packagist.org/packages/gorankrgovic/laraccount)

Laraccount is an easy and flexible way to add account authorization capability to **Laravel 5 (&gt;=5.2.32)**.

Installation, Configuration and Usage
-------------------------------------

[](#installation-configuration-and-usage)

Via composer

```
composer require gorankrgovic/laraccount
```

After that publish the config file

```
php artisan vendor:publish --tag="laraccount"
```

And run the setup command.

```
php artisan laraccount:setup
```

Finally, run the migrations and you are ready

```
php artisan migrate
```

What does Laraccount support?
-----------------------------

[](#what-does-laraccount-support)

- Multiple user models.
- Multiple accounts can be attached to users.
- Accounts caching.
- Events when accounts are attached, detached or synced.

License
-------

[](#license)

Laraccount is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

Contributing
------------

[](#contributing)

Please report any issue you find in the issues page. Pull requests are more than welcome.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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

3

Last Release

2792d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc897661efd3f9b1d0b6cee6fa6eb2f5535819e0c2e0a0adab66b4d6002133be?d=identicon)[gorankrgovic](/maintainers/gorankrgovic)

---

Top Contributors

[![gorankrgovic](https://avatars.githubusercontent.com/u/12137730?v=4)](https://github.com/gorankrgovic "gorankrgovic (12 commits)")

---

Tags

phplaravelauthorizationaclrolespermissionsrbacTeamsaccountslaraccount

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gorankrgovic-laraccount/health.svg)

```
[![Health](https://phpackages.com/badges/gorankrgovic-laraccount/health.svg)](https://phpackages.com/packages/gorankrgovic-laraccount)
```

###  Alternatives

[santigarcor/laratrust

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

2.3k5.4M43](/packages/santigarcor-laratrust)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6712.1k2](/packages/hasinhayder-tyro)[shanmuga/laravel-entrust

This package provides a flexible solution to add ACL to Laravel

68312.9k2](/packages/shanmuga-laravel-entrust)[silvanite/novatoolpermissions

Laravel Nova Permissions (Roles and Permission based Access Control (ACL))

100256.7k2](/packages/silvanite-novatoolpermissions)[smarch/watchtower

Front-end for the Shinboi Auth system of Users / Roles / Permissions in Laravel 5

523.0k](/packages/smarch-watchtower)

PHPackages © 2026

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