{"id":15042513,"url":"https://github.com/zacksleo/yii2-cms","last_synced_at":"2026-02-26T19:36:57.032Z","repository":{"id":57089059,"uuid":"81707082","full_name":"zacksleo/yii2-cms","owner":"zacksleo","description":"yii2 cms","archived":false,"fork":false,"pushed_at":"2018-11-09T09:51:36.000Z","size":91,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T16:40:14.828Z","etag":null,"topics":["cms","content-management-system","yii2","yii2-cms","yii2-extension"],"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/zacksleo.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}},"created_at":"2017-02-12T06:15:02.000Z","updated_at":"2018-08-09T12:08:47.000Z","dependencies_parsed_at":"2022-08-20T16:00:44.457Z","dependency_job_id":null,"html_url":"https://github.com/zacksleo/yii2-cms","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/zacksleo/yii2-cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii2-cms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii2-cms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii2-cms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii2-cms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zacksleo","download_url":"https://codeload.github.com/zacksleo/yii2-cms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii2-cms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281908615,"owners_count":26582147,"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-10-30T02:00:06.501Z","response_time":61,"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":["cms","content-management-system","yii2","yii2-cms","yii2-extension"],"created_at":"2024-09-24T20:47:25.176Z","updated_at":"2025-10-31T00:46:47.236Z","avatar_url":"https://github.com/zacksleo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yii2 cms\n\n[![Latest Stable Version](https://poser.pugx.org/zacksleo/yii2-cms/version)](https://packagist.org/packages/zacksleo/yii2-cms)\n[![Total Downloads](https://poser.pugx.org/zacksleo/yii2-cms/downloads)](https://packagist.org/packages/zacksleo/yii2-cms)\n[![License](https://poser.pugx.org/zacksleo/yii2-cms/license)](https://packagist.org/packages/zacksleo/yii2-cms)\n![](https://styleci.io/repos/81707082/shield?branch=master)\n![](https://api.travis-ci.org/zacksleo/yii2-cms.svg?branch=master)\n[![Code Climate](https://img.shields.io/codeclimate/github/zacksleo/yii2-cms.svg)]()\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/zacksleo/yii2-cms/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/zacksleo/yii2-cms/?branch=master)\n[![Code Coverage](https://scrutinizer-ci.com/g/zacksleo/yii2-cms/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/zacksleo/yii2-cms/?branch=master)\n\n## Quick Start\n\n### install by composer\n\n```\n   composer require zacksleo/yii2-cms\n   \n```\n### migration\n\n```\n\n   yii migrate/up --migrationPath=@vendor/zacksleo/yii2-cms/migrations\n\n```\n\n### component\n\n```\n\n'component'=\u003e[\n        \n    'user' =\u003e [\n        'identityClass' =\u003e 'zacksleo\\yii2\\backend\\models\\Admin',\n        'enableAutoLogin' =\u003e true,\n        'loginUrl' =\u003e ['site/login'],\n        'identityCookie' =\u003e ['name' =\u003e '_identity-backend', 'httpOnly' =\u003e true, 'path' =\u003e '/admin'],\n    ],\n    'cache' =\u003e [\n        'class' =\u003e 'yii\\caching\\ApcCache',\n        'useApcu' =\u003e true,\n    ],\n    'settings' =\u003e [\n        'class' =\u003e 'pheme\\settings\\components\\Settings',\n    ],\n    'plugin' =\u003e [\n        'class' =\u003e 'zacksleo\\yii2\\plugin\\components.HookRender'\n    ],\n    'authManager' =\u003e [\n        'class' =\u003e 'yii\\rbac\\PhpManager',\n    ],\n    'as access' =\u003e [\n        'class' =\u003e 'mdm\\admin\\components\\AccessControl',\n        'allowActions' =\u003e [\n            'admin/*'\n        ]\n    ]\n]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzacksleo%2Fyii2-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzacksleo%2Fyii2-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzacksleo%2Fyii2-cms/lists"}