Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagantis/magento-2x
Integration of Magento 2.X with Pagantis payment provider.
https://github.com/pagantis/magento-2x
magento magento-module magento2 magento2-extension payment payment-gateway
Last synced: about 1 month ago
JSON representation
Integration of Magento 2.X with Pagantis payment provider.
- Host: GitHub
- URL: https://github.com/pagantis/magento-2x
- Owner: pagantis
- Created: 2018-01-11T10:57:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T17:37:01.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T17:12:39.668Z (about 2 months ago)
- Topics: magento, magento-module, magento2, magento2-extension, payment, payment-gateway
- Language: PHP
- Homepage:
- Size: 4.5 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2X Module installation
CicleCI: [![CircleCI](https://circleci.com/gh/pagantis/magento-2X/tree/master.svg?style=svg)](https://circleci.com/gh/pagantis/magento-2X/tree/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/pagantis/magento-2x/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/pagantis/magento-2x/?branch=master)
## :hand: Requirements
* Magento v2.1 and higher.
* Composer## :floppy_disk: Installation
To install the Pagantis module in your Magento shop,you can use Composer :
```shell
composer require pagantis/magento-2x
bin/magento module:enable Pagantis_Pagantis
bin/magento setup:upgrade
bin/magento setup:di:compile
```## :gear: Configuration
Configure the plugin in Magento admin panel admin panel using the information found in your [Pagantis profile](https://bo.pagantis.com/shop) and our [configuration section](/Documentation/configuration.md).## :arrow_forward: Usage
To use in a real environment your Pagantis account should be enabled accordingly.For more information about how to use the module, see our [usage section](/Documentation/usage.md).