https://github.com/pmvc-plugin/view_html
PMVC Html template engine
https://github.com/pmvc-plugin/view_html
pmvc-view view
Last synced: about 2 months ago
JSON representation
PMVC Html template engine
- Host: GitHub
- URL: https://github.com/pmvc-plugin/view_html
- Owner: pmvc-plugin
- Created: 2015-05-14T18:04:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T13:46:12.000Z (over 9 years ago)
- Last Synced: 2025-03-21T21:44:47.265Z (about 1 year ago)
- Topics: pmvc-view, view
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/pmvc-plugin/view_html)
[](https://packagist.org/packages/pmvc-plugin/view_html)
[](https://travis-ci.org/pmvc-plugin/view_html)
[](https://packagist.org/packages/pmvc-plugin/view_html)
[](https://packagist.org/packages/pmvc-plugin/view_html)
# PMVC View Html
===============
## Install with Composer
### 1. Download composer
* mkdir test_folder
* curl -sS https://getcomposer.org/installer | php
### 2. Install by composer.json or use command-line directly
#### 2.1 Install by composer.json
* vim composer.json
```
{
"require": {
"pmvc-plugin/view_html": "dev-master"
}
}
```
* php composer.phar install
#### 2.2 Or use composer command-line
* php composer.phar require pmvc-plugin/view_html