# goomento/module-page-builder

> Goomento - The Free Magento Page Builder Extension, allows you to create unique Magento websites, landing pages using advanced animations, custom CSS, responsive designs, and more, without a line of code.

`composer require goomento/module-page-builder`

Canonical URL: https://packagento.com/goomento/module-page-builder

## At a glance

- **Vendor**: goomento (https://packagento.com/goomento.md)
- **Latest version**: 0.5.2 — released 2025-03-29
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/goomento/module-page-builder and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require goomento/module-page-builder:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## What it does

Goomento - The Free Magento Page Builder Extension, allows you to create unique Magento websites, landing pages using advanced animations, custom CSS, responsive designs, and more, without a line of code.

## README

![Goomento - Free Magento Page Builder Extension](https://i.imgur.com/jVUNmot.gif)

## 🚀 Goomento PageBuilder for Magento 2

> A lightweight, blazing-fast Magento 2 Page Builder extension that lets you build fully responsive, professional storefronts with an intuitive drag-and-drop interface.
Whether you’re a Magento developer, agency, or merchant — Goomento helps you create beautiful pages without touching a line of code.


* ✅ **100% visual editor match** — what you see is exactly what shows on the storefront
* ⚡ Super lightweight & blazing-fast Magento 2 Page Builder
* 🧱 Drag-and-drop builder for landing pages, banners, and custom blocks
* 🎨 Full control: custom HTML, CSS, animations & responsive design
* 🔍 SEO-friendly, mobile-first, and optimized for performance
* 🧩 Works out of the box with Luma, Porto, Fastest & more Magento 2 themes
* 💯 Free, open-source, and developer-friendly — no locked features


#### Table of contents

[Installation](#install-goomento)

[Demo](https://goomento.com/goomento-the-free-magento-page-builder-extension)

[Troubleshooting](https://github.com/Goomento/PageBuilder/wiki/Troubleshooting)

[Goomento vs Magento Page Builder](https://goomento.com/blog/post/goomento-page-builder-vs-magento-page-builder)

[Goomento - Magento Form Builder](https://goomento.com/magento-form-builder)

[Wiki](https://github.com/Goomento/PageBuilder/wiki/)

[REST API and GraphQL](https://github.com/Goomento/PageBuilderApi)

[Open An Issue](https://github.com/Goomento/PageBuilder/issues/new)

### Install Goomento

Run the following command in Magento 2 root folder:

```bash
composer require goomento/module-page-builder
php bin/magento module:enable Goomento_Core Goomento_PageBuilder
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```

Enable these caches in `Production mode` for best performance at `System > Tools > Cache Management`

**Pagebuilder Frontend**: Uses for frontend display, preview HTML ...

**Pagebuilder Backend**: Uses for registered controls data of widgets, system variables ...

### Setup

#### Create Landing Page (no coding)

To create Magento Landing Pages go to `Magento Backend > Goomento > Pages & Landing Pages`

> This will create your landing page, which will be accessible via the storefront. No further action required.

#### Embed Landing Page, Blocks, Pages to layout (requires coding)

To add Blocks, Pages to layout, using the `your-content-identifier` 
identifier at `Magento Backend > Goomento > Sections` to the layout `.xml` file.

```xml
<block class="PageBuilderRenderer" name="unique-block-name">
    <arguments>
        <argument name="identifier" xsi:type="string">your-content-identifier</argument>
    </arguments>
</block>
```

or template `.phtml` file

```php
<?= $block->getLayout()
    ->getBlock('PageBuilderRenderer')
    ->setIdentifier('your-content-identifier')
    ->toHtml(); ?>
```
- To export the template, click to `Export` button at each page builder content
- To import the template, go to `Magento Backend > Goomento > Importer`

See more at [wiki](https://github.com/Goomento/PageBuilder/wiki/) page

### Version Compatible

| Magento Version         | 2.3.x | 2.4.0 - 2.4.5-p3 | 2.4.6-x | 2.4.7-x | 2.4.8-x |
|:------------------------|:------|:-----------------|:--------|---------|---------|
| Community Edition (CE)  | ✅     | ✅                | ✅       | ✅       | ☑️      |
| Enterprise Edition (EE) | ✅     | ✅                | ✅       | ✅       | ☑️      |

### Themes Compatible

> Currently, Goomento doesn't fully support headless/PWA solutions such as Venia and Hyvä. 
Other themes such as Luma, Porto, Fastest ... are the best fit. We will soon adapt to all kind of themes.

| Theme Name   | Compatible |
|:-------------|:-----------|
| Blank + Luma | ✅          |
| Hyvä         | ❌          |
| PWA Themes   | ❌          |
| Porto        | ✅          |
| Fastest      | ✅          |
| Market       | ✅          |
| Other Themes | ✅          |

## Changelog

### 0.5.2 Supported 2.4.7-x and 2.4.8
- Added `Calltoaction` widget
- Added In-section popup

### 0.5.1 Fixed bugs
- Fixed bug with preview
- Upgraded fontawesome to 5.15.4
- Updated `Banner`, `Banner Slider`, `Navigation` widgets
- Removed `Calltoaction` widget
- Removed In-section popup

### 0.5.0 Added Dark mode
- Seperated Editor JS libs with Magento
- Updated color picker panel
- Added Dark mode
- Optimized loading

### 0.4.5 Fixed minor bugs
- Fixed minor bugs
- Added Documents to menu

### 0.4.4 Magento 2.4.6 & PHP8.2
- Fixed compatibility with Magento 2.4.6 & PHP8.2
- Fixed minor bugs
- Added Menu builder extension to module

### 0.4.3 Fix compatibility with Magento 2.4.6
- Fix issue #26
- Fixed minor bugs

### 0.4.2 Added Page Builder Content Widget
- Added Page Builder Content Widget (at Editor panel then search for `Page Builder`)
- Added Page Builder Content Tag
- Fixed minor bugs
- Added tooltip to drop zone
- Added `How to use` feature tour
- Added `Form Builder` widgets
- First release for verifying purchased product by Goomento
- Speed up the Editor

### 0.4.1 Fixed minor bugs
- Fixed minor bugs
- Added widget JS files

### 0.4.0 Optimize speed of loading
- Optimize speed of loading
- Optimize code of use
- Set `Inline editing` as default to all editable fields
- Set `Dynamic Tags` as default to all fields
- Fix Vimeo player on section

### 0.3.10 Checked compatible
- Checked compatible with Magento2
- Fixed minor bugs

### 0.3.9: Fixed minor bugs
- Fixed minor bugs
- Added widget preview
- Updates revisions control

### 0.3.8: Optimized speed loading
- Optimized speed loading
- Added Builder Assistance to specify page
- Fixed minor bugs

### 0.3.7: Fixed minor bugs
- Fixed minor bugs
- Fixed #18
- Updated style

### 0.3.6: Added CMS Page, Block
- Fixed minor bugs
- Added CMS Block Widget
- Added CMS Page Widget

### 0.3.4: Added CMS object to Tag
- Added CMS object to Tag
- Fixed minor bugs

### 0.3.3: Updated Revision mechanism
- Added revision hash mechanism 
- Added revision label
- Added Tag management
- Updated coding style
- Fixed minor bugs

### 0.3.2: Fixed minor bugs
- Fixed minor bugs
- Change panel layout

### 0.3.1: Fixed minor bugs
- Fixed minor bugs

### 0.3.0: New Editor Layout
- Added new Editor layout
- Fixed minor bugs
- Fixed media issues
- Enhanced Revision management

### 0.2.10: Optimized resources
- Fixed minor bugs
- Added Less files for customization
- Added preview for specific store view
- Optimized resources
- Added minify CSS proceed
- Optimized for PRODUCTION mode

### 0.2.9: Enhanced theme loader
- Enhanced theme loader
- Fixed minor bugs 
- Moved theme hooks to Goomento_Core module
- Removed unused resources

### 0.2.8: Added Inline Editor
- Added Menu widget
- Updated Sample Import Process 
- Added Inline Editor 

### 0.2.7: Fixed minor bugs
- Fixed minor bugs

### 0.2.6: Added and updated widgets
- Fixed minor bugs
- Added debug mode configuration
- Updated Banner, Banner Slider, Product + Product Slider widgets
- Added Facebook widgets, Magento widgets

### 0.2.5: Updated document
- Fixed minor bugs
- Updated document

### 0.2.4: Added more widgets
- Fixed minor bugs
- Enhanced CSS/JS loading
- Added more widgets

### 0.2.3: Added Builder Assistance & Landing Page
- Fixed minor bugs
- Enhanced CSS/JS loading
- Added Builder Assistance
- Removed Page Builder selection On CMS Page & CMS Block, use Builder Assistance Instead
- Added Landing Page

### 0.2.2: Added document and user guide
- Added document in repo https://github.com/Goomento/DocBuilder
- Added column order
- Added Product List widget
- Added Tabs to manage Settings
- Added URL replacement

### 0.2.1: Fixed minor bugs
- Fixed minor bugs
- Added editor column controls

### 0.2.0: Enhanced performance
- Reallocate file structure  
- Enhanced performance

### 0.1.7: RTL Added
- Enhanced widget renderer
- RTL Added

### 0.1.6: Enhanced widget renderer
- Fixed media URL issue
- Enhanced widget renderer

_(Changelog truncated for .md surface. Full history on https://packagento.com/goomento/module-page-builder.)_

## Recent Versions

| Version | Released |
|---|---|
| 0.5.2 | 2025-03-29 |
| 0.5.1 | 2024-04-14 |
| 0.5.0 | 2023-06-12 |
| 0.4.5 | 2023-05-28 |
| 0.4.4 | 2023-05-21 |
| 0.4.3 | 2023-04-22 |
| 0.4.2 | 2023-02-10 |
| 0.4.1 | 2023-01-29 |
| 0.4.0 | 2023-01-06 |
| 0.3.10 | 2022-11-27 |

Showing 10 of 36 versions. Full release history on https://packagento.com/goomento/module-page-builder.

## Dependencies

### Require

| Package | Constraint |
|---|---|
| goomento/module-core | >=1.0.13 |
| goomento/module-page-builder-api | >=1.0.0 |
| goomento/module-page-builder-sample-data | >=1.0.0 |
| snowdog/module-menu | ^2.20 |

## Quality

Latest release (0.5.2) fails the Packagento QA pipeline. Verdicts below are per-cell (Magento line × PHP version) for the matrixed tools, and run-once for the static / security tiers.


### Compatibility

Each Magento line is installed on its supported PHP versions, then the module is built (DI compile + static-content deploy). Cells show passed / failed / untested; staircase gaps render as `–`.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | Pass | Pass | – | – |
| 2.4.8 | – | Pass | 1 | – |
| 2.4.9 | – | – | 1 | 1 |


### Code Quality

Advisory checks against the module's source. Never affect the Compatibility verdict — a phpcs finding can't make a module incompatible.

#### Static Analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Fail | 1313 | 1 error, 1312 warnings (ruleset: Magento2) — 216 auto-fixable with phpcbf |
| PHPMD | Warning | 201 | 201 rule violations (ExcessiveMethodLength:42, IfStatementAssignment:26, UnusedFormalParameter:17, CyclomaticComplexity:13, NPathComplexity:13) |
| Cpd | Warning | 4 | 4 duplicated chunks spanning 229 total lines (min-lines=5, min-tokens=70) |
| Composer validate | Info | 4 | valid; 4 advisory notes (composer validate --strict) |

#### PHPStan

Type-checks the module against a real Magento install. Re-runs per Magento + PHP version because resolvable symbols differ between releases.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | 431 | 431 | – | – |
| 2.4.8 | – | 431 | 467 | – |
| 2.4.9 | – | – | 467 | 467 |


### Tests

Unit and integration suites run per Magento + PHP cell. Test failures speak to the module's behaviour, not its compatibility with a line, so they're reported here separately.

#### Unit Tests

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | – | – |
| 2.4.8 | – | N/A | N/A | – |
| 2.4.9 | – | – | N/A | N/A |

#### Integration Tests

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | – | – |
| 2.4.8 | – | N/A | N/A | – |
| 2.4.9 | – | – | N/A | N/A |


### Security

Dependency-advisory audit (composer audit) plus a source malware scan. A malware detection fails the version outright.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| Composer audit | Pass | 0 |  |
| Malware scan | Pass | 0 |  |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["goomento/module-page-builder"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

goomento is a Magento 2 vendor on Packagento. See https://packagento.com/goomento.md for their full catalogue.

