Download the PHP package kitano/payment-sips-bundle without Composer

On this page you can find all versions of the php package kitano/payment-sips-bundle. 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 payment-sips-bundle

KitanoPaymentSipsBundle

This bundle is used to manage SIPS payment system with the KitanoPaymentBundle. Kitano is just a namespace for bundles created by Kitpages (http://www.kitpages.fr) and Anonymation (www.anonymation.com).

Author : Philippe Le Van (@plv)

Installation

Install SIPS files

create a directory app/config/sips

untar the plugin archive into this directory. You should get the files

app/config/sips/bin app/config/sips/logo app/config/sips/param app/config/sips/sample app/config/sips/Version.txt

Install SIPS certificate

copy your certificate into app/config/sips/param Ex app/config/sips/param/certif.fr.011223344551111

Change the configuration in config.yml

parameters: payment.service: "kitano_payment_fake.payment_system.fake"

kitano_payment: service: payment_system: %payment.service%

kitano_payment_fake: config: base_url: %payment_fake.base_url% return_url_ok: %base_url%/shop/backToShopOk return_url_err: %base_url%/shop/backToShopErr notification_url: %base_url%/payment/kitano_payment/payment/notification

kitano_payment_sips: config: merchant_id: 011223344551111 merchant_country: fr normal_return_url: %base_url%/shop/backToShop cancel_return_url: %base_url%/shop/backToShop automatic_response_url: %base_url%/payment/kitano_payment/payment/notification pathfile: "%kernel.root_dir%/config/sips/param/pathfile" default_language: en default_teplate_file: ~ default_currency_code: 978 bin: request_bin: "%kernel.root_dir%/config/sips/bin/static/request" response_bin: "%kernel.root_dir%/config/sips/bin/static/response"

Add things in deps

[KitanoPaymentBundle] git=http://github.com/Kitano/KitanoPaymentBundle.git target=/Kitano/PaymentBundle version=origin/master

[KitanoPaymentSipsBundle] git=http://github.com/Kitano/KitanoPaymentSipsBundle.git target=/Kitano/PaymentSipsBundle version=origin/master

[KitanoPaymentFakeBundle] git=http://github.com/Kitano/KitanoPaymentFakeBundle.git target=/Kitano/PaymentFakeBundle version=origin/master


All versions of payment-sips-bundle with dependencies

PHP Build Version
Package Version
Requires kitano/payment-bundle Version master-dev
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 kitano/payment-sips-bundle contains the following files

Loading the files please wait ....