magefan / module-blog-graph-ql
magefan/module-blog-graph-ql
GrapQl for Magento 2 Blog extension by Magefan
GraphQL for Magento 2 Blog Module by Magefan
Magento 2 Blog GraphQL module allows you to create a PWA Blog on your Magento 2 Store.
Attention!!! If you use Magento lower then v2.3.4 please use BlogGraphQl extension v2.0.1. BlogGraphQl v2.0.2 is only for Magento 2.3.4 or greater.
🇺🇦 Stand with Ukraine! How can you help?
Demo
Try out our open demo and if you like our extension please give us some star on Github ★
| Storefront ReactJS Demo |
|
| view |
Requirements
- Magento Community Edition 2.4.x or Magento Enterprise Edition 2.4.x
- IMPORTANT! Magefan Blog Extension >= 2.9.1 . Please install this extension first if you use installation via FTP.
- IMPORTANT! Magefan Community Extension >= 2.0.8 . Please install this extension first if you use installation via FTP.
Online Documentation
Installation Instruction
Support
If you have any issues, please contact us
then if you still need help, open a bug report in GitHub's
issue tracker.
Please do not use Magento Marketplace Reviews or (especially) the Q&A for support.
There isn't a way for us to reply to reviews and the Q&A moderation is very slow.
Need More Features?
Please contact us to get a quote
https://magefan.com/contact
License
The code is licensed under EULA.
Magento Extensions by Magefan
Magento 2 SEO Extensions
- Magento SEO
- Magento 2 Rich Snippets
- Magento 2 HTML Sitemap
- Magento 2 XML Sitemap
- Magento 2 Twitter Cards
- Magento Open Graph Tags
Magento 2 Google Extensions
- Magento Google Tag Manager
- Magento 2 Google Analytics 4
- Magento Google Shopping Feed
- Magento Google Customer Reviews
- Magento 2 Google Indexing
Magento Speed Optimisation Extensions
- Magento 2 Google Page Speed Optimizer
- Magento 2 WebP Images
- Magento Full Page Cache Extension
- Magento 2 Lazy Load Images
- Magento 2 Defer JavaScript
Magento Admin Extensions
- Magento 2 Dynamic Category
- Magento 2 Size Chart
- Magento 2 Security Extension
- Magento 2 Admin Action Log
- Magento Extended Product Grid
- Magento 2 Product Tabs
- Magento 2 Product Widget
- Magento 2 Email Attachments
- Magento 2 Admin View
- Magento 2 Email Notifications
- Magento 2 Login As Customer
Magento Order Management Extensions
Magento 2 Blog Extensions
Magento Marketing Extensions
- Magento 2 Facebook Pixel
- Magento TikTok Pixel
- Magento 2 Dynamic Blocks and Pages
- Magento 2 Cookie Consent
- Magento 2 Base Price
- Magento 2 Price History
- Magento 2 Mautic Extension
- Magento 2 YouTube Video
Magento Promotions Extensions
Magento 2 Multi-Language Extensions
- Magento 2 Hreflang Tags
- Magento 2 Currency Switcher
- Magento 2 Language Switcher
- Magento 2 Store Switcher
- Magento 2 Translation Extension
Developers Tools
- Magento Zero Downtime Deployment
- Magento 2 Cron Schedule
- Magento 2 CLI Extension
- Magento 2 Conflict Detector
Shopify Apps by Magefan
- Shopify Login As Customer
- Shopify Blog
- Shopify Size Chart
- Shopify Google Indexer
- Shopify Product Feeds
- Shopify Server GTM & GA4
Magento 2 Services by Magefan
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 2.2.0 | stable | Fail | Not compatible Details | 2026-03-16 15:53:43 |
| 2.1.11 | stable | Not tested | Not yet tested Details | 2025-11-14 15:02:53 |
| 2.1.10 | stable | Not tested | Not yet tested Details | 2025-05-16 13:24:08 |
| 2.1.9 | stable | Not tested | Not yet tested Details | 2023-08-21 14:13:42 |
| 2.1.8 | stable | Not tested | Not yet tested Details | 2023-03-29 13:52:52 |
| 2.1.7 | stable | Not tested | Not yet tested Details | 2022-08-17 09:22:15 |
| 2.1.6 | stable | Not tested | Not yet tested Details | 2022-06-01 10:09:50 |
| 2.1.5 | stable | Not tested | Not yet tested Details | 2022-05-27 05:59:28 |
| 2.1.4 | stable | Not tested | Not yet tested Details | 2021-12-09 14:47:49 |
| 2.1.3 | stable | Not tested | Not yet tested Details | 2021-11-24 08:43:25 |
| 2.1.2 | stable | Not tested | Not yet tested Details | 2021-07-21 08:05:19 |
| 2.1.1 | stable | Not tested | Not yet tested Details | 2021-02-25 08:31:49 |
| 2.1.0 | stable | Not tested | Not yet tested Details | 2020-10-28 10:06:48 |
| 2.0.4 | stable | Not tested | Not yet tested Details | 2020-05-21 07:41:39 |
| 2.0.3 | stable | Not tested | Not yet tested Details | 2020-04-09 11:47:50 |
| 2.0.2 | stable | Not tested | Not yet tested Details | 2020-03-14 13:24:56 |
| 2.0.1 | stable | Not tested | Not yet tested Details | 2020-01-25 11:51:20 |
| 2.0.0 | stable | Not tested | Not yet tested Details | 2019-10-22 19:28:19 |
No dependencies declared
This package's composer.json doesn't declare any required, suggested, replaced, or conflicting packages.
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality
Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — 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 | Pass | 0 | |
| PHPMD | Warning | 17 | 17 rule violations (UnusedFormalParameter:6, CyclomaticComplexity:4, NPathComplexity:4, ExcessiveMethodLength:2, IfStatementAssignment:1) |
| Cpd | Pass | 0 | |
| Composer validate | Info | 2 | valid; 2 advisory notes (composer validate --strict) |
PHPStan
Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
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
Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.
No license declared
This package's composer.json doesn't declare a license, homepage, or authors. Check the source repository for terms of use.
More from magefan
View vendorImplements Blog functionality on Magento 2 store
Magefan_PluginSortOrderExample
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.