Download the PHP package payomatix/web-sdk without Composer

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

Payomatix PHP SDK

This Payomatix PHP Library provides easy access to Payomatix APIs for php apps. It abstracts the complexity involved in direct integration and allows you to make quick calls to the APIs.

Table of Contents

  1. Requirements
  2. Dependencies
  3. Installation
  4. Initialization
  5. Getting Started
  6. Status
  7. Custom Request Timeouts
  8. Debugging Errors
  9. Terms and Conditions
  10. License
  11. References

Requirements

  1. Payomatix Merchant account with API Keys
  2. Minimum PHP versions: >= 7.0.0

Dependencies

The bindings require the following extensions in order to work properly:

If you use Composer, these dependencies should be handled automatically.

Installation

Installation via Composer.

To install the package via Composer, run the following command.

To use the bindings, use Composer's autoload:

Initialization

Create a .env file or copy from .env.example file Save your SECRET_KEY in the .env file as PAYOMATIX_SECRET_KEY

Your .env file should look this.

Getting Started

The SDK provides two methods of making collections

  1. Payomatix Non-Seamless
  2. Payomatix Seamless

Simple usage for non-seamless payments looks like:

Same way, you can initiate seamless payments like:

Status

You can use the SDK to retrieve the status of transaction using merchant_ref or order_id as below:

Custom Request Timeouts

By default PHP cURL request timeouts are set. To modify request timeouts (connect or total, in seconds) you'll need to tell the API client like this.

Debugging Errors

We understand that you may run into some errors while integrating our library. You can contact our developer team for support.

For Authorization and Validation error responses, double-check your Secret key. If you get a server error, kindly engage the team for support.

Terms and Conditions

By using this library, you agree with our Terms and Conditions.

Copyright (c) Payomatix Inc.

License

This SDK is open-sourced software licensed under the MIT license.

Payomatix API References


All versions of web-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
vlucas/phpdotenv Version ^5.6
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 payomatix/web-sdk contains the following files

Loading the files please wait ....