{"id":22062294,"url":"https://github.com/wdmg/yii2-tasks","last_synced_at":"2025-05-12T22:34:22.122Z","repository":{"id":57078883,"uuid":"163874953","full_name":"wdmg/yii2-tasks","owner":"wdmg","description":"Task manager for Yii2","archived":false,"fork":false,"pushed_at":"2023-06-25T08:01:14.000Z","size":883,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-31T23:34:31.875Z","etag":null,"topics":["tasks-manager","wdmg","yii-extension","yii2","yii2-tasks"],"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/wdmg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-01-02T18:22:59.000Z","updated_at":"2023-06-25T08:01:19.000Z","dependencies_parsed_at":"2022-08-24T14:56:20.655Z","dependency_job_id":null,"html_url":"https://github.com/wdmg/yii2-tasks","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdmg%2Fyii2-tasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdmg%2Fyii2-tasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdmg%2Fyii2-tasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdmg%2Fyii2-tasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdmg","download_url":"https://codeload.github.com/wdmg/yii2-tasks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227391955,"owners_count":17773042,"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":["tasks-manager","wdmg","yii-extension","yii2","yii2-tasks"],"created_at":"2024-11-30T18:18:43.157Z","updated_at":"2024-11-30T18:18:44.127Z","avatar_url":"https://github.com/wdmg.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Yii2](https://img.shields.io/badge/required-Yii2_v2.0.35-blue.svg)](https://packagist.org/packages/yiisoft/yii2)\n[![Downloads](https://img.shields.io/packagist/dt/wdmg/yii2-tasks.svg)](https://packagist.org/packages/wdmg/yii2-tasks)\n[![Packagist Version](https://img.shields.io/packagist/v/wdmg/yii2-tasks.svg)](https://packagist.org/packages/wdmg/yii2-tasks)\n![Progress](https://img.shields.io/badge/progress-ready_to_use-green.svg)\n[![GitHub license](https://img.shields.io/github/license/wdmg/yii2-tasks.svg)](https://github.com/wdmg/yii2-tasks/blob/master/LICENSE)\n\n\u003cimg src=\"./docs/images/yii2-tasks.png\" width=\"100%\" alt=\"Yii2 Tasks Module\" /\u003e\n\n# Yii2 Tasks Module\nTask manager for Yii2.\n                                           \nThis module is an integral part of the [Butterfly.СMS](https://butterflycms.com/) content management system, but can also be used as an standalone extension.\n\nCopyrights (c) 2019-2023 [W.D.M.Group, Ukraine](https://wdmg.com.ua/)\n\n# Requirements \n* PHP 5.6 or higher\n* Yii2 v.2.0.35 and newest\n* [Yii2 Base](https://github.com/wdmg/yii2-base) module (required)\n* [Yii2 Tickets](https://github.com/wdmg/yii2-tickets) module (optionaly)\n* [Yii2 Users](https://github.com/wdmg/yii2-users) module (optionaly)\n* [Yii2 Editor](https://github.com/wdmg/yii2-editor) widget\n\n# Installation\nTo install the module, run the following command in the console:\n\n`$ composer require \"wdmg/yii2-tasks\"`\n\nAfter configure db connection, run the following command in the console:\n\n`$ php yii tasks/init`\n\nAnd select the operation you want to perform:\n  1) Apply all module migrations\n  2) Revert all module migrations\n\n# Migrations\nIn any case, you can execute the migration and create the initial data, run the following command in the console:\n\n`$ php yii migrate --migrationPath=@vendor/wdmg/yii2-tasks/migrations`\n\n# Configure\nTo add a module to the project, add the following data in your configuration file:\n\n    'modules' =\u003e [\n        ...\n        'tasks' =\u003e [\n            'class' =\u003e 'wdmg\\tasks\\Module',\n            'routePrefix' =\u003e 'admin'\n        ],\n        ...\n    ],\n\n# Routing\nUse the `Module::dashboardNavItems()` method of the module to generate a navigation items list for NavBar, like this:\n\n    \u003c?php\n        echo Nav::widget([\n        'options' =\u003e ['class' =\u003e 'navbar-nav navbar-right'],\n            'label' =\u003e 'Modules',\n            'items' =\u003e [\n                Yii::$app-\u003egetModule('tasks')-\u003edashboardNavItems(),\n                ...\n            ]\n        ]);\n    ?\u003e\n\n# Status and version [ready to use]\n* v.1.2.0 - Update copyrights, add counter for dashboard\n* v.1.1.9 - Update dependencies, README.md\n* v.1.1.8 - Added pagination, up to date dependencies","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdmg%2Fyii2-tasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdmg%2Fyii2-tasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdmg%2Fyii2-tasks/lists"}