# VanOns/laraberg

A Gutenberg implementation for Laravel

Repository: https://github.com/VanOns/laraberg
Canonical: https://ross.abutalabs.com/products/laraberg
Language: PHP
License: GPL-3.0
License Family: copyleft
Topics: laravel, gutenberg
Last push: 2024-12-17T08:53:20+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2766, "days_push": 624, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1371, forks 141 (observed 2026-08-28T04:04:32.183685+00:00)

## What it is
Laraberg is a Laravel package that integrates the WordPress Gutenberg block editor into Laravel applications. It handles the communication and data plumbing needed for Gutenberg to work outside WordPress, replacing a textarea with a full block editor.

## Use cases
- add a gutenberg block editor to a laravel app
- rich content editing for laravel models
- replace a textarea with a block editor in a laravel form
- let users create page content with blocks in laravel
- save gutenberg content to eloquent models
- build a cms with block-based editing in laravel

## When to choose
- you are building a Laravel or PHP application and want WordPress-style block editing
- you need Gutenberg content stored on your own Eloquent models
- you want a maintained open-source integration rather than building the editor wiring yourself

## When to avoid
- your project is not Laravel/PHP based
- you only need a simple rich text editor without block-based editing
- you cannot include React, ReactDOM, Moment and jQuery dependencies on the page
- you need full WordPress media library or plugin block ecosystem compatibility

## Facets
- artifact type: library
- maturity: active
- function: editor, ui-components, templating
- domain: web-development, cms, text-editors, backend
- platform: php, browser
- tags: laravel, gutenberg, block-editor, rich-text-editor, wordpress-editor, web-server

## Member repositories
- VanOns/laraberg (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:32.183685+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:40:48.986553+00:00, confidence not recorded.
  - readme: https://github.com/VanOns/laraberg (fetched 2026-08-28T04:04:32.183685+00:00, sha 8e58f5799680)
- Data as of 2026-08-30T08:39:29.467469+00:00.
