getkevin / kevin-magento2
Implements integration with the Kevin payment service provider.
Installs: 14 604
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 3
Open Issues: 2
Type:magento2-module
Requires
- getkevin/kevin-php: 0.16.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.19
- dev-master
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-release-2.0.0
- dev-feature/php8.2-deprecation
- dev-feature/fix-webhooks-refund
- dev-feature/update-magento-plugin-to-1.3.1
- dev-feature/update-magento-plugin-to-1.3
- dev-features_1_7
- dev-features_1_6
- dev-tomas-maciulis-patch-1
- dev-features_1_1_5
- dev-features
This package is auto-updated.
Last update: 2024-11-04 16:43:06 UTC
README
Payments collection solution to your Magento 2 e-commerce platform.
BEFORE YOU START MAKE SURE YOU HAVE RECEIVED CLIENT ID AND CLIENT SECRET FROM KEVIN.
Prerequisites
- Magento 2.x
- PHP 7.0 or later
Installation
composer require getkevin/kevin-magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento cache:clean
Please note that FTP installation will not work as this module has requirements that will be auto installed when using composer
Contributing
We are using PHP CS Fixer GitHub action to conduct code style checks for each commit and pull request. Make sure to run composer fix-style
before
committing changes to make sure your code matches our style standards. Pull requests with failed style checks will not
be approved.
WARNING: we use risky rules so make sure to check for breaking style fixes.
Style errors and violated rules log can be viewed by running composer check-style
command.