PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOneHtml   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: BladeOneHtml
Create HTML forms using compiled templates
Author: By
Last change:
Date: 3 years ago
Size: 978 bytes
 

Contents

Class file image Download
{ "name": "eftec/bladeonehtml", "description": "The standalone version Blade Template Engine from Laravel in a single php file", "version": "1.0", "type": "library", "keywords": [ "blade", "template", "view", "php", "templating" ], "homepage": "https://github.com/EFTEC/BladeOneHtml", "license": "MIT", "authors": [ { "name": "Jorge Patricio Castro Castillo", "email": "jcastro@eftec.cl" } ], "config": { "platform": { "php": "5.6.1" } }, "require": { "php": ">=5.6", "ext-json": "*", "eftec/bladeone": "^3.38.1" }, "autoload": { "psr-4": { "eftec\\bladeonehtml\\": "lib/" } }, "autoload-dev": { "psr-4": { "eftec\\tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "^5.7" }, "scripts": { "sniff": [ "phpcs --extensions=php ." ], "fix": [ "php-cs-fixer fix", "phpcbf --extensions=php ." ] } }