PHP Classes

File: vendor/eftec/bladeone/composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP PDO Login System One   vendor/eftec/bladeone/composer.json   Download  
File: vendor/eftec/bladeone/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PDO Login System One
Authenticate users with records on MySQL using PDO
Author: By
Last change:
Date: 3 years ago
Size: 1,220 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" } ], "extra": { "branch-alias": { "dev-master": "3.37-dev" } }, "config": { "platform": { "php": "5.6.1" } }, "require": { "php": ">=5.6", "ext-json": "*" }, "suggest": { "ext-mbstring": "This extension is used if it's active" }, "archive": { "exclude": [ "/examples" ] }, "autoload": { "psr-4": { "eftec\\bladeone\\": "lib/" } }, "autoload-dev": { "psr-4": { "eftec\\tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "^5.7", "squizlabs/php_codesniffer": "^3.5.4", "friendsofphp/php-cs-fixer": "^2.16.1" }, "scripts": { "sniff": [ "phpcs --extensions=php ." ], "fix": [ "php-cs-fixer fix", "phpcbf --extensions=php ." ] } }