Download the PHP package julioortahdz/laravel-mt5 without Composer
On this page you can find all versions of the php package julioortahdz/laravel-mt5. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download julioortahdz/laravel-mt5
More information about julioortahdz/laravel-mt5
Files in julioortahdz/laravel-mt5
Package laravel-mt5
Short Description Metatrader 5 Web API Wrapper for Laravel
License MIT
Informations about the package laravel-mt5
Laravel MT5
This is Laravel 8.x package wrapper library for Metatrader 5 Web API
Documentation
Installing
To install the package, in terminal:
Configure
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Copy the package config to your local config with the publish command:
and then you can configure connection information to MT5 with this .env
value
Usage
Create Deposit
The result variable will return Trade class with ticket information, you can grab ticket number by calling $result->getTicket()
Create User
Get Trading Account Information
Get Trading History By Login Number
Open Order
The result variable will return User class with login information, you can grab login number by calling $result->getLogin()
Todo
- [x] Deposit or Withdrawal
- [x] Create Account
- [x] Open Order
- [x] Get Trading Account Information
- [ ] Change Password
- [ ] Create Group
- [ ] Delete Group
- [ ] Get Accounts
- [ ] Remove Account
- [ ] Get Trades
- [ ] Get Group
Contributing
Thank you for considering contributing to the Laravel MT5! you can fork this repository and make pull request.
Security Vulnerabilities
If you discover a security vulnerability within Laravel MT5, please send an e-mail to Julio Orta via [email protected]. All security vulnerabilities will be promptly addressed.