PHPackages                             bootpress/page - 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. [Framework](/categories/framework)
4. /
5. bootpress/page

ActiveLibrary[Framework](/categories/framework)

bootpress/page
==============

Manipulate every part of an HTML Page at any time.

v1.3.1(1y ago)01.7k[1 issues](https://github.com/Kylob/Page/issues)10MITPHPPHP &gt;=5.4

Since Sep 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Kylob/Page)[ Packagist](https://packagist.org/packages/bootpress/page)[ Docs](https://www.bootpress.org/components/page.html)[ RSS](/packages/bootpress-page/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (7)Dependencies (6)Versions (9)Used By (10)

use BootPress\\Page\\Component as Page;
=======================================

[](#use-bootpresspagecomponent-as-page)

[![Packagist](https://camo.githubusercontent.com/c274ec7119d2eeafea0a80dd6186d302742325ab36ea58a1a56782784d74be05/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626f6f7470726573732f706167652e7376673f7374796c653d666c61742d737175617265266c6162656c3d5061636b6167697374)](https://packagist.org/packages/bootpress/page)[![License MIT](https://camo.githubusercontent.com/a7e65aee57b11d28e4caff8b945729a66be0bb663f7f93bd24c5aa65699f148e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![HHVM Tested](https://camo.githubusercontent.com/3422fab0fbdb2e50d74ced25d6df3e7e1be8b373f48c708a785f247a503409d1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4848564d2d5465737465642d3838393262662e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Kylob/Page)[![PHP 7 Supported](https://camo.githubusercontent.com/7dae9186d16bac6b5d5cee34d3bec4400516657b575bc1c784125d70a6871126/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f504850253230372d537570706f727465642d3838393262662e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Kylob/Page)[![Build Status](https://camo.githubusercontent.com/e40342fab7e26fa869f0406b2e44bee1419466a2cd7822e982c1c08fc2a52d4a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4b796c6f622f506167652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Kylob/Page)[![Code Climate](https://camo.githubusercontent.com/e87346a7021d65567fa9a52bab168fe688497b248da8a0fa43cd9f4af85ec273/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f4b796c6f622f506167652e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/Kylob/Page)[![Test Coverage](https://camo.githubusercontent.com/7e191a9c3f1b8bd1fb37e474987c7124dad079d6d3480e0619e197540b40925e/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f636f7665726167652f6769746875622f4b796c6f622f506167652e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/Kylob/Page/coverage)

A framework agnostic HTML framework that allows you to manipulate every part of an HTML Page at any time.

Installation
------------

[](#installation)

Add the following to your `composer.json` file.

```
{
    "require": {
        "bootpress/page": "^1.0"
    }
}
```

Example Usage
-------------

[](#example-usage)

```
