Download the PHP package chatway/mt4-micro-php-client without Composer
On this page you can find all versions of the php package chatway/mt4-micro-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mt4-micro-php-client
SwaggerClient-php
Mt4 microservice. Call /init/ to get token, which is required in other methods.
This PHP package is automatically generated by the Swagger Codegen project:
- API version: 1.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://apps.noorcm.com:6502/v1
Class | Method | HTTP request | Description |
---|---|---|---|
GroupsApi | groupsGet | GET /groups | Get list of groups |
InitApi | initGet | GET /init | Init manager |
SymbolsApi | symbolsGet | GET /symbols | Get list of market symbols |
TradesApi | tradesByUserLoginGet | GET /trades/{user_login} | Get list of trade tickets |
TradesApi | usersReportPost | POST /users/report | Get list of user trades |
UserApi | 5069Get | GET /5069 | Get user margin |
UserApi | userAddPost | POST /user/add | Create user |
UserApi | userByUserLoginDelete | DELETE /user/{user_login} | Delete user |
UserApi | userByUserLoginGet | GET /user/{user_login} | Get user by user login |
UserApi | userDepositPost | POST /user/deposit | Deposit account |
UserApi | userResetPwdPost | POST /user/reset_pwd | Reset password |
UserApi | userUpdatePost | POST /user/update | Update user |
UserApi | userWithdrawPost | POST /user/withdraw | Withdraw account |
UsersApi | usersGet | GET /users | Get list of users |
Documentation For Models
- CreateuserRequest
- Depositaccount
- DepositaccountRequest
- GetlistofusertradesRequest
- ResetpasswordRequest
- UpdateuserRequest
- WithdrawaccountRequest
Documentation For Authorization
All endpoints do not require authorization.
Author
All versions of mt4-micro-php-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.0.1
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.0.1
The package chatway/mt4-micro-php-client contains the following files
Loading the files please wait ....