PHPackages                             blakepro/template - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. blakepro/template

ActiveLibrary

blakepro/template
=================

A simple class to create HTML from JSON file

1.7.5(3y ago)0349MITPHP

Since Apr 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/BlakePro/TemplateClassPHP)[ Packagist](https://packagist.org/packages/blakepro/template)[ RSS](/packages/blakepro-template/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (47)Used By (0)

Template Class (PHP / HTML)
===========================

[](#template-class-php--html)

A simple class to create HTML via PHP and template via JSON file

Install (via global Composer)
=============================

[](#install-via-global-composer)

```
composer require blakepro/template --no-cache

```

Install (via Composer.phar)
===========================

[](#install-via-composerphar)

```
php composer.phar require blakepro/template

```

Install Composer and Class (via Python)
=======================================

[](#install-composer-and-class-via-python)

```
curl -o installer.py https://raw.githubusercontent.com/BlakePro/Template/master/installer.py -H 'Cache-Control: no-cache' ; python installer.py;

```

Update (via Composer)
=====================

[](#update-via-composer)

```
php composer.phar update blakepro/template --no-cache

```

Not resolved packages use

```
php composer.phar update blakepro/template --ignore-platform-reqs

```

Usage PHP file
==============

[](#usage-php-file)

```
