{"id":22941781,"url":"https://github.com/zacksleo/yii-plugin","last_synced_at":"2026-05-02T03:32:35.855Z","repository":{"id":57089038,"uuid":"132475108","full_name":"zacksleo/yii-plugin","owner":"zacksleo","description":"yii plugin module","archived":false,"fork":false,"pushed_at":"2018-05-08T06:26:59.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-26T13:58:06.465Z","etag":null,"topics":["hooks","plugin-system","yii","yii-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":"mit","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":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-07T14:47:30.000Z","updated_at":"2024-09-22T19:06:20.000Z","dependencies_parsed_at":"2022-08-20T15:31:07.231Z","dependency_job_id":null,"html_url":"https://github.com/zacksleo/yii-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zacksleo/yii-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zacksleo","download_url":"https://codeload.github.com/zacksleo/yii-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32522245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["hooks","plugin-system","yii","yii-extension"],"created_at":"2024-12-14T13:45:01.162Z","updated_at":"2026-05-02T03:32:35.828Z","avatar_url":"https://github.com/zacksleo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yii-plugin\n\n[Yii-Plugin](https://github.com/health901/Yii-Plugin) with Composer implementation\n\n## Quick Start\n\n### Install by Composer\n\n`composer require zacksleo/yii-plugin`\n\n### Config\n\nconfig in main.php\n\n```\n    'modules' =\u003e [\n        //'admin',\n        'plugin' =\u003e [\n            'class' =\u003e 'zacksleo\\yii\\plugin\\PluginModule',\n            'layout' =\u003e 'layout', // your layout\n            'layoutPath' =\u003e dirname(__DIR__) . '/modules/admin/views/layouts/', // your layout path\n            'pluginRoot' =\u003e 'webroot.plugins'\n        ]\n    ],\n\n    'components'=\u003e[\n        //... other config\n         'plugin' =\u003e[\n             'class' =\u003e 'zacksleo\\yii\\plugin\\components\\HookRender',\n        ],  \n    ]\n\n```\n\n### Set Hooks in View\n\n```\n\u003c?php Yii::app()-\u003eplugin-\u003erender('global_footer'); \u003e\n\n```\n\n### More\n\nMore docs see [health901/Yii-Plugin](https://github.com/health901/Yii-Plugin)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzacksleo%2Fyii-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzacksleo%2Fyii-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzacksleo%2Fyii-plugin/lists"}