Download the PHP package ovribanking/module-ovri-magento2 without Composer

On this page you can find all versions of the php package ovribanking/module-ovri-magento2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-ovri-magento2

Ovri Payment Module for Magento 2.3.x to 2.4.x

Tested up to version 2.4.1 should not cause technical problems on versions above 2.4.x This payment module allows you to accept credit card payments through Ovri.com payment solution (https://www.ovri.com).

INSTALLATION AND ACTIVATION

Installation with COMPOSER

This is the recommended installation because it allows quick updates, so prefer the installation with COMPOSER

To install Ovri payment module on Magento you just need to enter the following command:

depending on the case or your version of composing you may have to use a method with some ignorance

Manual installation via FTP

If you want to perform a manual installation it is also possible in this case you just have to create the following directories in the app/code directory of your Magento > installation:

Then copy the entire archive into the Ovri directory.

You will need to activate the module with the following commands:

Update installation with COMPOSER

Attention only works if you had installed the module the first time with COMPOSER.

The update is simple, just enter the following command:

MODULE SETTINGS

To connect the module to your Ovri merchant account you must:

1. Retrieving your API credentials

NOTIFICATION DE PAIEMENT

The OvriBanking payment module for Magento, does not require any configuration on the OVRI side because the notification information is natively integrated to this plugin. If your website does not receive the answers, please check the IPN status in your transactions and if necessary click on "View" to understand the reason, Make sure to allow if you have a firewall the ips of OVRI and/or the access to the ipn resource:

TEST MODE

(Note: To test transactions, don't forget to switch your website (in your Ovri interface, in test/demo mode) and switch it to production when your tests are finished.

Once the test mode is active, the test cards will be displayed on the payment page.

Don't forget to disable the test mode when you are ready to accept real transactions.


All versions of module-ovri-magento2 with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ovribanking/module-ovri-magento2 contains the following files

Loading the files please wait ....