PHPackages                             tentapress/builder - 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. tentapress/builder

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

tentapress/builder
==================

0.6.14(2mo ago)011MITVuePHP ^8.2

Since Feb 26Pushed 2mo agoCompare

[ Source](https://github.com/tentaplane/plugin-builder)[ Packagist](https://packagist.org/packages/tentapress/builder)[ RSS](/packages/tentapress-builder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (10)Versions (10)Used By (0)

Builder
=======

[](#builder)

Visual drag-and-drop builder for TentaPress pages and posts.

Plugin Details
--------------

[](#plugin-details)

FieldValueID`tentapress/builder`Version0.6.14Provider`TentaPress\\Builder\\BuilderServiceProvider`Features
--------

[](#features)

- Visual block canvas for pages and posts
- Drag/drop block ordering
- Inspector controls for block fields
- Essential presentation controls via `props.presentation`
- Live theme preview via non-iframe server document fragments
- Global content preview support for full-screen builder flows, including active theme assets
- Global content reference blocks show the referenced title in builder summaries
- Preview-safe block rendering for third-party embeds (thumbnail/placeholder instead of live iframe execution)
- Built-in starter patterns
- Undo/redo and keyboard shortcuts

Dependencies
------------

[](#dependencies)

- `tentapress/blocks`
- `tentapress/pages`
- `tentapress/posts`
- `tentapress/admin-shell`

Data Model Integration
----------------------

[](#data-model-integration)

This plugin stores builder output in the `blocks` JSON column and uses `editor_driver = builder`.

Preview Transport
-----------------

[](#preview-transport)

Builder preview uses non-iframe server fragments via:

- `/admin/builder/snapshots/{token}/document` JSON transport

Third-Party Theme Preview Contract
----------------------------------

[](#third-party-theme-preview-contract)

Builder preview renders using the active theme's normal layout view resolution. No preview-specific layout files are required.

### Migration Guide (Legacy Theme -&gt; Contract Views)

[](#migration-guide-legacy-theme---contract-views)

1. Keep output compatible with CSS-only preview:
    - include the same structural chrome (header/content/footer),
    - do not depend on runtime JS behavior for editor fidelity.
2. Validate block marker compatibility:
    - builder injects `data-tp-builder-block-index` wrappers in preview output;
    - ensure these wrappers are not stripped by layout logic.
3. Verify fallback parity:
    - compare contract view output against standard public layout output for representative pages/posts.
4. Rollout guidance:
    - use fragment mode by default (`tp.builder.preview_mode=fragment`);
    - keep iframe fallback only as temporary rollback if explicitly enabled in environments where needed.

### Verification Checklist

[](#verification-checklist)

- Preview loads with no iframe dependency.
- Standard theme layouts render correctly for each supported layout key.
- Selected block highlighting/click mapping works in preview.
- No public front-end rendering regressions for pages/posts.

Asset Build
-----------

[](#asset-build)

```
cd plugins/tentapress/builder
bun install
bun run build
```

If Bun is not available:

```
npm install
npm run build
```

Development
-----------

[](#development)

```
php artisan tp:plugins sync
php artisan tp:plugins enable tentapress/builder
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance87

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

Total

9

Last Release

72d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/11545f8e3c50e6d1466ac2948bd15c952a2dc721ba413cfd9f72334a33715f1a?d=identicon)[csoutham](/maintainers/csoutham)

---

Top Contributors

[![csoutham](https://avatars.githubusercontent.com/u/576413?v=4)](https://github.com/csoutham "csoutham (35 commits)")

### Embed Badge

![Health badge](/badges/tentapress-builder/health.svg)

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

###  Alternatives

[doctrine/deprecations

A small layer on top of trigger\_error(E\_USER\_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.

1.8k473.4M32](/packages/doctrine-deprecations)

PHPackages © 2026

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