{"id":16433623,"url":"https://github.com/biesbjerg/user-management","last_synced_at":"2025-11-20T07:02:52.925Z","repository":{"id":77688185,"uuid":"287755328","full_name":"biesbjerg/user-management","owner":"biesbjerg","description":"User management","archived":false,"fork":false,"pushed_at":"2020-09-02T12:41:30.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T19:23:09.582Z","etag":null,"topics":["action-domain-responder","adr","slim","slim4","slimphp","user-management"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/biesbjerg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-08-15T13:48:44.000Z","updated_at":"2022-10-13T07:28:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"a84d6a93-a765-431a-a6af-b64d1220f9ae","html_url":"https://github.com/biesbjerg/user-management","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/biesbjerg/user-management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biesbjerg%2Fuser-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biesbjerg%2Fuser-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biesbjerg%2Fuser-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biesbjerg%2Fuser-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biesbjerg","download_url":"https://codeload.github.com/biesbjerg/user-management/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biesbjerg%2Fuser-management/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285389437,"owners_count":27163377,"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","status":"online","status_checked_at":"2025-11-20T02:00:05.334Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["action-domain-responder","adr","slim","slim4","slimphp","user-management"],"created_at":"2024-10-11T08:46:43.378Z","updated_at":"2025-11-20T07:02:52.845Z","avatar_url":"https://github.com/biesbjerg.png","language":"PHP","readme":"# User management\nBuilt with Slim Micro Framework 4 in an ADR-ish pattern (Action-Domain-Responder).\n\n#### Features:\n- Log in/Log out\n- Add/edit/delete/view user\n\n#### Notes:\n- PSR-7 HTTP message interfaces: slim/psr-7\n- PSR-11 Container interface: PHP-DI\n- PSR-2 coding style \n- PSR-4 autoloading\n- PHP Codesniffer runs automatically before every `git commit` using GrumPHP\n- Twig for templates\n- Phinx for database migrations\n\n#### Requirements:\n- PHP 7.4+\n- MySQL 5.5+\n\n# Setup\n\n#### 1. Clone repository\n```\n$ cd /var/www/public_html\n$ git clone https://github.com/biesbjerg/user-management.git ./\n```\n\n#### 2. Install dependencies using composer\n```\n$ composer install\n```\n\n#### 3. Make a copy of the environment file\n```\n$ cp config/.env.example config/.env\n```\n\n#### 4. Modify environment file to reflect your database settings\n```\n$ nano config/.env\n```\n```\nDATABASE_HOST=localhost\nDATABASE=users\nDATABASE_USER=users\nDATABASE_PASSWORD=your_password\n```\n\n#### 5. Run database migrations\n```\n$ vendor/bin/phinx migrate\n...\n$ vendor/bin/phinx seed:run\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiesbjerg%2Fuser-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiesbjerg%2Fuser-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiesbjerg%2Fuser-management/lists"}