{"id":14966830,"url":"https://github.com/dmstr/yii2-backend-module","last_synced_at":"2025-04-06T12:09:07.868Z","repository":{"id":44886144,"uuid":"55569199","full_name":"dmstr/yii2-backend-module","owner":"dmstr","description":"Backend module for Yii 2.0 Framework","archived":false,"fork":false,"pushed_at":"2024-11-26T10:30:16.000Z","size":303,"stargazers_count":19,"open_issues_count":0,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-30T11:07:03.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dmstr.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":"2016-04-06T02:13:51.000Z","updated_at":"2024-11-26T10:30:20.000Z","dependencies_parsed_at":"2024-01-11T11:46:44.314Z","dependency_job_id":"bd4e599c-5625-4e54-9fe0-0b1572be8826","html_url":"https://github.com/dmstr/yii2-backend-module","commit_stats":{"total_commits":158,"total_committers":6,"mean_commits":"26.333333333333332","dds":"0.31645569620253167","last_synced_commit":"7008e4748905253e8fd0fc3e6e2b8b92db58dd45"},"previous_names":[],"tags_count":98,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmstr%2Fyii2-backend-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmstr%2Fyii2-backend-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmstr%2Fyii2-backend-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmstr%2Fyii2-backend-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmstr","download_url":"https://codeload.github.com/dmstr/yii2-backend-module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478323,"owners_count":20945266,"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-24T13:37:00.638Z","updated_at":"2025-04-06T12:09:07.843Z","avatar_url":"https://github.com/dmstr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Backend module for Yii 2.0 Framework\n====================================\n\n[![Latest Stable Version](https://poser.pugx.org/dmstr/yii2-backend-module/v/stable.svg)](https://packagist.org/packages/dmstr/yii2-backend-module) \n[![Total Downloads](https://poser.pugx.org/dmstr/yii2-backend-module/downloads.svg)](https://packagist.org/packages/dmstr/yii2-backend-module)\n[![License](https://poser.pugx.org/dmstr/yii2-backend-module/license.svg)](https://packagist.org/packages/dmstr/yii2-backend-module)\n\n\n### AdminLTE Dashboard\n\n![Screenshot](https://raw.githubusercontent.com/dmstr/gh-media/master/dmstr/yii2-backend-module/backend-default-index.png)\n\nInstallation\n------------\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\n```\ncomposer require dmstr/yii2-backend-module\n```\n\n- Requires `loveorigami/yii2-notification-wrapper`\n\nUsage\n-----\n\nAdd module to application configuration\n\n```\n'backend' =\u003e [\n    'class' =\u003e 'dmstr\\modules\\backend\\Module',\n    'layout' =\u003e '@backend/views/layouts/main',\n],\n```\n\n### Minimalistic Login view from AdminLTE 2\n\n```\n'modules' =\u003e [\n    'user' =\u003e [\n        'controllerMap' =\u003e [\n            'security' =\u003e [\n                'class' =\u003e Da\\User\\Controller\\SecurityController::class,\n                'layout' =\u003e '@backend/views/layouts/login'\n            ],\n            'recovery' =\u003e [\n                'class' =\u003e Da\\User\\Controller\\RecoveryController::class,\n                'layout' =\u003e '@backend/views/layouts/login'\n            ],\n            'registration' =\u003e [\n                'class' =\u003e Da\\User\\Controller\\RegistrationController::class,\n                'layout' =\u003e '@backend/views/layouts/login'\n            ]\n        ]\n    ]\n]\n```\n\n### Params\n\n- `context.menuItems` menu items to be shown, i.e. used by `dmstr/yii2-prototype-module`\n\n### Settings\n\n*from `settings` module*\n\n- `backend.adminlte.skin` default `black-light`\n- `backend.adminlte.sidebar` default `sidebar-mini`\n- `backend.adminlte.navBarIcon` default `heart`\n- `frontend.backendWidget` default `modal`\n- `frontend.backendButtonsInModal` (experimental)\n\n\n---\n\n#### ![dmstr logo](http://t.phundament.com/dmstr-16-cropped.png) Built by [dmstr](http://diemeisterei.de)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmstr%2Fyii2-backend-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmstr%2Fyii2-backend-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmstr%2Fyii2-backend-module/lists"}