{"id":36979233,"url":"https://github.com/dsoft/yii2-abcms-structure","last_synced_at":"2026-01-13T22:48:50.899Z","repository":{"id":56939264,"uuid":"83579320","full_name":"dsoft/yii2-abcms-structure","owner":"dsoft","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-10T13:50:15.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-06T14:43:30.900Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsoft.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}},"created_at":"2017-03-01T16:59:56.000Z","updated_at":"2024-05-06T14:43:30.901Z","dependencies_parsed_at":"2022-08-21T01:40:20.537Z","dependency_job_id":null,"html_url":"https://github.com/dsoft/yii2-abcms-structure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dsoft/yii2-abcms-structure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsoft%2Fyii2-abcms-structure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsoft%2Fyii2-abcms-structure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsoft%2Fyii2-abcms-structure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsoft%2Fyii2-abcms-structure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsoft","download_url":"https://codeload.github.com/dsoft/yii2-abcms-structure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsoft%2Fyii2-abcms-structure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28403741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"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":[],"created_at":"2026-01-13T22:48:50.292Z","updated_at":"2026-01-13T22:48:50.894Z","avatar_url":"https://github.com/dsoft.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yii2 ABCMS structure library\n\n## Install:\n```bash\ncomposer require abcms/yii2-structure:dev-master\n```\n\n## DB migrations\n1- Add the migration namespaces in the console.php configuration:\n```php\n'controllerMap' =\u003e [\n    'migrate' =\u003e [\n        'class' =\u003e 'yii\\console\\controllers\\MigrateController',\n        'migrationNamespaces' =\u003e [\n            'abcms\\library\\migrations',\n            'abcms\\structure\\migrations',\n        ],\n    ],\n],\n```\n\n2- Run `./yii migrate`\n\n## Default translation source\nAdd a default translation source in the main configuration:\n```php\n'i18n' =\u003e [\n    'translations' =\u003e [\n        '*' =\u003e [\n            'class' =\u003e 'yii\\i18n\\PhpMessageSource',\n            'basePath' =\u003e '@app/messages',\n        ],\n    ],\n],\n```\n\n## Add the module\nList the structure module in the modules property of the application:\n```php\n[\n    'modules' =\u003e [\n        'structure' =\u003e [\n            'class' =\u003e 'abcms\\structure\\module\\Module',\n        ],\n    ],\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsoft%2Fyii2-abcms-structure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsoft%2Fyii2-abcms-structure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsoft%2Fyii2-abcms-structure/lists"}