PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Uldis Nelsons   d3files   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: d3files
Output widgets to handle uploaded files using YII2
Author: By
Last change:
Date: 5 years ago
Size: 723 bytes
 

Contents

Class file image Download
{ "name": "d3yii2/d3files", "description": "Extension for file uploading and attaching to the models", "keywords": ["files","uploader","widget","yii2","attachments"], "license": "BSD-4-Clause", "authors": [ { "name": "Ivars Jukams", "email": "ivars.ju@gmail.com", "role": "Developer" }, { "name": "Uldis Nelsons", "email": "uldis@weberp.lv", "role": "Developer" } ], "homepage": "https://github.com/d3yii2/d3files", "require": { "php": ">=5.4.0", "yiisoft/yii2": "~2.0.0" }, "autoload": { "psr-4": { "d3yii2\\d3files\\": "" } } }