Download the PHP package prometee/sylius-payum-monetico-plugin without Composer

On this page you can find all versions of the php package prometee/sylius-payum-monetico-plugin. 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 sylius-payum-monetico-plugin

Latest Version on Packagist Build Status Quality Score

Sylius Payum Monetico gateway plugin

This plugin is designed to add a new gateway to Payum to support Monetico over Sylius plugin

See https://www.monetico-paiement.fr/ for more information.

Installation

Install using Composer :

Enable this plugin :

Enable the required route for Monetico notify :

Configuration

Monetico notify URL

Using the Monetico merchant portal :

https://www.monetico-services.com/fr/test/identification/authentification.html

Click on the "Paramétrage" menu item, and finally on the sub menu item named "GESTION CODES SITES", you will be able to email Monetico to add a "notify URL" ("URL du CGI2") corresponding to the Symfony route named flux_se_sylius_payum_monetico_notify example :

Monetico credentials

Get your TPE number, your KEY and your COMPANY(labeled "Code Site") name on your Monetico merchant portal :

https://www.monetico-services.com/fr/test/identification/authentification.html

  1. TPE number : can be chosen into the select menu in the right sidebar of your Monetico merchant portal
  2. KEY : Click on the "Paramétrage" menu item, and finally on the sub menu item named "CLÉ DE SÉCURITÉ". You will be able to email the owner of the account to get your KEY.
  3. COMPANY : Click on the "Paramétrage" menu item, and finally on the sub menu item named "GESTION CODES SITES". The COMPANY is labelled "Code Site".

Sylius configuration

Go to the admin area, log in, then click on the left menu item "CONFIGURATION > Payment methods". Create a new payment method type "Monetico" :

Then a form will be displayed, fill-in the required fields :

  1. the "code" field (ex: "monetico").
  2. choose which channels this payment method will be affected to.
  3. the gateway configuration (need info from here) :

    NOTE1: the screenshot contains false test credentials.

  4. give to this payment method a display name (and a description) for each language you need

    Finally, click on the "Create" button to save your new payment method.


All versions of sylius-payum-monetico-plugin with dependencies

PHP Build Version
Package Version
Requires ekyna/payum-monetico Version ^1.5
sylius/sylius Version ^1.5
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 prometee/sylius-payum-monetico-plugin contains the following files

Loading the files please wait ....