{"id":29027325,"url":"https://github.com/humaninitiative/yii2-tabularform","last_synced_at":"2026-05-02T19:32:39.478Z","repository":{"id":57042303,"uuid":"114231512","full_name":"HumanInitiative/yii2-tabularform","owner":"HumanInitiative","description":"Tabular Form Widget","archived":false,"fork":false,"pushed_at":"2019-11-04T09:00:12.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-11T20:43:15.555Z","etag":null,"topics":["form","tabular","widget","yii2-extension"],"latest_commit_sha":null,"homepage":"","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/HumanInitiative.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":"2017-12-14T09:41:18.000Z","updated_at":"2023-12-31T01:25:29.000Z","dependencies_parsed_at":"2022-08-24T00:50:48.500Z","dependency_job_id":null,"html_url":"https://github.com/HumanInitiative/yii2-tabularform","commit_stats":null,"previous_names":["humanintiative/yii2-tabularform","pkpudev/yii2-tabularform","humaninitiative/yii2-tabularform"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/HumanInitiative/yii2-tabularform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanInitiative%2Fyii2-tabularform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanInitiative%2Fyii2-tabularform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanInitiative%2Fyii2-tabularform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanInitiative%2Fyii2-tabularform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HumanInitiative","download_url":"https://codeload.github.com/HumanInitiative/yii2-tabularform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanInitiative%2Fyii2-tabularform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32547645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["form","tabular","widget","yii2-extension"],"created_at":"2025-06-26T06:05:25.174Z","updated_at":"2026-05-02T19:32:39.435Z","avatar_url":"https://github.com/HumanInitiative.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tabular Form Widget\n========================\nTabular Form Widget\n\nInstallation\n------------\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\nphp composer.phar require --prefer-dist pkpudev/yii2-tabularform \"*\"\n```\n\nor add\n\n```\n\"pkpudev/yii2-tabularform\": \"*\"\n```\n\nto the require section of your `composer.json` file.\n\n\nUsage\n-----\n\nOnce the extension is installed, simply use it in your code by  :\n\n```php\n\u003c?= \\pkpudev\\widget\\grid\\TabularInput::widget([\n\t'title'=\u003e'Title',\n\t'idField'=\u003e'id',\n\t'parentIdField'=\u003e'parent_id',\n\t'controls'=\u003e[\n\t\tnew InputControl(['type'=\u003e'textInput', 'name'=\u003e'field_name1', 'title'=\u003e'Input 1']),\n\t\tnew InputControl(['type'=\u003e'dateInput', 'name'=\u003e'field_name2', 'title'=\u003e'Date 1']),\n\t\tnew InputControl(['type'=\u003e'dropDownList', 'name'=\u003e'field_name3', 'title'=\u003e'Options 1', 'data'=\u003e[\n\t\t\t'', 6=\u003e'Val 1', 12=\u003e'Val 2',\n\t\t]]),\n\t],\n\t'data'=\u003e[\n\t\t['id'=\u003e1, 'parent_id'=\u003e0, 'field_name1'=\u003enull, 'field_name2'=\u003enull, 'field_name3'=\u003enull],\n\t\t...\n\t]\n]); ?\u003e\n```\n\nDatePicker\n----\n\nGet it here\n\n````\n\"eternicode/bootstrap-datepicker\": \"\u003e=v1.7.0\"\n````","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumaninitiative%2Fyii2-tabularform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumaninitiative%2Fyii2-tabularform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumaninitiative%2Fyii2-tabularform/lists"}