{"id":14966717,"url":"https://github.com/smoren/yii2-module-access-manager","last_synced_at":"2025-10-25T17:30:35.091Z","repository":{"id":57053992,"uuid":"436623532","full_name":"Smoren/yii2-module-access-manager","owner":"Smoren","description":"Access manager and control module for Yii2","archived":false,"fork":false,"pushed_at":"2025-01-23T12:25:18.000Z","size":149,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-31T09:23:34.577Z","etag":null,"topics":["access-control","access-management","yii2","yii2-extension"],"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/Smoren.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}},"created_at":"2021-12-09T13:17:27.000Z","updated_at":"2025-01-23T12:25:21.000Z","dependencies_parsed_at":"2024-05-17T12:54:13.743Z","dependency_job_id":null,"html_url":"https://github.com/Smoren/yii2-module-access-manager","commit_stats":{"total_commits":76,"total_committers":3,"mean_commits":"25.333333333333332","dds":0.03947368421052633,"last_synced_commit":"e2e00f81e6a70fb51cc25b5a3aa2b8de2a9288c2"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smoren%2Fyii2-module-access-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smoren%2Fyii2-module-access-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smoren%2Fyii2-module-access-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smoren%2Fyii2-module-access-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Smoren","download_url":"https://codeload.github.com/Smoren/yii2-module-access-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238183658,"owners_count":19430166,"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":["access-control","access-management","yii2","yii2-extension"],"created_at":"2024-09-24T13:36:50.795Z","updated_at":"2025-10-25T17:30:34.658Z","avatar_url":"https://github.com/Smoren.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yii2-module-access-manager\nAccess manager and control module for Yii2\n\n### How to install to Yii2 project\n```\ncomposer require smoren/yii2-module-access-manager\n```\n\n### After install\nInclude into Yii2 config:\n```\n...\n'modules' =\u003e [\n    ...\n    'access' =\u003e ['class' =\u003e 'Smoren\\Yii2\\AccessManager\\Module'],\n],\n...\n'bootstrap' =\u003e [\n    ...\n    'access',\n],\n...\n'controllerMap' =\u003e [\n    'migrate' =\u003e [\n        'class' =\u003e MigrateController::class,\n        'migrationPath' =\u003e [\n            ...\n            'vendor/smoren/yii2-module-access-manager/src/migrations',\n        ],\n    ],\n],\n...\n```\n\nInclude into Yii2 env file:\n```\n...\nACCESS_WORKER_TABLE='the existing table you want to be access worker table'\n...\n```\n\nThen run migrations:\n```\nphp yii migrate\n```\n\nAlso you can choose another module id if you already have your own module named \"access\".","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmoren%2Fyii2-module-access-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmoren%2Fyii2-module-access-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmoren%2Fyii2-module-access-manager/lists"}