PHPackages                             alex-oliveira/ao-html - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alex-oliveira/ao-html

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alex-oliveira/ao-html
=====================

Resources for HTML with Laravel 5.1 + Bootstrap 3

030PHP

Since Nov 25Pushed 10y ago1 watchersCompare

[ Source](https://github.com/alex-oliveira/ao-html)[ Packagist](https://packagist.org/packages/alex-oliveira/ao-html)[ RSS](/packages/alex-oliveira-ao-html/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Ao-Html
=======

[](#ao-html)

Resources for HTML with Laravel 5.1 + Bootstrap 3

1) Installation
---------------

[](#1-installation)

```
$ composer require alex-oliveira/ao-html:dev-master

```

2) config/app.php
-----------------

[](#2-configappphp)

```
'providers' => [
    /*
     * Vendors Service Providers...
     */
    AoHtml\HtmlServiceProvider::class,
],
'aliases' => [
    /*
     * Vendors Facades
     */
    'Html' => AoHtml\HtmlFacade::class,
],

```

3) Template
-----------

[](#3-template)

Include package CSS in your template.

```
{!! html()->css() !!}

```

Include package JS in your template.

```
{!! html()->js() !!}

```

4) Elements
-----------

[](#4-elements)

```
html()->tabs();
html()->tab();
html()->panels();
html()->panel();
html()->form();
html()->input();
html()->select();
html()->textarea();
html()->button();

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5826507?v=4)[Alex Oliveira](/maintainers/alex-oliveira)[@alex-oliveira](https://github.com/alex-oliveira)

---

Top Contributors

[![alex-oliveira](https://avatars.githubusercontent.com/u/5826507?v=4)](https://github.com/alex-oliveira "alex-oliveira (18 commits)")

### Embed Badge

![Health badge](/badges/alex-oliveira-ao-html/health.svg)

```
[![Health](https://phpackages.com/badges/alex-oliveira-ao-html/health.svg)](https://phpackages.com/packages/alex-oliveira-ao-html)
```

###  Alternatives

[sdboyer/gliph

A graph library for PHP.

17129.3k1](/packages/sdboyer-gliph)[flowpack/task

A Task scheduler for Neos Flow

1138.7k1](/packages/flowpack-task)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
