mageproxy / connector-magento2
Integration with mageproxy.io
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:magento2-module
pkg:composer/mageproxy/connector-magento2
Requires
- php: ~7.4.0||~8.1.0||~8.1.0||~8.2.0||~8.3.0
- ext-json: *
- magento/framework: *
- magento/module-csp: *
- magento/module-require-js: *
This package is auto-updated.
Last update: 2025-10-05 08:51:00 UTC
README
This package provides the connector for Magento 2 to integrate with the MageProxy platform for optimized JavaScript bundling, minification and more... To find out more, visit our website.
Installation
composer require mageproxy/connector-magento2 bin/magento module:enable Mageproxy_Connector bin/magento setup:upgrade
Credentials
The extension requires a Service ID
and API key
to integrate with our platform. Sign up for a plan to obtain these credentials.
System Requirements
- PHP 7.4 or later
- Magento 2.4.x or later
Usage
See our dedicated documentation for detailed usage instructions.
Tests
Integration
To run the integration tests, make sure your environment is set up correctly to run Magento 2 integration test. Then run the following command:
cd dev/tests/integration
../../vendor/bin/phpunit ../../../vendor/mageproxy/connector-magento2/Test/Integration
Production deployment
After installing the package, enable the module and run setup upgrade, then compile and deploy static content, and finally flush caches:
bin/magento module:enable Mageproxy_Connector bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy -f bin/magento cache:flush
License
This project is licensed under the Business Source License 1.1.
Use is permitted for non-commercial purposes only.