PHPackages                             ntuple/laravel-blockbuilder - 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. ntuple/laravel-blockbuilder

ActiveProject

ntuple/laravel-blockbuilder
===========================

0.1.0(7y ago)2101MITHTMLPHP &gt;=5.6

Since Dec 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ntuple/laravel-blockbuilder)[ Packagist](https://packagist.org/packages/ntuple/laravel-blockbuilder)[ RSS](/packages/ntuple-laravel-blockbuilder/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Laravel Block Builder
=====================

[](#laravel-block-builder)

> Laravel Block Builder, Easy way to create a static block from SQL !

Laravel Block Builder. Got inspired from CrudBooster's StaticBlock Feature.

Features
--------

[](#features)

- Easy to Use Shortcode
- Use of SQL Query to Create Blocks
- Many more...

Install
-------

[](#install)

Via Composer

```
composer require ntuple/laravel-blockbuilder:0.1.0

```

#### Publish the Configuration

[](#publish-the-configuration)

Publish assets

```
php artisan vendor:publish --provider=Ntuple\BlockBuilder\BlockBuilderServiceProvider
```

Usages
------

[](#usages)

#### Enable ShortCode

[](#enable-shortcode)

```
return view('view')->withShortcodes();
```

#### Add to Layout Blade

[](#add-to-layout-blade)

Add following to HEAD section of your Layout Blade

```
@include('blockbuilder::includes.pagkages')

```

#### ShortCode for Blocks

[](#shortcode-for-blocks)

```
[block type='table']
    {
        "label": ["name", "email"],
        "sql": "select * from users;"
    }
[/block]

```

Credits
-------

[](#credits)

1. Laravel Shortcode [webwizo](https://github.com/webwizo/laravel-shortcodes)
2. Laravel Framework by [Taylor Otwell](https://github.com/laravel/laravel)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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

2712d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27aabff9004ef55f734de9f6ce754388597e1a8d6b5623f966bb3bb8a2224e71?d=identicon)[ntuple](/maintainers/ntuple)

---

Top Contributors

[![ntuple](https://avatars.githubusercontent.com/u/380662?v=4)](https://github.com/ntuple "ntuple (10 commits)")[![webwizo](https://avatars.githubusercontent.com/u/1593953?v=4)](https://github.com/webwizo "webwizo (1 commits)")

---

Tags

laravellaravel-5-packagelaravel-blockshortcodestatic-blockslaravel

### Embed Badge

![Health badge](/badges/ntuple-laravel-blockbuilder/health.svg)

```
[![Health](https://phpackages.com/badges/ntuple-laravel-blockbuilder/health.svg)](https://phpackages.com/packages/ntuple-laravel-blockbuilder)
```

###  Alternatives

[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[monstrex/voyager-site

Voyager Site package

161.5k](/packages/monstrex-voyager-site)

PHPackages © 2026

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