PHPackages                             gguney/barista - 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. [Templating &amp; Views](/categories/templating)
4. /
5. gguney/barista

ActiveLibrary[Templating &amp; Views](/categories/templating)

gguney/barista
==============

Improved HTML Builder for Laravel. Highly suggested to use with 'gguney/hammal' package.

v1.1(7y ago)1210MITPHPPHP &gt;=5.6 || 7.0

Since Mar 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gguney/barista)[ Packagist](https://packagist.org/packages/gguney/barista)[ Docs](https://github.com/gokhanguneygg/barista)[ RSS](/packages/gguney-barista/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Barista - Form Builder for Laravel
==================================

[](#barista---form-builder-for-laravel)

Let the Barista makes you a coffee. Just sit and relax. Tell the Barista to build your form and your form will build from scratch. Yeah, I know Laravel has built-in form support yet this package make the process even simpler. It supports build forms from a DataModel. DataModel is included in another package called "model-courier" by gguney.

### Requirements

[](#requirements)

- Barista works with PHP 5.6 or above.

### Installation

[](#installation)

```
$ composer require gguney/barista
```

### Usage

[](#usage)

Add package's service provider to your config/app.php

```
...
        GGuney\Barista\BaristaProvider::class,
...
		    'aliases' => [
...
        'Barista' => Barista\Facades\Barista::class,
    ],
...
```

Then write this line on cmd.

```
$ php artisan vendor:publish
```

This will publish barista.php config file to your app's config folder. So you can change views just by changing this config file.

### Author

[](#author)

Gökhan Güney -

### License

[](#license)

Barista is licensed under the MIT License - see the `LICENSE` file for details

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~78 days

Total

2

Last Release

2885d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b6ec9f80ae75f823f3ded30ef636a0cb8525bc9d3648ad4e14266ebea3e3afb?d=identicon)[gguney](/maintainers/gguney)

---

Top Contributors

[![gguney](https://avatars.githubusercontent.com/u/16459896?v=4)](https://github.com/gguney "gguney (88 commits)")

---

Tags

Automatic HTML Builder

### Embed Badge

![Health badge](/badges/gguney-barista/health.svg)

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

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

545.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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