{"id":22898382,"url":"https://github.com/pi-engine/user","last_synced_at":"2025-06-14T08:10:03.332Z","repository":{"id":57041271,"uuid":"464371265","full_name":"pi-engine/user","owner":"pi-engine","description":"Api base authentication and user management module via laminas and pi","archived":false,"fork":false,"pushed_at":"2025-05-27T08:59:11.000Z","size":1105,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-05T03:58:15.501Z","etag":null,"topics":["composer","laminas","laminas-module","laminas-mvc","php","pi-engine"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pi-engine.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-02-28T06:54:02.000Z","updated_at":"2025-05-27T08:59:15.000Z","dependencies_parsed_at":"2023-02-18T22:15:50.140Z","dependency_job_id":"3dacdae0-a3e6-44ff-8527-5286e39055b3","html_url":"https://github.com/pi-engine/user","commit_stats":{"total_commits":299,"total_committers":3,"mean_commits":99.66666666666667,"dds":"0.43143812709030105","last_synced_commit":"5620fa08eb8bb15cb23441a154d3a76f615312c8"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/pi-engine/user","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pi-engine%2Fuser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pi-engine%2Fuser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pi-engine%2Fuser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pi-engine%2Fuser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pi-engine","download_url":"https://codeload.github.com/pi-engine/user/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pi-engine%2Fuser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259783068,"owners_count":22910301,"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":["composer","laminas","laminas-module","laminas-mvc","php","pi-engine"],"created_at":"2024-12-14T00:31:45.910Z","updated_at":"2025-06-14T08:10:03.264Z","avatar_url":"https://github.com/pi-engine.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User module\n\nApi base authentication and user management via laminas and pi engine\n\n## 1. Important note\n\nThis is the first stable version of the user module, you can install it on production projects now, we will\nwork on improvement and testing this module in the next weeks\n\n## 2. Installation\n\nFollow the below steps to install the module via composer\n\n### Step 1\n\nRun the following to install this library:\n\n```bash\n$ composer require pi/user\n```\n\n### Step 2\n\nEdit `config\\modules.config.php` and add `'User'` end of array, for example like this\n\n```\n\u003c?php\nreturn [\n    ...\n    'Application',\n    'User', // Add this line\n];\n\n```\n\n### Step 3\n\nEdit `composer.json` and add this line\n\n```\n    \"autoload\": {\n        \"psr-4\": {\n            ....\n            \"User\\\\\": \"vendor/pi/user/src/\"\n        }\n    },\n```\n\n### Step 4\n\nRun `composer dump-autoload`.\n\n### Step 5\n\nOpen `data/schema.sql` and create tablas in your database\n\n## 3. List of TODO tasks for this module\n\n* [X] Rbac Authorization\n* [X] Admin handler: profile section (add, edit, list, password, view)\n* [X] Admin handler: Role section (add, edit, list)\n* [X] Admin handler: Permission section (add, edit, list)\n* [X] Handler (as web service) for check email, mobile, identity and password validation in registration\n* [X] Handler (as web service) for check strong password\n* [ ] DTO\n* [ ] Write test cases and make test\n* [ ] Write documents, (in-file, extra)\n* [ ] Move Role and Permission sections from user module to core module","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpi-engine%2Fuser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpi-engine%2Fuser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpi-engine%2Fuser/lists"}