PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: BladeOne
Standalone template engine that compiles into PHP
Author: By
Last change: Merge pull request #164 from fbett/master

CompileSet: Support Comparison
Date: 1 year ago
Size: 934 bytes
 

Contents

Class file image Download
{ "name": "eftec/bladeone", "description": "The standalone version Blade Template Engine from Laravel in a single php file", "type": "library", "keywords": [ "blade", "template", "view", "php", "templating" ], "homepage": "https://github.com/EFTEC/BladeOne", "license": "MIT", "authors": [ { "name": "Jorge Patricio Castro Castillo", "email": "jcastro@eftec.cl" } ], "require": { "php": ">=7.2.5", "ext-json": "*" }, "suggest": { "ext-mbstring": "This extension is used if it's active", "eftec/bladeonehtml": "Extension to create forms" }, "archive": { "exclude": [ "/examples" ] }, "autoload": { "psr-4": { "eftec\\bladeone\\": "lib/" } }, "autoload-dev": { "psr-4": { "eftec\\tests\\": "tests/" } }, "bin": [ "lib/bladeonecli" ], "require-dev": { "phpunit/phpunit": "^8.5.23" } }