PHPackages                             goomento/module-page-builder-api - 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. goomento/module-page-builder-api

ActiveMagento2-module

goomento/module-page-builder-api
================================

Rest API and GraphQL for Goomento - Magento Page Builder Extension.

1.0.2(2y ago)112.0k↓31.1%21OSL-3.0PHP

Since Nov 27Pushed 2y agoCompare

[ Source](https://github.com/Goomento/PageBuilderApi)[ Packagist](https://packagist.org/packages/goomento/module-page-builder-api)[ Docs](https://goomento.com)[ RSS](/packages/goomento-module-page-builder-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (1)

Public REST API and GraphQL for Goomento Page Builder Extension
===============================================================

[](#public-rest-api-and-graphql-for-goomento-page-builder-extension)

1. Install
----------

[](#1-install)

Run the following command in Magento 2 root folder to install this repository

```
composer require goomento/module-page-builder-api
php bin/magento module:enable Goomento_PageBuilderApi
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```

2. REST API request
-------------------

[](#2-rest-api-request)

Get JSON data of particular Goomento page builder base on `identifier` via REST API

Request:

```
GET /rest/V1//pagebuilder/identifier/
```

Example response:

```
{
    "settings": {},
    "elements": [],
    "title": "Goomento page builder response",
    "type": "page",
    "status": "publish",
    "update_time": "2022-09-02 08:50:59",
    "creation_time": "2022-09-02 08:50:59",
    "html": "Page Builder HTML.",
    "styles": [
        {
            "href": "https://example.com/pub/style.css",
            "content": "body {background: red};"
        }
    ]
}
```

3. GraphQL request
------------------

[](#3-graphql-request)

Get JSON data of particular Goomento page builder base on `identifier` via GraphQL

Request:

```
query {
    pagebuilder(identifier: "") {
        title
        status
        type
        html
        elements_content
        settings_content
        creation_time
        update_time
        styles {
            content
            href
        }
    }
}
```

Example response:

```
{
    "data": {
        "pagebuilder": {
            "title": "Goomento page builder response",
            "status": "publish",
            "type": "page",
            "html": "Page Builder HTML.",
            "elements_content": "[]",
            "settings_content": "{}",
            "creation_time": "2022-09-02 08:50:59",
            "update_time": "2022-09-02 08:50:59",
            "styles": [
                {
                    "href": "https://example.com/pub/style.css",
                    "content": "body {background: red};"
                }
            ]
        }
    }
}
```

### Note:

[](#note)

- `Publish` status must be `Yes`
- `Enable` config must be `Yes`
- `elements_content` and `settings_content` were encoded JSON data of page builder

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

1093d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/710453f051275fc50b778ea66e7987944d11b55ce005c0dc825d5a25814bcaed?d=identicon)[haihv433](/maintainers/haihv433)

---

Top Contributors

[![haihv433](https://avatars.githubusercontent.com/u/32940422?v=4)](https://github.com/haihv433 "haihv433 (3 commits)")

---

Tags

gomento-apigoomentogoomento-page-buildermagentomagento-graphqlmagento-rest-apimagento2magento 2magento 2 page buildermagento page buildergoomento page buildergoomento page builder rest apigoomento page builder rest fullgoomento page builder graphql

### Embed Badge

![Health badge](/badges/goomento-module-page-builder-api/health.svg)

```
[![Health](https://phpackages.com/badges/goomento-module-page-builder-api/health.svg)](https://phpackages.com/packages/goomento-module-page-builder-api)
```

###  Alternatives

[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.

10413.0k2](/packages/goomento-module-page-builder)[mageplaza/module-smtp

SMTP Extension for Magento 2 helps the owner of store simply install SMTP (Simple Mail Transfer Protocol) server which transmits the messages into codes or numbers

3015.9M8](/packages/mageplaza-module-smtp)[magepal/magento2-gmailsmtpapp

Magento 2 SMTP Extension - Configure Magento 2 to send all transactional email using Gmail, G Suite, Amazon SES, Office360, Mailgun, SendGrid, Mandrill or any other SMTP servers

3321.8M2](/packages/magepal-magento2-gmailsmtpapp)[magepal/magento2-googletagmanager

Google Tag Manager (GTM) for Magento 2 with Advance Data Layer

2671.5M4](/packages/magepal-magento2-googletagmanager)[yireo/magento2-webp2

Magento 2 module to add WebP support to the Magento frontend

2091.2M7](/packages/yireo-magento2-webp2)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1851.5M3](/packages/justbetter-magento2-sentry)

PHPackages © 2026

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