Download the PHP package thelia/payzen-module without Composer

On this page you can find all versions of the php package thelia/payzen-module. 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 payzen-module

____                            
|  _ \ __ _ _   _ _______ _ __  
| |_) / _` | | | |_  / _ \ '_ \ 
|  __/ (_| | |_| |/ /  __/ | | |
|_|   \__,_|\__, /___\___|_| |_|
            |___/               
                         ______         _____ _          _ _
                         | ___ \       |_   _| |        | (_)
                         | |_/ /_   _    | | | |__   ___| |_  __ _
                         | ___ \ | | |   | | | '_ \ / _ \ | |/ _` |
                         | |_/ / |_| |   | | | | | |  __/ | | (_| |
                         \____/ \__, |   \_/ |_| |_|\___|_|_|\__,_|
                                 __/ |
                                |___/   <[email protected]>

Ce module vous permet de proposer à vos clients le système de paiement PayZen de la société Lyra Networks.

Installation

Pour installer le module PayZen, décompressez l'archive dans <racine de thelia>/local/modules. Veillez à ce que le dossier porte le nom PayZen (et pas PayZen-master, par exemple).

Warning: Attention, si vous mettez à jour manuellement une version pre-1.3 vers une version 1.3 ou ultérieure, vous devrez supprimer manuellement le répertoire AdminIncludes du module, sinon des problèmes pourraient survenir lors de la configuration du module.

Utilisation

Pour utiliser le module PayZen, vous devez tout d'abord le configurer. Pour ce faire, rendez-vous dans votre back-office, onglet Modules, et activez le module PayZen.

Cliquez ensuite sur "Configurer" sur la ligne du module, et renseignez les informations requises, que vous trouverez dans votre outil de gestion de caisse PayZen -> Paramétrage -> Boutiques -> votre boutique

Lors de la phase de test, vous pouvez définir les adresses IP qui seront autorisées à utiliser le module en front-office, afin de ne pas laisser vos clients payer leur commandes avec PayZen pendant la phase de test.

URL de retour

Pour que vos commandes passent automatiquement au statut payé lorsque vos clients ont payé leurs commandes, vous devez renseigner une URL de retour dans votre outils de gestion de caisse PayZen.

Cette adresse est formée de la manière suivante: http://www.votresite.com/payzen/callback Par exemple, pour le site thelia.net, l'adresse en mode test et en mode production serait: http://www.thelia.net/payzen/callback.

Vous trouverez l'adresse exacte à utiliser dans votre back-office Thelia, sur la page de configuration du module PayZen.

Pour mettre en place cette URL de retour rendez-vous dans votre outil de gestion de caisse PayZen -> Paramétrage -> Boutiques -> votre boutique, et copier/collez votre URL de retour dans les champs "URL de retour de la boutique en mode test" et "URL de retour de la boutique en mode production".

Intégration en front-office

L'intégration est automatique, et s'appuie sur les templates standard.

Paiement en plusieurs fois

PayZen propose le paiement en plusieurs fois. Vous pouvez le proposer à vos clients en installant le module Thelia PayZenMulti.

Paiement par prélèvement SEPA (SDD)

PayZen propose le paiement par prélèvement SEPA. Vous pouvez le proposer à vos clients en installant le module Thelia PayZenOneOffSEPA.


This module offers to your customers the PayZen payment system, operated by the Lyra Networks compagny.

Installation

To install the PayZen module, uncompress the archive in the <thelia root>/local/modules directory. Be sure that the name of the module's directory is PayZen (and not PayZen-master, for exemple).

Warning: If you're updating by manually a pre-1.3 version to a 1.3.x version, be sure to remove the AdminIncludes directory, or you'll get ikssues in the module configuration.

Usage

You have to configure the PayZen module before starting to use it. To do so, go to the "Modules" tab of your Thelia back-office, and activate the PayZen module.

Then click the "Configure" button, and enter the required information, which are available in your PayZen back-office -> Setting -> Shops -> your shop

During the test phase, you can defin the IP addresses allowed to use the PayZen module on the front office, so that your customers will not be able to pay with PayZen during this test phase.

Return URL

For your order switching automatically to the "paid" status when your customers have successfully completed their payment, you should provide a return URL in the PayZen back-office.

The return URL has the following form: http://www.yourshop.com/payzen/callback. For example, the return URL of the thelia.net is http://www.thelia.net/payzen/callback.

You'll find the exact return URL of you shop in the Thelia back-office, in the PayZen configuration page.

To set up this return URL, go to your PayZen back-office, -> Setting -> Shops -> your shop, and paste your return URL in "Shop's return URL in test mode" et "Return URL of the shop in production mode" fields.

Front-office integration

The front-office integration is automatic, as it relies on standard templates.

Multiple times payments

Multiple time payments are possible with PayZen. To offer this feature to your customers, install the Thelia PayZenMulti module on your shop.

SEPA payment (SDD)

SEPA payments are possible with PayZen. To offer this feature to your customers, install the Thelia PayZenOneOffSEPA module on your shop.


All versions of payzen-module 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 thelia/payzen-module contains the following files

Loading the files please wait ....