Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blakepro/template-class-php
A simple class to create HTML PHP from JSON file
https://github.com/blakepro/template-class-php
json mysql php
Last synced: about 5 hours ago
JSON representation
A simple class to create HTML PHP from JSON file
- Host: GitHub
- URL: https://github.com/blakepro/template-class-php
- Owner: BlakePro
- License: mit
- Created: 2019-06-23T04:55:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T02:31:16.000Z (about 2 years ago)
- Last Synced: 2024-04-22T22:21:56.327Z (7 months ago)
- Topics: json, mysql, php
- Language: PHP
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template Class (PHP / HTML)
A simple class to create HTML via PHP and template via JSON file
# Install (via global Composer)
```
composer require blakepro/template --no-cache
```# Install (via Composer.phar)
```
php composer.phar require blakepro/template
```# 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)
```
php composer.phar update blakepro/template --no-cache
```
Not resolved packages use
```
php composer.phar update blakepro/template --ignore-platform-reqs
```# Usage PHP file
```
'', 'name' => '', 'user' => '', 'password' => '']);//UTILITIES
$util = new blakepro\Template\Utilities(['encryption_key' => '']);```
# Documentation / Wiki[https://github.com/BlakePro/LibraryTemplatePHP/wiki](https://github.com/BlakePro/LibraryTemplatePHP/wiki)