Download the PHP package paytring/php without Composer
On this page you can find all versions of the php package paytring/php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php
PHP SDK
Supported Features
- Only Non Seamless Integration Api SUpported
- Create Order
- Fetch/Verify Order
Non Seamless
This sdk only supports non seamless integration, by non seamless we mean the the use will alway need to redirect the ens user to payment gateways where he'll select his preferred payment method and complete payment.
Create Order
CreateOrder method ask you to provide below listened info and wont proceed without it.
- Amount in paisa eg. for Rs.1 == 100
- Receipt Number eg. 100d12 # this is merchant order ref no
- Merchant Callback url , this is were pg will redirect user after payment complete(success/failure) in post request.
- CUstomer Info eg. Name, Email and Phone
Fetch Order
Fetch Order method ask you to provide below listened info and wont proceed without it.
- PG Order Id, when you create a order pg will give you an order if you can pass the same to this function to get info like payment status and more about that here.
All versions of php with dependencies
PHP Build Version
Package Version
No informations.
The package paytring/php contains the following files
Loading the files please wait ....