Download the PHP package mrabdelaziz/binance-api without Composer
On this page you can find all versions of the php package mrabdelaziz/binance-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mrabdelaziz/binance-api
More information about mrabdelaziz/binance-api
Files in mrabdelaziz/binance-api
Package binance-api
Short Description A comprehensive Laravel package for Binance Spot API integration with account management
License MIT
Informations about the package binance-api
Binance API Package for Laravel
A comprehensive Laravel package for Binance Spot API integration with full account management capabilities.
Features
- Account Management: Get account information, balances, and trading status
- Order Management: Place, cancel, and query orders with full order lifecycle support
- Position Tracking: Real-time position monitoring and historical data
- Market Data: Real-time prices, 24h tickers, and market information
- Security: HMAC-SHA256 signature authentication for all account endpoints
- Rate Limiting: Built-in rate limiting and retry mechanisms
- Error Handling: Comprehensive error handling with detailed logging
- Laravel Integration: Service provider, facades, and configuration
- Testable: Full test suite with mocking capabilities
Installation
You can install the package via composer:
You can publish the config file with:
Add your Binance API credentials to your .env file:
Quick Start
Account Information
Order Management
Market Data
Position Tracking
//: # ()
//: # ()
Advanced Usage
Error Handling
Rate Limiting
The package automatically handles rate limiting. You can configure the rate limits in the config file:
Custom Configuration
Testing
Documentation
For detailed documentation visit the following files:
-
Installation Guide
Security
- All account endpoints use HMAC-SHA256 signature authentication
- API keys are never logged or exposed in error messages
- Timestamps are automatically synchronized with Binance servers
- All requests use HTTPS
Contributing
Please see CONTRIBUTING.md for details.
License
The MIT License (MIT). Please see License File for more information.
All versions of binance-api with dependencies
illuminate/http Version ^10.0|^11.0|^12.0
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/config Version ^10.0|^11.0|^12.0
illuminate/log Version ^10.0|^11.0|^12.0
guzzlehttp/guzzle Version ^7.0