Download the PHP package bitocredit/php-gateway without Composer
On this page you can find all versions of the php package bitocredit/php-gateway. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bitocredit/php-gateway
More information about bitocredit/php-gateway
Files in bitocredit/php-gateway
Package php-gateway
Short Description A PHP Library for integrate with bitocredit API.
License MIT
Informations about the package php-gateway
Bitocredit PHP Library
This library used for integrate with Bitocredit api
usage
copy config.sample.php file in your project and rename it to config.php
fill the variables inside config.php file.
and use library like this:
methods
- createWallet
- transactionCheck
- transactionRecovery
- transactionFee
- transactionExample
createWallet
This method used for creating wallet for user
endpoint : https://bitocredit.com/api/create/wallet/{token}
transactionCheck
This method used for check a transaction is confirmed or not
endpoint : https://bitocredit.com/api/transaction/check/{token}
transactionRecovery
This method used for check a transaction that is lost in blockchain
endpoint : https://bitocredit.com/api/transaction/recovery/{token}
transactionFee
This method used for check a transaction that is lost in blockchain
endpoint : https://bitocredit.com/api/transaction/fee/{token}
transactionExample
Please only use this api for test ! it's only an example to show how the server sends data to callback after payment confirmation
endpoint : https://bitocredit.com/api/transaction/example/callback