Download the PHP package goodmagma/bybit-php-api without Composer
On this page you can find all versions of the php package goodmagma/bybit-php-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package bybit-php-api
PHP SDK for ByBit V5 API
The detailed API documentation can be found here https://bybit-exchange.github.io/docs/v5/intro. In order to receive the latest API change notifications, please Watch
this repository.
Implementation Status
This project is under development, and already used in production, but only the main API's are covered. I promise I'll do my best to complete the client with all ByBit V5 API's, but if you have time, any contributions are welcome!
Actually the API's completion status are the following:
API Name | Completed | Since | Doc Ref |
---|---|---|---|
Market API | 100% | v0.1.0 | Market API Doc |
Trade API | 100% | v0.1.0 | Trade API Doc |
Position API | 100% | v0.1.0 | Position API Doc |
Pre-Upgrade API | 100% | v0.2.0 | Pre-Upgrade API Doc |
Account API | 100% | v0.1.0 | Account API Doc |
Asset API | 100% | v0.2.0 | Asset API Doc |
User API | 100% | v0.1.0 | Asset API Doc |
Spot Leverage Token | 100% | v0.3.0 | Spot Leverage Token API Doc |
Spot Margin Trade (UTA) | 100% | v0.4.0 | Spot Margin Trade (UTA) API Doc |
Spot Margin Trade (Normal) | 100% | v0.4.0 | Spot Margin Trade (Normal) API Doc |
Institutional Lending | 100% | v0.5.0 | Institutional Lending API Doc |
C2C Lending | 100% | v0.5.0 | C2C Lending API Doc |
Broker | 100% | v0.6.0 | Broker API Doc |
WebSocket Stream | 0% | WebSocket Stream API Doc |
Install
Getting started
Create Public API Client
Create Private API Client
Use API Client
See additional examples
Run Examples
Go to examples
directory and copy key_secret.php.sample
to key_secret.php
.
Configure key_secret.php
with your API Keys and run example like:
Changelog
See CHANGELOG.md for full project log.
Contributing
Contributions are what makes the open source community such an amazing place to learn, inspire and create. Any contributions you make are greatly appreciated.
- Give us a star :star:
- Fork and Clone! Awesome
- Select existing issues or create a new issue and give us a PR with your bugfix or improvement after. We love it ❤️
If you want to make a PR:
- Fork the Project and checkout
develop
branch - Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.