Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryptodapprun/bitgate-free-bitcoin-crypto-payment-gateway
BitGate is a Bitcoin crypto payment gateway(also Ethereum,BNB,Matic,Avax,CRO,FTM),Free,Open Source,PHP with Sqlite database,No KYC,No need install bitcoin core,no registration,funds store to your cryptocurrency key directly.
https://github.com/cryptodapprun/bitgate-free-bitcoin-crypto-payment-gateway
avax-payment bitcoin bitcoin-payment bitcoin-payment-gateway bnb-payment cro-payment crypto-payment crypto-payment-api crypto-payment-gateway crypto-shops ethereum-payment ethereum-payment-gateway ftm-payment matic-payment polygon-payment
Last synced: 4 months ago
JSON representation
BitGate is a Bitcoin crypto payment gateway(also Ethereum,BNB,Matic,Avax,CRO,FTM),Free,Open Source,PHP with Sqlite database,No KYC,No need install bitcoin core,no registration,funds store to your cryptocurrency key directly.
- Host: GitHub
- URL: https://github.com/cryptodapprun/bitgate-free-bitcoin-crypto-payment-gateway
- Owner: CryptoDappRun
- Created: 2023-08-16T02:30:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T01:05:26.000Z (7 months ago)
- Last Synced: 2024-10-11T20:22:10.969Z (4 months ago)
- Topics: avax-payment, bitcoin, bitcoin-payment, bitcoin-payment-gateway, bnb-payment, cro-payment, crypto-payment, crypto-payment-api, crypto-payment-gateway, crypto-shops, ethereum-payment, ethereum-payment-gateway, ftm-payment, matic-payment, polygon-payment
- Language: PHP
- Homepage:
- Size: 485 KB
- Stars: 19
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BitGate-Free-Bitcoin-Crypto-Payment-Gateway
BitGate is a Bitcoin crypto payment PHP gateway,
*Free,
*Open Source,
*No KYC,
*PHP with Sqlite database,
*No need install bitcoin core,
*Funds store to your cryptocurrency key directly,
*Encrypted database,
*Full control..PHP 7.4.30 tested
Install Dependencies:
#### `git clone https://github.com/t0k4rt/phpqrcode`
#### `git clone https://github.com/BitcoinPHP/BitcoinECDSA.php`
#### `composer require web3p/web3.php`
#### `composer require kornrunner/ethereum-address`if you want place payments.db to other directory,you need set open_basedir in php.ini.
and then set globals.php.
The principle of the software is to generate different private keys and bind the user's order. Once it detects that the address has received payment, it will perform corresponding database operations, such as upgrading the level, recharging, displaying the activation code, etc. The private key is encrypted and stored in the database, and only the administrator can view it. In the whole process, only the third-party API is needed to check the balance of the address, and there are so many such APIs on the Internet.
>Support Crypto
#### index.php
>to accept payment
#### search.php
>user check their order
#### data.php
>admin check all of the order