Download the PHP package mab05k/oanda-client without Composer
On this page you can find all versions of the php package mab05k/oanda-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package oanda-client
Oanda Client 
This is a PHP Client Library for interacting with the Oanda REST-V20 API. This API is designed with flexibility in mind, and supports using multiple Oanda Accounts.
Contributing
If you want to help contribute, please visit the Contributing documentation.
See the Changelog for recent changes.
Endpoints
Configuration
Configuration is done using Standard Symfony Bundle Configuration
Prepended Extensions
When the bundle is loaded by Symfony, it will automatically create the following Httplug Configuration for you. You are free to override or extend this config if you wish with your own configurations.
We also set a default DateTime format for JMS Serializer to match the DateTime formatting from Oanda
Authentication
The Oanda Client Bundle handles sending the Authorization headers for you based on your configuration. By default, it will use the first account in your configuration. If you are using multiple accounts, you must follow the documentation in the Multiple Accounts section.
Usage
- Multiple Accounts
- Exceptions
- Stream Endpoints
Use Dependency Injection to inject the Clients into your Service
Clients
- AccountClient
- InstrumentClient
- OrderClient
- PositionClient
- PricingClient
- TradeClient
- TransactionClient
- StreamClient
All versions of oanda-client with dependencies
ext-json Version *
brick/math Version ^0.8|^0.10|^0.11
brick/money Version ^0.4|^0.6|^0.8
jms/serializer-bundle Version ^3.5|^4.0|^5.0
php-http/guzzle6-adapter Version ^2.0
php-http/httplug-bundle Version ^1.7