The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
99
Ready for Magento 2.4
63
Need Your Help
Popular Module Potentially Abandoned v1.0.1

IntegerNet_EnableSwagger Magento Module

integer-net/magento2-enable-swagger

Adds the option to re-enable Swagger via configuration. It's disabled in production mode since Magento 2.4.4.

141,687
Downloads
Below average
9
GitHub Stars
Below average
3y ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
L9 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.1 on Magento 2.4.8-p3
Dec 15, 2025
v1.0.1 on Magento 2.4.8-p2
Aug 14, 2025
v1.0.1 on Magento 2.4.8
May 18, 2025
v1.0.1 on Magento 2.4.7-p4
Feb 15, 2025
v1.0.1 on Magento 2.4.7-p3
Oct 15, 2024
v1.0.1 on Magento 2.4.7-p2
Sep 8, 2024

+4 older tests

GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

Share This Module's Status

IntegerNet_EnableSwagger Magento Module Magento compatibility status badge

README

Loaded from GitHub

IntegerNet_EnableSwagger Magento Module

Latest Version on Packagist Software License


Adds the option to re-enable Swagger via configuration. It's disabled in production mode since Magento 2.4.4.

Installation

  1. Install it into your Magento 2 project with composer:

    composer require integer-net/magento2-enable-swagger
    
  2. Enable module

    bin/magento setup:upgrade
    

Configuration

Enable swagger for your environment:

bin/magento config:set --lock-env dev/swagger/active 1

We recommend using the --lock-env switch so this configuration doesn't get lost when importing a database dump.

We recommend to not enable Swagger if there are no other access restrictions in place. These can be:

  • Required VPN
  • Basic Auth
  • Access restricted to predefined IPs

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email security@integer-net.de instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules