Skip to content

getkevin/kevin-virtuemart-3.x

Repository files navigation

kevin. VirtueMart 3 plugin

kevin. payment initiation plugin.

Prerequisites

  • PHP 5.6 or above
  • VirtueMart 3

Installation

Installation instructions can be found in the official kevin. documentation.

Support

Email: [email protected]

Contributing

Before making any code changes, make sure to run composer install to install development requirements.

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.

Plugin .zip can be generated by using composer make-zip command.

License