PHPackages                             lopezpaul/module-blog - 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. [Admin Panels](/categories/admin)
4. /
5. lopezpaul/module-blog

ActiveMagento2-module[Admin Panels](/categories/admin)

lopezpaul/module-blog
=====================

Content Management System for Blog.

10PHP

Since Mar 18Pushed 2y ago2 watchersCompare

[ Source](https://github.com/lopezpaul/magento2-module-blog)[ Packagist](https://packagist.org/packages/lopezpaul/module-blog)[ RSS](/packages/lopezpaul-module-blog/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

LopezPaul Blog
==============

[](#lopezpaul-blog)

Blog module for Adobe Commerce.

 [![Supported Magento Versions](https://camo.githubusercontent.com/a22f8d44d57a13e2d32ee3f3be109d6b62d86f9391e2e7784da24d2078127071/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e342e342b2d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/a22f8d44d57a13e2d32ee3f3be109d6b62d86f9391e2e7784da24d2078127071/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e342e342b2d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265) [ ![Maintained - Yes](https://camo.githubusercontent.com/04aba48520e6322ebc6c41b7995626a88ce408bd46ec4eb15ae474936b345276/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65642533462d7965732d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/lopezpaul/magento2-modules) [ ![](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667) ](https://opensource.org/licenses/MIT)

Table of contents
-----------------

[](#table-of-contents)

- [Summary](#summary)
- [Installation](#installation)
- [Usage](#usage)
- [Dependencies](#dependencies)
- [GraphQL](#graphql)
- [TODO](#todo-for-new-versions)

---

Summary
-------

[](#summary)

---

Create Admin Grid for manage Post table "lopezpaul\_blog\_post" with columns:

- id
- title
- content
- is\_draft
- created\_at
- updated\_at
- publish\_at

Installation
------------

[](#installation)

---

```
composer require lopezpaul/magento2-blog
bin/magento module:enable LopezPaul_Blog
bin/magento setup:upgrade

```

Usage
-----

[](#usage)

---

Enter to admin panel and login and go to `Content > LopezPaul > Blog`[![Menu](Assets/menu-blog.png)](Assets/menu-blog.png)

See list of post [![Index](Assets/grid-index.png)](Assets/grid-index.png)

Create or edit post [![Create](Assets/create-edit-post.png)](Assets/create-edit-post.png)

Search post [![Search](Assets/search.png)](Assets/search.png)You can use any filter and apply them to search Posts.

Permissions [![Roles](Assets/roles.png)](Assets/roles.png)Create User roles with the right permissions.

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

[](#dependencies)

---

- Magento\_Backend
- Magento\_Ui

Permissions
-----------

[](#permissions)

---

You can create new Role to set the right permissions

GraphQL
-------

[](#graphql)

---

[![GraphQL](Assets/GraphQL.png)](Assets/GraphQL.png)Go to your magento `/graphql`

```
query{
  posts{
    id
    title
    content
    is_draft
    created_at
    updated_at
    publish_at
  }
}

```

TODO for new versions
---------------------

[](#todo-for-new-versions)

---

1. Add images
2. Show posts in the frontend

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/708817?v=4)[Paul Lopez](/maintainers/lopezpaul)[@lopezpaul](https://github.com/lopezpaul)

---

Top Contributors

[![lopezpaul](https://avatars.githubusercontent.com/u/708817?v=4)](https://github.com/lopezpaul "lopezpaul (3 commits)")[![paul-lopez](https://avatars.githubusercontent.com/u/26527465?v=4)](https://github.com/paul-lopez "paul-lopez (3 commits)")

### Embed Badge

![Health badge](/badges/lopezpaul-module-blog/health.svg)

```
[![Health](https://phpackages.com/badges/lopezpaul-module-blog/health.svg)](https://phpackages.com/packages/lopezpaul-module-blog)
```

PHPackages © 2026

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