PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mahesh S   YII2 PHP Template Render Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: YII2 PHP Template Render Class
Render templates in any format with YII2 framework
Author: By
Last change:
Date: 5 years ago
Size: 623 bytes
 

Contents

Class file image Download
{ "name": "codespede/yii2-template-renderer", "description": "Facility for rendering data in any custom format/structure with just a parent-view, child-view and DataProvider", "keywords": ["yii", "template renderer", "rest", "web service", "api"], "minimum-stability": "dev", "authors": [ { "name": "Mahesh S Warrier", "email": "maheshs60@gmail.com" } ], "type": "yii2-extension", "require": { "php": ">=5.4.0", "yiisoft/yii2": "*" }, "autoload": { "psr-4": { "cs\\templaterenderer\\": "" } } }