thiagobarradas / pagarme-magento2-module
Magento 2 Module PagarMe
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 1
Type:magento2-module
Requires
- php: ~5.6.0|~7.0.0|~7.1.0
- mundipagg/mundiapi: ^3.0
Requires (Dev)
- fabpot/php-cs-fixer: ~1.2
- lusitanian/oauth: ~0.3 <=0.7.0
- magento-ecg/coding-standard: dev-master
- mundipagg/mundiapi: ^3.0
- pdepend/pdepend: 2.2.2
- phpdocumentor/phpdocumentor: ^2.8
- phpmd/phpmd: @stable
- phpunit/phpunit: 4.1.0
- phpunit/phpunit-selenium: >=1.2
- rregeer/phpunit-coverage-check: ^0.1.3
- satooshi/php-coveralls: ^1.0
- sebastian/phpcpd: ^2.0
- sjparkinson/static-review: ~4.1
- squizlabs/php_codesniffer: 2.7.0
This package is not auto-updated.
Last update: 2021-02-27 01:51:32 UTC
README
Magento2/PagarMe Integration module
This is the official Magento2 module for PagarMe integration
Documentation
Refer to module documentation
Plugin in Magento Marketplace
Coming soon 🚧
Installation
This module is now available through Packagist! You don't need to specify the repository anymore.
https://packagist.org/packages/thiagobarradas/pagarme-magento2-module
Add the following lines into your composer.json
{
"require": {
"thiagobarradas/pagarme-magento2-module":"^1.2"
}
}
or simply digit
composer require thiagobarradas/pagarme-magento2-module
Then type the following commands from your Magento root:
composer update
./bin/magento setup:upgrade
./bin/magento setup:di:compile
Requirements
- PHP >= 5.6
- Magento >= 2.1
Configuration
After installation has completed go to Stores > Settings > Configuration > Sales > Payment Methods > Other Payment Methods > PagarMe Payments.
To learn more about how detailed configure the module, see our wiki
Business/Technical Support
Please, send a e-mail to suporte@pagar.me
How can I contribute?
Please, refer to CONTRIBUTING
Found something strange or need a new feature?
Open a new Issue following our issue template ISSUE-TEMPLATE
Changelog
See in releases