{"id":15277474,"url":"https://github.com/tattersoftware/codeigniter4-accounts","last_synced_at":"2025-07-03T14:33:27.931Z","repository":{"id":57065421,"uuid":"235006278","full_name":"tattersoftware/codeigniter4-accounts","owner":"tattersoftware","description":"Multi-service account management for CodeIgniter 4","archived":false,"fork":false,"pushed_at":"2020-07-23T18:58:16.000Z","size":55,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-26T09:44:51.052Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tattersoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-20T02:49:46.000Z","updated_at":"2020-05-31T00:02:59.000Z","dependencies_parsed_at":"2022-08-24T14:53:57.460Z","dependency_job_id":null,"html_url":"https://github.com/tattersoftware/codeigniter4-accounts","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tattersoftware%2Fcodeigniter4-accounts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tattersoftware%2Fcodeigniter4-accounts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tattersoftware%2Fcodeigniter4-accounts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tattersoftware%2Fcodeigniter4-accounts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tattersoftware","download_url":"https://codeload.github.com/tattersoftware/codeigniter4-accounts/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586232,"owners_count":21128997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-30T11:06:43.942Z","updated_at":"2025-04-12T15:10:32.838Z","avatar_url":"https://github.com/tattersoftware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATED\nThis module is deprecated and will be removed in the future. Please do not use it.\n\n# Tatter\\Accounts\nMulti-service account management for CodeIgniter 4\n\n## Quick Start\n\n1. Install with Composer: `\u003e composer require tatter/accounts`\n2. Create the config file: **app/Config/Accounts.php**\n3. Use the service to access each handler: `$customer = service('accounts')-\u003estripe-\u003efind($id);`\n\n## Description\n\nModern web apps connect to umpteen different platforms, and managing users across all the\nservices can be a hassle. **Accounts** provides a standard for centralized user management.\n\n## Installation\n\nInstall easily via Composer to take advantage of CodeIgniter 4's autoloading capabilities\nand always be up-to-date:\n* `\u003e composer require tatter/accounts`\n\nOr, install manually by downloading the source files and adding the directory to\n`app/Config/Autoload.php`.\n\n## Configuration\n\nCreate a config file in your application directory: **app/Config/Accounts.php**. You may\ncopy the example file or start from scratch. Make sure to enable the handlers you want to\nuse.\n\n## Usage\n\nLoad the service:\n\n\t$accounts = service('accounts');\n\nThen access each handler by its name:\n\n\t$user = $accounts-\u003emyth-\u003eget(3);\n\n**Accounts** returns a standardized set of fields, regardless of the endpoint's format. The\noriginal entity is always available via the `original()` method:\n\n\t$permissions = $user-\u003eoriginal()-\u003egetPermissions();\n\nSupported methods: `get()`, `add()`, `update()`, `remove()`\n\n## Extending\n\nUse the provided abstract `BaseHandler` class to write your own handlers, or check back\nfor new implementations as this library grows.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftattersoftware%2Fcodeigniter4-accounts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftattersoftware%2Fcodeigniter4-accounts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftattersoftware%2Fcodeigniter4-accounts/lists"}