{"id":19553930,"url":"https://github.com/developeruz/easyii-user-module","last_synced_at":"2025-04-26T21:31:20.998Z","repository":{"id":56966556,"uuid":"80647229","full_name":"developeruz/easyii-user-module","owner":"developeruz","description":"User module for EasyiiCMS","archived":false,"fork":false,"pushed_at":"2017-02-03T07:27:33.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T18:03:10.061Z","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/developeruz.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-02-01T17:55:04.000Z","updated_at":"2018-07-25T08:35:50.000Z","dependencies_parsed_at":"2022-08-21T11:20:28.794Z","dependency_job_id":null,"html_url":"https://github.com/developeruz/easyii-user-module","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeruz%2Feasyii-user-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeruz%2Feasyii-user-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeruz%2Feasyii-user-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeruz%2Feasyii-user-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developeruz","download_url":"https://codeload.github.com/developeruz/easyii-user-module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251057288,"owners_count":21529637,"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-11-11T04:25:18.693Z","updated_at":"2025-04-26T21:31:20.677Z","avatar_url":"https://github.com/developeruz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"User module for EasyiiCMS\n=========================\n\nThis module allows add [User module](http://github.com/dektrium/yii2-user) to [Easy yii2 cms](http://github.com/noumo/easyii) \n\n## Installation guide\n```bash\n$ php composer.phar require developeruz/easyii-user-module \"dev-master\"\n```\n\nReplace last line in `app/config/web.php`\n```php\nreturn array_merge_recursive($config, require($webroot . '/vendor/noumo/easyii/config/easyii.php'));\n```\nwith \n```php\n$config = array_merge_recursive($config,\n    require($webroot . '/vendor/developeruz/easyii-user-module/config/user_module_config.php'),\n    require($webroot . '/vendor/noumo/easyii/config/easyii.php'));\n$config['components']['user'] = [ 'identityClass' =\u003e 'developeruz\\easyii_user\\models\\User' ];\nreturn $config;\n```\n\n#### If you don't have installed User module before\nRun \n```php \nphp yii migrate/up --migrationPath=@vendor/dektrium/yii2-user/migrations\n```\n\nRegister and confirm at least one user (you can do it via [console command](https://github.com/dektrium/yii2-user/blob/master/docs/console.md)) \n\n#### Activate module \nAdd to `app/config/params.php` list of admin users for the User module \n```php \n'admins' =\u003e ['admin']\n ```\nNote: only users with username mentioned in the list above would have access to the User Module.\n\nRun migrations\n```php \nphp yii migrate/up --migrationPath=@vendor/developeruz/easyii-user-module/migrations\n```\n\nAnd login to EasyiiCMS admin panel with the user from the User module.\n\nLicense\n=======\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperuz%2Feasyii-user-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperuz%2Feasyii-user-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperuz%2Feasyii-user-module/lists"}