PHPackages                             lionart/edifice - 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. lionart/edifice

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

lionart/edifice
===============

Advanced Form Builder for Laravel 4 Framework

06JavaScript

Since Jun 19Pushed 13y ago1 watchersCompare

[ Source](https://github.com/GhaziTriki/edifice)[ Packagist](https://packagist.org/packages/lionart/edifice)[ RSS](/packages/lionart-edifice/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Edifice - Laravel 4 From Builder
================================

[](#edifice---laravel-4-from-builder)

A Laravel 4 form builder package inspired from formtastic and using Foundation CSS framework.

Edifice use Laravel Syntax with some addition. The learning curve is not painful. You use richer Laravel syntax.

[![Build Status](https://camo.githubusercontent.com/b5946f2cae0875e6ac6fd482482d6eae29d55692497e14e32343e6ddf88f8f2d/68747470733a2f2f7472617669732d63692e6f72672f4c696f6e4172742f656469666963652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/LionArt/edifice)

Compatibility
-------------

[](#compatibility)

Edifice is compatible with Laravel 4.0.x

Version 1.0 RoadMap
-------------------

[](#version-10-roadmap)

- Implement Foundation CSS 4 From components.
- Implement input form types.
- Implement HTML 5 inputs( color, date... )
- Implement checkbox list and radio list.
- Implement fieldset.
- Implement select.
- Add auto transltion feature.
- Handle validation error display.
- Implement MetroUI CSS 0.95 From components.
- Implement Bootstrap CSS 2 From components.
- Implement CSS Horus 1 From components.
- Implement Responsable CSS 1 From components.
- Implement Skeleton CSS 1 From components.

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

[](#installation)

Install configuration file :

php artisan config:publish lionart/edifice

In app.php Laravel confiuration file add this line to providers :

```
    'Lionart\Edifice\EdificeServiceProvider'
```

And the line below to aliases :

```
    'Edifice' => 'Lionart\Edifice\Support\Facades\Edifice'
```

Do not forget to load Foundation CSS &amp; JavaScript files:  &amp;

Creating an input with a label
------------------------------

[](#creating-an-input-with-a-label)

```
Edifice::text('first_name',
              'John Doe',
              array('label' => array
                       (
                            // Custom Edifice properties
                           'text' => 'First Name',
                           'align' => 'left | right',
                           'inline' => 'true | false',
                           'error' => 'Error message'
                           // HTML Attributes
                           'class' = 'red...',
                           'id' => 'label_id'
                       )
                   )
              );
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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/4991088?v=4)[Ghazi Triki](/maintainers/GhaziTriki)[@GhaziTriki](https://github.com/GhaziTriki)

---

Top Contributors

[![GhaziTriki](https://avatars.githubusercontent.com/u/4991088?v=4)](https://github.com/GhaziTriki "GhaziTriki (91 commits)")

### Embed Badge

![Health badge](/badges/lionart-edifice/health.svg)

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

###  Alternatives

[outlandish/oowp

A plugin for WordPress that makes post types easier to manage

415.4k](/packages/outlandish-oowp)[fundevogel/tiny-phpeanuts

A tiny PHP library for creating SVG donut (and pie) charts.

1315.1k1](/packages/fundevogel-tiny-phpeanuts)

PHPackages © 2026

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