{"id":14966686,"url":"https://github.com/devgroup-ru/yii2-dropzone","last_synced_at":"2025-10-12T17:08:46.684Z","repository":{"id":24037520,"uuid":"27422651","full_name":"DevGroup-ru/yii2-dropzone","owner":"DevGroup-ru","description":"This extension provides the Dropzone integration for the Yii2 framework.","archived":false,"fork":false,"pushed_at":"2016-03-29T11:48:37.000Z","size":22,"stargazers_count":10,"open_issues_count":2,"forks_count":13,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-09-17T14:26:25.913Z","etag":null,"topics":["drag-and-drop","dropzone","dropzonejs","file-upload","fileupload","php","upload","yii2","yii2-framework","yii2-widgets"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevGroup-ru.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":"2014-12-02T08:26:19.000Z","updated_at":"2025-01-29T19:31:36.000Z","dependencies_parsed_at":"2022-08-21T09:50:37.259Z","dependency_job_id":null,"html_url":"https://github.com/DevGroup-ru/yii2-dropzone","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/DevGroup-ru/yii2-dropzone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGroup-ru%2Fyii2-dropzone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGroup-ru%2Fyii2-dropzone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGroup-ru%2Fyii2-dropzone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGroup-ru%2Fyii2-dropzone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevGroup-ru","download_url":"https://codeload.github.com/DevGroup-ru/yii2-dropzone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGroup-ru%2Fyii2-dropzone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278380461,"owners_count":25977216,"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":["drag-and-drop","dropzone","dropzonejs","file-upload","fileupload","php","upload","yii2","yii2-framework","yii2-widgets"],"created_at":"2024-09-24T13:36:48.128Z","updated_at":"2025-10-04T21:46:32.265Z","avatar_url":"https://github.com/DevGroup-ru.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Dropzone Extension for Yii 2\n==============================\n\nThis extension provides the [Dropzone](http://www.dropzonejs.com/) integration for the Yii2 framework.\n\n\nInstallation\n------------\n\nThis extension requires [Dropzone](https://github.com/enyo/dropzone)\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 devgroup/yii2-dropzone \"*\"\n```\n\nor add\n\n```\n\"devgroup/yii2-dropzone\": \"*\"\n```\n\nto the require section of your composer.json.\n\n\nGeneral Usage\n-------------\n\n```php\nuse devgroup\\dropzone\\DropZone;\n\nDropZone::widget(\n    [\n        'name' =\u003e 'file', // input name or 'model' and 'attribute'\n        'url' =\u003e '', // upload url\n        'storedFiles' =\u003e [], // stores files\n        'eventHandlers' =\u003e [], // dropzone event handlers\n        'sortable' =\u003e true, // sortable flag\n        'sortableOptions' =\u003e [], // sortable options\n        'htmlOptions' =\u003e [], // container html options\n        'options' =\u003e [], // dropzone js options\n    ]\n)\n```\n\nyou can also register `devgroup\\dropzone\\UploadAction` and `devgroup\\dropzone\\RemoveAction` actions in your controller\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgroup-ru%2Fyii2-dropzone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgroup-ru%2Fyii2-dropzone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgroup-ru%2Fyii2-dropzone/lists"}