PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Uldis Nelsons   D3 System   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: D3 System
Framework to edit model data using CRUD interfaces
Author: By
Last change:
Date: 2 years ago
Size: 482 bytes
 

Contents

Class file image Download
{ "name": "d3yii2/d3system", "description": "Yii2 system", "keywords": ["Yii2","system"], "license": "BSD-4-Clause", "authors": [ { "name": "Uldis Nelsons", "email": "uldis@weberp.lv", "homepage": "http://www.weberp.lv/" } ], "homepage": "https://github.com/d3yii2/d3system", "require": { "php": ">=5.4.0", "yiisoft/yii2": "*", "d3yii2/yii2-datetime": "*" }, "autoload": { "psr-4": { "d3system\\": "" } } }