PHPackages                             aperdia/aperdiaui - 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. aperdia/aperdiaui

ActiveLibrary[Framework](/categories/framework)

aperdia/aperdiaui
=================

UI Basis for Laravel 5.5

3.2.2(6y ago)24.8k↓50%1MITPHPPHP &gt;=7.0.0

Since Aug 24Pushed 5y ago2 watchersCompare

[ Source](https://github.com/Aperdia/aperdiaui)[ Packagist](https://packagist.org/packages/aperdia/aperdiaui)[ RSS](/packages/aperdia-aperdiaui/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (32)Used By (0)

AperdiaUI
=========

[](#aperdiaui)

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

### Configuration

[](#configuration)

Then you can add theses aliases in your `app/config/app.php`:

```
'Alert'           => 'Aperdia\AperdiaUI\Alert',
'Breadcrumb'      => 'Aperdia\AperdiaUI\Breadcrumb',
'Form'            => 'Aperdia\AperdiaUI\Form'

'Aperdia\\AperdiaUI\\Provider\\AperdiaUIServiceProvider'

```

---

Alerts
------

[](#alerts)

You can display alerts with Alert class, you can choose design from Bootstrap or from your personal css.

Displays a alert box with class "alert-success".

```
Alert::success("Youpi !")

```

Displays a error box with close button

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

```

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

[](#breadcrumbs)

You can display a simple breadcrumb.

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

```

Dropdowns
---------

[](#dropdowns)

You can display dropdowns with Dropdown class.

```
Dropdown::create("Admin")
    ->addText("Header 1")
    ->addLink("Link 1", "/edit")
    ->addLink("Link 2", "/delete")
    ->addDivider()
    ->addLink("Link 4", "/delete")

```

Form
----

[](#form)

\### Input for group form

Input with type text, url, email...

```
Form::inputGroup($type_input, $name_input, $title, $value, $errors_from_Laravel, $attributes, $help)

```

Input with translation

```
Form::inputMultiLanguageGroup($languages, $type_input, $name_input, $title, $value, $errors_from_Laravel, $attributes, $help)

```

Select

```
Form::selectGroup($name_input, $title, $list, $value, $errors_from_Laravel, $attributes, $help)

```

Textarea

```
Form::textareaGroup($name_textarea, $title, $value, $errors_from_Laravel, $attributes, $help)

```

Textarea with translation

```
Form::textareaMultiLanguageGroup($languages, $name_textarea, $title, $value, $errors_from_Laravel, $attributes, $help)

```

Checkbox

```
Form:::checkboxGroup($name_checkbox, $title, $value, $input, $errors_from_Laravel, $attributes, $help)

```

Input radio

```
Form::radioGroup($name_radio, $title, $choices, $value, $errors_from_Laravel, $attributes, $help)

```

Submit

```
Form::submitGroup($options, $attributes)

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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

Every ~36 days

Recently: every ~134 days

Total

30

Last Release

2484d ago

Major Versions

1.1.3 → 2.0.02017-06-12

2.0.6 → 3.0.02017-09-23

PHP version history (2 changes)1.0.0PHP &gt;=5.3.0

2.0.0PHP &gt;=7.0.0

### 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 (92 commits)")

---

Tags

laravelbulma.io

### Embed Badge

![Health badge](/badges/aperdia-aperdiaui/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)

PHPackages © 2026

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