Download the PHP package ipasspay/sdk-en without Composer

On this page you can find all versions of the php package ipasspay/sdk-en. 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 sdk-en

[Preparation for using the SDK] If you use this SDK, please replace file IpasspayConfig-dist.php in directory src/IpasspayChannel/config with file IpasspayConfig.php, then configure your own merchant portal parameters in it. Tips: 1.In Linux, the command to replace the file is: cp IpasspayConfig-dist.php IpasspayConfig.php 2.The IpasspayConfig.php file will not be changed if you run command "composer update ipasspay/sdk-en"

[Instructions for using the SDK] 1.By the SDK, you will simply create the request data according the API documentation, use the demo as needed, and communicate with iPasspay. 2.By the SDK, there's no need to worry about timestamp, signatures, and verification, the SDK is already integrated, it can be called directly to complete encryption, verification and communication. 3.The SDK will process the response data, and you can directly obtain the response data in the form of array through the corresponding method. 4.The SDK will pre-judge parameters before initiating a request to reduce invalid server network overhead and facilitate the discovery of errors during integration. 5.It is suggested that merchants with technical ability to use SDK package should use it as far as possible. The SDK package supports PHP5.6 to PHP8.1.

[File description in Demo] directPay.php : Payment Gateway(Direct) directPayWithoutCard.php: No credit card information payment gateway (such as digital currency payment gateway) redirectPay.php : Payment Gateway(Host) ipasspayNotify.php : Asyn notification ipasspayReturn.php : Syn notification refund.php : Refund endpoint cancelRefund.php : Cancel refund endpoint queryOrder.php : Order query endpoint queryOrderList.php : Query order list endpoint uploadExpress.php : Tracking upload endpoint

[API document link] https://www.apihome.dev/ipasspay.biz/en-us/

[Airsecurecard Channel] To use the Airsecurecard service, refer to the examples in the Airsecurecard directory in Demo. The corresponding configuration files in the src/AirsecurecardChannel/config directory. [Airsecurecard API document link] https://www.apihome.dev/airsecurecard.com/en-us/

2022-12-26 Add examples and changes to payment gateways without credit card information (such as digital currency payment gateways) Notice: Add "without_card_pay_url" config in ipasspayconfig-did.php


All versions of sdk-en with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
ext-json Version *
ext-curl Version *
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 ipasspay/sdk-en contains the following files

Loading the files please wait ....