{"id":14966627,"url":"https://github.com/thyseus/yii2-sitecontent","last_synced_at":"2026-01-24T16:03:34.839Z","repository":{"id":57069329,"uuid":"73274000","full_name":"thyseus/yii2-sitecontent","owner":"thyseus","description":"Tiny Sitecontent module for the Yii framework. Contains only one table where everything is stored.","archived":false,"fork":false,"pushed_at":"2018-06-06T08:18:35.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T05:31:04.029Z","etag":null,"topics":["cms","content-management","content-management-system","tiny","yii-framework","yii2-cms","yii2-extension","yii2-sitecontent"],"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/thyseus.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":"2016-11-09T10:28:35.000Z","updated_at":"2018-06-06T08:18:37.000Z","dependencies_parsed_at":"2022-08-24T10:20:43.754Z","dependency_job_id":null,"html_url":"https://github.com/thyseus/yii2-sitecontent","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thyseus/yii2-sitecontent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thyseus%2Fyii2-sitecontent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thyseus%2Fyii2-sitecontent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thyseus%2Fyii2-sitecontent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thyseus%2Fyii2-sitecontent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thyseus","download_url":"https://codeload.github.com/thyseus/yii2-sitecontent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thyseus%2Fyii2-sitecontent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28730730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: 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":["cms","content-management","content-management-system","tiny","yii-framework","yii2-cms","yii2-extension","yii2-sitecontent"],"created_at":"2024-09-24T13:36:43.166Z","updated_at":"2026-01-24T16:03:34.817Z","avatar_url":"https://github.com/thyseus.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ATTENTION:\n\ngithub has been bought by Microsoft. This repository is orphaned and has been moved to:\n\nhttps://gitlab.com/thyseus/yii2-sitecontent\n\nThanks a lot for your understanding and blame Microsoft.\n\n# Yii2-sitecontent\n\nVery tiny and simple Sitecontent module for the Yii framework. Contains only one table where the sitecontent is stored.\nUses Summernote (http://summernote.org/) WYSIWYG Editor.\n\n## Installation\n\n```bash\n$ composer require thyseus/yii2-sitecontent\n$ php yii migrate/up --migrationPath=@vendor/thyseus/yii2-sitecontent/migrations\n```\n\n## Configuration\n\nAdd following lines to your main configuration file:\n\n```php\n'modules' =\u003e [\n    'sitecontent' =\u003e [\n        'class' =\u003e 'thyseus\\sitecontent\\Module',\n        'modelClass' =\u003e '\\app\\models\\User', // optional. your User model. Needs to be ActiveRecord.\n    ],\n],\n```\n\nBy default only users that apply to $user-\u003ecan('admin') are allowed to access the sitecontent administation.\nYou can modify this with the 'accessCallback' configuration option.\n\n## Routes\n\nUse the following routes to access the sitecontent module:\n\n* index: https://your-domain/sitecontent/sitecontent/index\n* view: https://your-domain/sitecontent/sitecontent/view?id=\u003cslug\u003e?lang=\u003clang\u003e\n* view: https://your-domain/sitecontent/sitecontent/view?id=\u003cslug\u003e\n\n## License\n\nYii2-sitecontent is released under the GPLv3 License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthyseus%2Fyii2-sitecontent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthyseus%2Fyii2-sitecontent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthyseus%2Fyii2-sitecontent/lists"}