{"id":22941786,"url":"https://github.com/zacksleo/yii-client","last_synced_at":"2025-04-01T20:49:56.059Z","repository":{"id":57089057,"uuid":"164394372","full_name":"zacksleo/yii-client","owner":"zacksleo","description":"client version manage module","archived":false,"fork":false,"pushed_at":"2019-01-15T02:44:09.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T13:47:02.972Z","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/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":"2019-01-07T07:28:20.000Z","updated_at":"2019-01-15T02:43:20.000Z","dependencies_parsed_at":"2022-08-20T16:00:32.366Z","dependency_job_id":null,"html_url":"https://github.com/zacksleo/yii-client","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksleo%2Fyii-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zacksleo","download_url":"https://codeload.github.com/zacksleo/yii-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709912,"owners_count":20821298,"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-12-14T13:45:03.020Z","updated_at":"2025-04-01T20:49:56.017Z","avatar_url":"https://github.com/zacksleo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Stable Version](https://poser.pugx.org/zacksleo/yii-client/version)](https://packagist.org/packages/zacksleo/yii-client)\n[![Total Downloads](https://poser.pugx.org/zacksleo/yii-client/downloads)](https://packagist.org/packages/zacksleo/yii-client)\n[![License](https://poser.pugx.org/zacksleo/yii-client/license)](https://packagist.org/packages/zacksleo/yii-client)\n[![Build Status](https://travis-ci.org/zacksleo/yii-client.svg?branch=master)](https://travis-ci.org/zacksleo/yii-client)\n[![StyleCI](https://styleci.io/repos/82318907/shield?branch=master)](https://styleci.io/repos/82318907)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/zacksleo/yii-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/zacksleo/yii-client/?branch=master)\n[![Code Coverage](https://scrutinizer-ci.com/g/zacksleo/yii-client/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/zacksleo/yii-client/?branch=master)\n# yii client module\n\n## Migration\n\n+ Config Migration Path  in Yii config file like this\n\n```\n    'controllerMap' =\u003e [\n        'migrate' =\u003e [\n            'class' =\u003e 'yii\\console\\controllers\\MigrateController',\n            'migrationPath' =\u003e [\n                ...\n                '@zacksleo/yii2/client/migrations',\n            ],\n        ],\n    ],\n\n```\n\n+ Or run migration by By migrationPath Parameter\n\n```\n  ./yii migrate --migrationPath=@zacksleo/yii2/client/migrations\n\n```\n\n## Config Module in components part\n\n```\n    'rom-release' =\u003e [\n        'class' =\u003e 'zacksleo\\yii2\\ad\\Module',\n    ]\n\n```\n\n## Use Actions\n\n```\nclass AdController extends Controller\n{\n    public function actions()\n    {\n        return [\n            'index' =\u003e [\n                'class' =\u003e 'zacksleo\\yii2\\ad\\actions\\IndexAction'\n            ]\n        ];\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzacksleo%2Fyii-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzacksleo%2Fyii-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzacksleo%2Fyii-client/lists"}