PHPackages                             tatter/accounts - 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. tatter/accounts

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

tatter/accounts
===============

Multi-service account management for CodeIgniter 4

v1.0.4(6y ago)26843[1 issues](https://github.com/tattersoftware/codeigniter4-accounts/issues)MITPHPPHP ^7.2CI failing

Since Jan 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tattersoftware/codeigniter4-accounts)[ Packagist](https://packagist.org/packages/tatter/accounts)[ Docs](https://github.com/tattersoftware/codeigniter4-accounts)[ RSS](/packages/tatter-accounts/feed)WikiDiscussions develop Synced 4d ago

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

DEPRECATED
==========

[](#deprecated)

This module is deprecated and will be removed in the future. Please do not use it.

Tatter\\Accounts
================

[](#tatteraccounts)

Multi-service account management for CodeIgniter 4

Quick Start
-----------

[](#quick-start)

1. Install with Composer: `> composer require tatter/accounts`
2. Create the config file: **app/Config/Accounts.php**
3. Use the service to access each handler: `$customer = service('accounts')->stripe->find($id);`

Description
-----------

[](#description)

Modern web apps connect to umpteen different platforms, and managing users across all the services can be a hassle. **Accounts** provides a standard for centralized user management.

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

[](#installation)

Install easily via Composer to take advantage of CodeIgniter 4's autoloading capabilities and always be up-to-date:

- `> composer require tatter/accounts`

Or, install manually by downloading the source files and adding the directory to `app/Config/Autoload.php`.

Configuration
-------------

[](#configuration)

Create a config file in your application directory: **app/Config/Accounts.php**. You may copy the example file or start from scratch. Make sure to enable the handlers you want to use.

Usage
-----

[](#usage)

Load the service:

```
$accounts = service('accounts');

```

Then access each handler by its name:

```
$user = $accounts->myth->get(3);

```

**Accounts** returns a standardized set of fields, regardless of the endpoint's format. The original entity is always available via the `original()` method:

```
$permissions = $user->original()->getPermissions();

```

Supported methods: `get()`, `add()`, `update()`, `remove()`

Extending
---------

[](#extending)

Use the provided abstract `BaseHandler` class to write your own handlers, or check back for new implementations as this library grows.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

Total

5

Last Release

2245d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ebe908b4fe73807ecdd9f88733342199c9991b7de800329f5b2b787c8210d62?d=identicon)[MGatner](/maintainers/MGatner)

---

Top Contributors

[![MGatner](https://avatars.githubusercontent.com/u/17572847?v=4)](https://github.com/MGatner "MGatner (20 commits)")

---

Tags

codeignitermanagementUserscodeigniter4accounts

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tatter-accounts/health.svg)

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

###  Alternatives

[codeigniter4/shield

Authentication and Authorization for CodeIgniter 4

417372.4k22](/packages/codeigniter4-shield)[myth/auth

Flexible authentication/authorization system for CodeIgniter 4.

641147.9k14](/packages/myth-auth)[tomatophp/filament-users

Manage your users with a highly customizable user resource for FilamentPHP with integration of filament-shield and filament-impersonate

90102.0k7](/packages/tomatophp-filament-users)[tatter/permits

Model permission handling for CodeIgniter 4

1443.0k2](/packages/tatter-permits)

PHPackages © 2026

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