{"id":20084510,"url":"https://github.com/dhtmlx/dhtmlx-gii","last_synced_at":"2025-05-06T01:31:58.425Z","repository":{"id":29646340,"uuid":"33187903","full_name":"DHTMLX/dhtmlx-gii","owner":"DHTMLX","description":null,"archived":false,"fork":false,"pushed_at":"2015-06-16T13:14:01.000Z","size":185,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-09T06:50:28.084Z","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/DHTMLX.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":"2015-03-31T13:48:35.000Z","updated_at":"2019-03-26T04:48:13.000Z","dependencies_parsed_at":"2022-09-03T17:51:14.862Z","dependency_job_id":null,"html_url":"https://github.com/DHTMLX/dhtmlx-gii","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/DHTMLX%2Fdhtmlx-gii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fdhtmlx-gii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fdhtmlx-gii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fdhtmlx-gii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DHTMLX","download_url":"https://codeload.github.com/DHTMLX/dhtmlx-gii/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252604368,"owners_count":21775091,"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-13T15:52:15.843Z","updated_at":"2025-05-06T01:31:58.173Z","avatar_url":"https://github.com/DHTMLX.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"yii2-dhtmlx-gii-generators\n=====================\n\nThis generator generates the grid on a given url with the help of DHTMLX Grid.\n\n## Installation\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\n$ php composer.phar require \"dhtmlx/dhtmlx-gii\": \"dev-master\"\n```\n\nor add\n\n```\n\"dhtmlx/dhtmlx-gii\": \"dev-master\"\n```\n\nto the ```require``` section of your `composer.json` file.\n\nAfter that you can install new package:\n```\n$ php composer.phar update\n```\n\n## Usage\n\n```php\n//if your gii modules configuration looks like below:\n    $config['bootstrap'][] = 'gii';\n    $config['modules']['gii'] = 'yii\\gii\\Module';\n\n//remove this two lines\n```\n\n```php\n//Add this into common/config/web.php\n    \n    $config['bootstrap'][] = 'gii';\n    $config['modules']['gii'] = [\n            'class' =\u003e 'yii\\gii\\Module',\n            'generators' =\u003e [\n                'dhtmlx-one-table' =\u003e [\n                    'class' =\u003e 'DHTMLX\\Gii\\SingleTable\\Generator',\n                ],\n                'dhtmlx-many-tables' =\u003e [\n                                    'class' =\u003e 'DHTMLX\\Gii\\ManyTables\\Generator',\n                                ],\n            ],\n        ];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhtmlx%2Fdhtmlx-gii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhtmlx%2Fdhtmlx-gii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhtmlx%2Fdhtmlx-gii/lists"}