Download the PHP package tecksolke-tpay/app-api without Composer
On this page you can find all versions of the php package tecksolke-tpay/app-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tecksolke-tpay/app-api
More information about tecksolke-tpay/app-api
Files in tecksolke-tpay/app-api
Package app-api
Short Description This package contains all t-pay/api, that is api for making requests to t-pay payment gateway for any app.
License MIT
Informations about the package app-api
Introduction
T-Pay API is REST-API that makes it easy for one to make request to the T-Pay Payment Gateway for his/her App.
- The API is simple and easy to install.
- Has both B2C and C2B API for your App's.
- The API can only be used by those having apps, in T-Pay Payment Gateway.
- The API is based on PHP Laravel Framework. But you can try to install and customize it basing on your PHP development platform.
Help and docs
Installing
The recommended way to install tpay-app-api is through Composer.
Next, run the Composer command to install the latest stable version of tpay/app-api:
After installing, the package will be auto discovered, But if need you may run:
Then run this, to get the config/tpay.php for api configurations:
You will have to provide this in the .env for the api configurations:
Usage
Follow the steps below on how to use the api:
How to use the API
This how the api will be accessed via this package...
API Response(s)
This is for Express Payment success -- The express payment callback will only be sent if the client pays --
This is for B2C success -- The withdraw has been received --
This is for B2C failed -- The withdraw has not been received --
This is for C2B success -- The Payment has been made --
This is for C2B failed -- The Payment has not been made --
Version Guidance
Version | Status | Packagist | Namespace | Repo |
---|---|---|---|---|
1.x | EOL | tecksolke-tpay/app-api |
TPay\API |
v1.9.9 |
2.x | Latest | tecksolke-tpay/app-api |
TPay\API |
v2.2.2 |
Security Vulnerabilities
For any security vulnerabilities, please email to TecksolKE.
License
This package is open-source API licensed under the MIT license.