PHPackages                             ahmjw/php-dom-view - 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. [Templating &amp; Views](/categories/templating)
4. /
5. ahmjw/php-dom-view

ActiveLibrary[Templating &amp; Views](/categories/templating)

ahmjw/php-dom-view
==================

Renders output to HTML view via DOM

v1.0.5(8y ago)0862Apache-2.0PHPPHP &gt;=5.3

Since Jan 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ahmjw/php-dom-view)[ Packagist](https://packagist.org/packages/ahmjw/php-dom-view)[ Docs](https://chupoo.introvesia.com)[ RSS](/packages/ahmjw-php-dom-view/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (7)Used By (2)

About
=====

[](#about)

A PHP library to extract and write variables to HTML page by using special attributes. It makes the creation of view be neat and simple. It completely separates view and controller. So, you don't need to write PHP code in view. It's the real view.

Author Profile
==============

[](#author-profile)

Ahmad ()

Homepage:

Requirements
============

[](#requirements)

- PHP 5.3 or later
- PSR-4 compatible autoloader
- Composer

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

[](#installation)

This library is developed to be installed via Composer. Make sure you have installed Composer in your computer. You can download it at URL .

Run this command below at command console.

```
composer require ahmjw/php-dom-view

```

Or make a file named as composer.json. Write down this code below.

```
{
    "require": {
        "ahmjw/chupoo-framework": "^1.0"
    }
}

```

Open the command console at the same directory with composer.json file. Execute this code below to install.

```
php composer.phar install

```

Autoloading
===========

[](#autoloading)

```
