Download the PHP package sigismund/coinpayments without Composer
On this page you can find all versions of the php package sigismund/coinpayments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sigismund/coinpayments
More information about sigismund/coinpayments
Files in sigismund/coinpayments
Informations about the package coinpayments
CoinPayments PHP library
This is basic PHP library for CoinPayments API. It's written without any external dependencies and it allows you to add your own HTTP agents like Guzzle. CoinPayments is one of the largest cryptocurrency payment processors. They support over few hundred cryptocurrencies. Amongst those are better known Bitcoin, Litecoin, Ethereum, Monero... some lesser known/used coins like Ubiq, Peercoin, GameCredits and they even support shitcoins like Ripple.
Sample usage
Getting Started
Requirements
- PHP >= 7.0
This library does not have any external dependencies.
Installation
The recommended way to install this library is through Composer.
Next, run the Composer command to install the latest stable version of CoinPayments PHP library:
After installing, you need to require Composer's autoloader:
You can then later update library using composer:
Testing
... all pull requests are welcome ;)
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Žiga Drnovšček - Initial work - Sigismund
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details
Acknowledgments
- Hat tip to anyone who's code was used
- Inspiration
- etc