PHPackages                             bootpress/bootstrap - 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/bootstrap

ActiveLibrary[Framework](/categories/framework)

bootpress/bootstrap
===================

Create Bootstrap grids, tables, forms, buttons, dropdowns, groups, navs, breadcrumbs, pagination, panels, accordions, carousels, etc ... all without touching a single div!

v1.1(9y ago)2609MITPHPPHP &gt;=5.4

Since Oct 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Kylob/Bootstrap)[ Packagist](https://packagist.org/packages/bootpress/bootstrap)[ RSS](/packages/bootpress-bootstrap/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

use BootPress\\Bootstrap\\v3\\Component as Bootstrap;
=====================================================

[](#use-bootpressbootstrapv3component-as-bootstrap)

[![Packagist](https://camo.githubusercontent.com/cc482b03d3ffa3e0da390247f75bb3d92b69f68f5feacc0407cd21ed82af49cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626f6f7470726573732f626f6f7473747261702e7376673f7374796c653d666c61742d737175617265266c6162656c3d5061636b6167697374)](https://packagist.org/packages/bootpress/bootstrap)[![License MIT](https://camo.githubusercontent.com/a7e65aee57b11d28e4caff8b945729a66be0bb663f7f93bd24c5aa65699f148e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![HHVM Tested](https://camo.githubusercontent.com/3422fab0fbdb2e50d74ced25d6df3e7e1be8b373f48c708a785f247a503409d1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4848564d2d5465737465642d3838393262662e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Kylob/Bootstrap)[![PHP 7 Supported](https://camo.githubusercontent.com/7dae9186d16bac6b5d5cee34d3bec4400516657b575bc1c784125d70a6871126/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f504850253230372d537570706f727465642d3838393262662e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Kylob/Bootstrap)[![Build Status](https://camo.githubusercontent.com/0d0f6d7d9ce50eb9cfe3e16c3d16ba8f40c742a026d8d14b5e6b978271ee862f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4b796c6f622f426f6f7473747261702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Kylob/Bootstrap)[![Code Climate](https://camo.githubusercontent.com/9915feb21047c16924024dc3c36a1ac443b2c26219fa24dcb21e26fa4ea9c94c/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f4b796c6f622f426f6f7473747261702e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/Kylob/Bootstrap)[![Test Coverage](https://camo.githubusercontent.com/b07064ee2c33d0469637c6492410f46ce0fe53d4eaa22b9f70392aa966d6268c/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f636f7665726167652f6769746875622f4b796c6f622f426f6f7473747261702e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/Kylob/Bootstrap/coverage)

The Bootstrap Component allows you to easily generate Bootstrap tables, navs, pagination, buttons, dropdowns, accordions, carousels ... you name it - all without touching a single div! Of course, if you like spelling it all out then there is really no need for this class. It is simply here to help make your code more readable, easy to update, and less buggy.

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

[](#installation)

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

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

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

[](#example-usage)

```
