PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Uldis Nelsons   d3 PHP Printer Monitoring   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: d3 PHP Printer Monitoring
Display and alert about the status of a printer
Author: By
Last change:
Date: 2 years ago
Size: 455 bytes
 

Contents

Class file image Download
{ "name": "d3yii2/d3printer", "description": "Printer Monitoring", "type": "library", "keywords": [ "yii2" ], "authors": [ { "name": "Lauris Mierkalnns", "email": "lauris@weberp.lv" } ], "require": { "yiisoft/yii2": "*", "yii2mod/yii2-settings": "2.5", "guzzlehttp/guzzle": "^7.0", "ext-dom": "*", "ext-libxml": "*" }, "autoload": { "psr-4": { "d3yii2\\d3printer\\": "" } } }