xtremepush / magento2-plugin
Xtremepush extension for Magento 2
Package info
github.com/xtremepush/magento2-plugin
Type:magento2-module
pkg:composer/xtremepush/magento2-plugin
v1.0.0
2023-05-10 11:05 UTC
Requires
- php: >=7.1.3
- ext-curl: *
- ext-json: *
- magento/framework: >=102.0.0
This package is auto-updated.
Last update: 2026-04-10 17:52:29 UTC
README
Use Xtremepush messaging capabilities with Magento
Installation
View docs at https://docs.xtremepush.com/docs/magento-2
Install via composer
- require the package
composer require xtremepush/magento2-plugin:dev-{branch name} - upgrade the project
sudo php -d memory_limit=-1 bin/magento setup:upgrade - compile the code
sudo php -d memory_limit=-1 bin/magento setup:di:compile
Required Magento permissions:
- Magento_Integration::integrations (System > System Extensions > System Integrations)
- Magento_Newsletter::subscriber (Marketing > Communications > Newsletter Subscribers)
- Magento_Sales::actions_view (Sales > Operations > Orders > Actions > View)
- Magento_Customer::customer (Customers)