PHPackages                             caouecs/gumby2 - 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. caouecs/gumby2

AbandonedLibrary[Framework](/categories/framework)

caouecs/gumby2
==============

Gumby2 Framework in Laravel 4

0.1.0(12y ago)101493[1 PRs](https://github.com/caouecs/Laravel4-Gumby2/pulls)MITPHPPHP &gt;=5.3.0

Since Jul 5Pushed 6y agoCompare

[ Source](https://github.com/caouecs/Laravel4-Gumby2)[ Packagist](https://packagist.org/packages/caouecs/gumby2)[ RSS](/packages/caouecs-gumby2/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Laravel4-Gumby2
===============

[](#laravel4-gumby2)

This package includes UI modules of [Gumby Framework](http://www.gumbyframework.com) for a [Laravel](http://www.laravel.com) project.

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

[](#installation)

This package is available through Packagist and Composer.

Add `"caouecs/gumby2": "dev-master"` to your composer.json or run `composer require caouecs/gumby2`. Then you have to add `"Caouecs\Gumby2\Gumby2ServiceProvider"` to your list of providers in your `app/config/app.php`, and a big list of elements for aliases :

```
'Alert'           => 'Caouecs\Gumby2\Alert',
'Badge'           => 'Caouecs\Gumby2\Badge',
'Breadcrumb'      => 'Caouecs\Gumby2\Breadcrumb',
'Button'          => 'Caouecs\Gumby2\Button',
'Icon'            => 'Caouecs\Gumby2\Icon',
'Image'           => 'Caouecs\Gumby2\Image',
'Label'           => 'Caouecs\Gumby2\Label',
'Tabs'            => 'Caouecs\Gumby2\Tabs',
'Typography'      => 'Caouecs\Gumby2\Typography',
'Valign'          => 'Caouecs\Gumby2\Valign'

```

So, I recommend you use [Package Installer](https://github.com/rtablada/package-installer), Laravel4-Gumby2 has a valid provides.json file. After installation of Package Installer, just run `php artisan package:install caouecs/gumby2` ; the lists of providers and aliases will be up-to-date.

Requirements
------------

[](#requirements)

You must have last version of Gumby Framework, and the last version of GumbyUI-extras for breadcrumbs, tabs bottom, alerts with close…

Gumby Framework is available on the [official website](http://www.gumbyframework.com), on [GitHub](https://github.com/GumbyFramework/Gumby) and on Bower.

```
$ bower install gumby

```

GumbyUI-extras is available on [GitHub](https://github.com/caouecs/gumbyui-extras) and on Bower.

```
$ bower install gumbyui-extras

```

Recommandation
--------------

[](#recommandation)

This project is not yet stable version, and name of methods can change.

---

Buttons
-------

[](#buttons)

You can display buttons with Button class, you can choose design, color and size from Gumby Framework or from your personal css.

Displays a button with metro style, rounded, a large size, and with the color orange.

```
Button::large_rounded_warning("My text")
My text

```

Displays a button with pretty style, an icon of GitHub and more possibilities.

```
Button::pretty_primary("My other text", array("id" => "my_button"))->appendIcon("github")->tag("p")
My other text

```

Indicators
----------

[](#indicators)

You can choose between three different indicators : Alert, Badge and Label. It's the same principle than buttons.

Displays a secondary badge.

```
Badge::secondary("My new text")
My new text

```

Displays a alert box with close button

```
Alert::success("Youpi !")->close()

    &times;
    Youpi !

```

Breadcrumbs
-----------

[](#breadcrumbs)

You can display a simple breadcrumb.

```
Breadcrumb::create()->add("Home", "/")->add("News", "/news")->add("My News")
HomeNewsMy News

```

Icons
-----

[](#icons)

Gumby offers a big list of icons, you can display them with Icon class.

Displays the icon of GitHub

```
Icon::github()

```

Displays the icon of Twitter with a link

```
Icon::twitter()->link("https://twitter.com/caouecs")

```

Responsive Images
-----------------

[](#responsive-images)

You can have pretty images with Image class.

Displays a rounded image on six columns

```
Image::rounded_six("/img/my_image.png", "Nice")

```

Displays an image with Retina option

```
Image::polaroid_five("/img/my_second_image.png")->retina()

```

Tabs
----

[](#tabs)

Add tabs in your project with Tabs class.

Displays simple tabs

```
Tabs::normal()->add("Title 1", "Texte 1")->add("Title 2", "Texte 2", true)

        Title 1
        Title 2

        Texte 1

        Texte 2

```

Displays a vertical tabs, with the size of tab-nav (six columns)

```
Tabs::vertical_six()

```

Displays a bottom tabs

```
Tabs::bottom()

```

Displays a pill tabs

```
Tabs::pill()

```

Typography
----------

[](#typography)

Add colors to your texts.

```
Typography::primary("my text")
my text

```

Vertical Alignment
------------------

[](#vertical-alignment)

Vertically align images and text, with Valign class.

Displays a vertical alignment

```
Valign::create()->image("/img/my_image.png")->text("My text")

```

---

MIT Open Source License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4743d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/447849?v=4)[Fred Delrieu](/maintainers/caouecs)[@caouecs](https://github.com/caouecs)

---

Top Contributors

[![caouecs](https://avatars.githubusercontent.com/u/447849?v=4)](https://github.com/caouecs "caouecs (43 commits)")

---

Tags

laravellpmgumby2

### Embed Badge

![Health badge](/badges/caouecs-gumby2/health.svg)

```
[![Health](https://phpackages.com/badges/caouecs-gumby2/health.svg)](https://phpackages.com/packages/caouecs-gumby2)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M283](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k199.2M1.2k](/packages/laravel-sail)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k21.1M149](/packages/laravel-jetstream)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M169](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77018.2M127](/packages/laravel-mcp)[laravel-lang/publisher

Localization publisher for your Laravel application

2188.5M45](/packages/laravel-lang-publisher)

PHPackages © 2026

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