PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Uldis Nelsons   YII2 D3 PHP Accounting   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: YII2 D3 PHP Accounting
Accounting module for YII2 based applications
Author: By
Last change:
Date: 2 years ago
Size: 534 bytes
 

Contents

Class file image Download
{ "name": "d3yii2/yii2-d3acc", "description": "Yii2 accounting module, accounts and periods", "keywords": ["Yii2","accountig", "accounts", "balance", "periods"], "license": "BSD-4-Clause", "authors": [ { "name": "Uldis Nelsons", "email": "uldis@weberp.lv", "homepage": "http://www.weberp.lv/" } ], "require": { "php": ">=5.4.0", "yiisoft/yii2": "*" }, "autoload": { "psr-4": { "d3acc\\": "" } } }