{"id":22876768,"url":"https://github.com/devmuhammadzaki/ums-rbac-api","last_synced_at":"2026-04-08T22:31:23.370Z","repository":{"id":264098738,"uuid":"889880093","full_name":"devmuhammadzaki/UMS-RBAC-API","owner":"devmuhammadzaki","description":"UMS with RBAC (User Management System with Role-Based Access Control) API built with Laravel 10.","archived":false,"fork":false,"pushed_at":"2024-11-23T17:23:12.000Z","size":361,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-31T19:20:07.632Z","etag":null,"topics":["laravel","laravel-spatie"],"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/devmuhammadzaki.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,"publiccode":null,"codemeta":null}},"created_at":"2024-11-17T13:35:07.000Z","updated_at":"2024-11-23T17:23:16.000Z","dependencies_parsed_at":"2024-11-28T00:36:20.950Z","dependency_job_id":null,"html_url":"https://github.com/devmuhammadzaki/UMS-RBAC-API","commit_stats":null,"previous_names":["devmuhammadzaki/ums-rbac-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devmuhammadzaki/UMS-RBAC-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2FUMS-RBAC-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2FUMS-RBAC-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2FUMS-RBAC-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2FUMS-RBAC-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmuhammadzaki","download_url":"https://codeload.github.com/devmuhammadzaki/UMS-RBAC-API/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2FUMS-RBAC-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31577444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["laravel","laravel-spatie"],"created_at":"2024-12-13T15:27:37.614Z","updated_at":"2026-04-08T22:31:23.355Z","avatar_url":"https://github.com/devmuhammadzaki.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UMS-RBAC-API\n\nUMS with RBAC (User Management System with Role-Based Access Control) API built with Laravel 10.\n\n## Installation\n\n1. Download the code by clicking **Code**, **Download ZIP**. Or if you have Git install in your machine, you can run this in your terminal.\n\n```\ngit clone https://github.com/devmuhammadzaki/UMS-RBAC-API.git\n```\n\n2. Change directory to your local copy of `UMS-RBAC-API` in your terminal. Then install composer dependencies.\n\n```\ncomposer install\n```\n\n3. Copy `.env` file from `.env.example`. In NIX machine you can use this command.\n\n```\ncp .env.example .env\n```\n\n4. Prepare a database. You can use this command.\n\n```\nmysql -uroot -e \"CREATE DATABASE UMS-RBAC-API_db\"\n```\n\nIf you have password for your database, you need to specify `-p` on the command.\n\n5. Configure your database settings in `.env`\n\n```\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=UMS-RBAC-API_db\nDB_USERNAME=root\nDB_PASSWORD=\n```\n\n6. Migrate database tables and seed them with fake data\n\n```\nphp artisan migrate\n```\n\n7. Generate a key for you application\n\n```\nphp artisan key:generate\n```\n\n8. Run the development server\n\n```\nphp artisan serve\n```\n\n# Routes (Endpoints)\n\n```\nphp artisan route:list\n```\n\n![](./Capture2.PNG)\n\n# Tests\n\n```\nphp artisan test\n```\n\n![](./Capture.PNG)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmuhammadzaki%2Fums-rbac-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmuhammadzaki%2Fums-rbac-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmuhammadzaki%2Fums-rbac-api/lists"}