{"id":15041546,"url":"https://github.com/2amigos/yii2-exportable-widget","last_synced_at":"2025-10-04T05:31:21.162Z","repository":{"id":20270815,"uuid":"23543906","full_name":"2amigos/yii2-exportable-widget","owner":"2amigos","description":"Allows the exportation of a GridView widget to different formats","archived":true,"fork":false,"pushed_at":"2018-06-25T14:21:10.000Z","size":212,"stargazers_count":20,"open_issues_count":1,"forks_count":14,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-09-28T10:00:03.131Z","etag":null,"topics":["2amigos","button","export","gridview","widget","yii"],"latest_commit_sha":null,"homepage":"https://2amigos.us","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2amigos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-01T13:45:04.000Z","updated_at":"2023-07-27T14:37:20.000Z","dependencies_parsed_at":"2022-09-01T12:00:14.041Z","dependency_job_id":null,"html_url":"https://github.com/2amigos/yii2-exportable-widget","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/2amigos/yii2-exportable-widget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2amigos%2Fyii2-exportable-widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2amigos%2Fyii2-exportable-widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2amigos%2Fyii2-exportable-widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2amigos%2Fyii2-exportable-widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2amigos","download_url":"https://codeload.github.com/2amigos/yii2-exportable-widget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2amigos%2Fyii2-exportable-widget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278267444,"owners_count":25958862,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["2amigos","button","export","gridview","widget","yii"],"created_at":"2024-09-24T20:46:13.001Z","updated_at":"2025-10-04T05:31:20.852Z","avatar_url":"https://github.com/2amigos.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Exportable Widget for Yii2\n==========================\n\n[![Latest Stable Version](https://poser.pugx.org/2amigos/yii2-exportable-widget/v/stable.svg)](https://packagist.org/packages/2amigos/yii2-exportable-widget) \n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Total Downloads](https://poser.pugx.org/2amigos/yii2-exportable-widget/downloads.svg)](https://packagist.org/packages/2amigos/yii2-exportable-widget) \n[![Build Status](https://img.shields.io/travis/2amigos/yii2-exportable-widget/master.svg?style=flat-square)](https://travis-ci.org/2amigos/yii2-exportable-widget)\n[![Quality Score](https://img.shields.io/scrutinizer/g/2amigos/yii2-exportable-widget.svg?style=flat-square)](https://scrutinizer-ci.com/g/2amigos/yii2-exportable-widget)  \n\n\nMore than a simple widget, is a library. With this library you would be able to provide exporting capabilities to your \nYii2 application whether you use our [GridView Library](https://github.com/2amigos/yii2-grid-view-library) (which is \nhighly recommended) or your own. \n\nIf you are using our [GridView Library](https://github.com/2amigos/yii2-grid-view-library), you will take the advantage \nof a predefined set of exporting formats that, in conjunction with the [ToolbarBehavior](https://github.com/2amigos/yii2-grid-view-library/blob/master/docs/behaviors/toolbar-behavior.md), \nyou could export with a mere couple of configuration settings on your grid. The predefined exporting formats are: \n\n* json\n* csv\n* xlsx\n* html\n* text\n* xml\n* ods\n\nInstallation\n------------\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\nphp composer.phar require \"2amigos/yii2-exportable-widget\" \"*\"\n```\nor add\n\n```json\n\"2amigos/yii2-exportable-widget\" : \"^2.0\"\n```\n\nto the require section of your application's `composer.json` file.\n\n## Documentation \n\nYou can read the latest docs on [http://yii2-exportable-widget.readthedocs.io/en/latest/](http://yii2-exportable-widget.readthedocs.io/en/latest/)\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Credits\n\n- [Antonio Ramirez](https://github.com/tonydspaniard)\n- [All Contributors](https://github.com/2amigos/yii2-exportable-widget/graphs/contributors)\n\n## License\n\nThe BSD License (BSD). Please see [License File](LICENSE.md) for more information.\n\n\u003cblockquote\u003e\n    \u003ca href=\"http://www.2amigos.us\"\u003e\u003cimg src=\"http://www.gravatar.com/avatar/55363394d72945ff7ed312556ec041e0.png\"\u003e\u003c/a\u003e\u003cbr\u003e\n    \u003ci\u003eCustom Software | Web \u0026 Mobile Software Development\u003c/i\u003e\u003cbr\u003e\n    \u003ca href=\"http://www.2amigos.us\"\u003ewww.2amigos.us\u003c/a\u003e\n\u003c/blockquote\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2amigos%2Fyii2-exportable-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2amigos%2Fyii2-exportable-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2amigos%2Fyii2-exportable-widget/lists"}