/bitstamp-real-time-price

Get Bitstamp real time Bitcoin price

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Bitstamp Real Time Price

Get Bitstamp real time Bitcoin euro price

It uses Bitstamp WebSocket API v2.

Documentation about websocket protocol can be found on the following link: https://websockets.readthedocs.io/en/stable/.

How to use

include ( 'BitstampRTP.php' );
echo BitstampRTP::RTP();

License

This project is open source under the GNU GENERAL PUBLIC LICENSE, which means you have full access to the source code and can modify it to fit your own needs. See LICENSE for more information.

GNU © Sergio Casizzone