PHPackages                             pport/htmlparser - 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. pport/htmlparser

ActivePackage

pport/htmlparser
================

Frontend HTML Templating to a PHP Backend : pPort Html Parser lets you embed PHP logic in your markup. Use it with a PHP Backend to render your application's views on the server side.

087PHP

Since Aug 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/macmuriithi/pport-htmlparser)[ Packagist](https://packagist.org/packages/pport/htmlparser)[ RSS](/packages/pport-htmlparser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

README
======

[](#readme)

Pport HTMLParse Package : Enables writing of front-end interfaces with PHP as HTML tags.

Installation
============

[](#installation)

Install pport\\htmlparser using composer :

```
composer require pport/htmlparser

```

To Create FrontEnd Applications Supported
-----------------------------------------

[](#to-create-frontend-applications-supported)

#### 1. Create a Front-End HTML. Ensure you include pport-reactive.js . Your HTML templates need to be placed in tag

[](#1-create-a-front-end-html-ensure-you-include-pport-reactivejs--your-html-templates-need-to-be-placed-in--tag)

```
>

      Reactive.start();

```

#### 2. On your server implement your logic to receive and execute the requests into pure HTML templates

[](#2-on-your-server-implement-your-logic-to-receive-and-execute-the-requests-into-pure-html-templates)

```
