alexander-emelyanov/opteck-api-client

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
LICENSE
README.md
composer.json
phpunit.xml.dist
src/ApiClient.php303
A
3 hrs
src/Entities/Asset.php36
src/Entities/Definition.php71
src/Entities/Deposit.php41
src/Entities/Market.php16
src/Entities/OptionType.php16
src/Entities/TradeAction.php113
src/Entity.php13
src/Exception.php16
src/Exceptions/AssetNotFoundException.php6
src/Exceptions/EmailAlreadyExistsException.php6
src/Exceptions/LeadNotFoundException.php6
src/Exceptions/NoAvailableOptionsException.php6
src/Exceptions/NoEnoughBalanceException.php6
src/Exceptions/TooSmallAmountException.php6
src/Payload.php50
src/Request.php15
src/Requests/CreateLead.php66
src/Requests/GetDefinitions.php21
src/Requests/Trade.php43
src/Response.php38
src/Responses/Auth.php27
src/Responses/CreateLead.php22
src/Responses/GetAssetRate.php21
src/Responses/GetAssets.php17
src/Responses/GetDefinitions.php17
src/Responses/GetDeposits.php18
src/Responses/GetLeadDetails.php47
src/Responses/GetMarkets.php17
src/Responses/GetOptionTypes.php17
src/Responses/GetTradeActions.php17
src/Responses/Trade.php29