PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Oliver Lillie   PHP Custom Tags   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: .
Class: PHP Custom Tags
Template engine based on tags similar to HTML
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 607 bytes
 

Contents

Class file image Download
{ "name": "buggedcom/customtags", "description": "Allows you to create HTML custom tags that aids in templating and providing easy to use extendable functionality that designers find easy to work with.", "keywords": ["html","tags","custom-tags","custom tags","markup"], "license": ["MIT"], "authors": [ { "name": "Oliver Lillie", "email": "ollie@buggedcom.co.uk", "role": "Lead Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "CustomTags\\CustomTags": "lib/" } } }