PHPackages                             shibby/loilerplate - 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. shibby/loilerplate

ActiveLibrary[Framework](/categories/framework)

shibby/loilerplate
==================

My boilerplate for Laravel projects. Yes, i ALMOST use these packages on every project.

v1.1.1(9y ago)0833GPLPHPPHP &gt;=7.0

Since Feb 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/shibby/loilerplate)[ Packagist](https://packagist.org/packages/shibby/loilerplate)[ RSS](/packages/shibby-loilerplate/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (9)Versions (5)Used By (0)

[![StyleCi](https://camo.githubusercontent.com/8b1c31e652c646ca0b889922cfa9592f5211e4b6539fea5e7ee455d311ade1a3/68747470733a2f2f7374796c6563692e696f2f7265706f732f37363732363530392f736869656c643f7374796c653d706c6173746963)](https://camo.githubusercontent.com/8b1c31e652c646ca0b889922cfa9592f5211e4b6539fea5e7ee455d311ade1a3/68747470733a2f2f7374796c6563692e696f2f7265706f732f37363732363530392f736869656c643f7374796c653d706c6173746963)

*Since it's not a stable package, first of all you should avoid of using this.*

What?
-----

[](#what)

It's a Boilerplate for [Laravel](http://github.com/laravel/laravel) framework.

It contains and registers these packages by default:

- [kris/laravel-form-builder](https://github.com/kristijanhusak/laravel-form-builder)
- [laravelcollective/html](https://github.com/LaravelCollective/html)
- [doctrine/dbal](https://github.com/doctrine/dbal)
- [guzzlehttp/guzzle](https://github.com/guzzlehttp/guzzle)
- [predis/predis](https://github.com/predis/predis)
- [sofa/revisionable](https://github.com/jarektkaczyk/revisionable)
- [jenssegers/agent](https://github.com/jenssegers/agent)
- [rap2hpoutre/laravel-log-viewer --dev](https://github.com/rap2hpoutre/laravel-log-viewer)
- [barryvdh/laravel-ide-helper --dev](https://github.com/barryvdh/laravel-ide-helper)
- [barryvdh/laravel-debugbar --dev](https://github.com/barryvdh/laravel-debugbar)

\## Installation

Install package and dev-dependencies via composer

```
composer require barryvdh/laravel-ide-helper barryvdh/laravel-debugbar rap2hpoutre/laravel-log-viewer --dev

composer require shibby/loilerplate
```

Add service provider to config/app.php

```
'providers' => [
   // ...
   \Shibby\Loilerplate\LoilerplateServiceProvider::class,
]
```

Also add Facades to config/app.php

```
'aliases' => [
   // ...
   'Agent' => Jenssegers\Agent\Facades\Agent::class,
   'Form' => Collective\Html\FormFacade::class,
   'Html' => Collective\Html\HtmlFacade::class,
]
```

Publish vendors

```
php artisan vendor:publish
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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 ~34 days

Total

4

Last Release

3298d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f44c11729520e14620ab1a522cb1878119f37740350c1162449ec248c7f7d436?d=identicon)[shibby](/maintainers/shibby)

---

Top Contributors

[![shibby](https://avatars.githubusercontent.com/u/291643?v=4)](https://github.com/shibby "shibby (38 commits)")

### Embed Badge

![Health badge](/badges/shibby-loilerplate/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[oro/platform

Business Application Platform (BAP)

642140.7k104](/packages/oro-platform)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M514](/packages/shopware-core)

PHPackages © 2026

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