PHPackages                             rostro.com/myaccount-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. rostro.com/myaccount-api

ActiveLibrary[API Development](/categories/api)

rostro.com/myaccount-api
========================

This is the API client library for Rostro Financials Group MyAccount application.

09PHP

Since Sep 13Pushed 1y agoCompare

[ Source](https://github.com/DirektPrime/myaccount-api)[ Packagist](https://packagist.org/packages/rostro.com/myaccount-api)[ RSS](/packages/rostrocom-myaccount-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

MyAccount API Client Library
============================

[](#myaccount-api-client-library)

Installation
------------

[](#installation)

The recommended way to install this library is through [Composer](https://getcomposer.org/).

```
composer require rostro.com/myaccount-api:dev-main
```

Usage
-----

[](#usage)

```
use Rostro\Myaccount\Client;

$client = new Client([
    'username' => ‘your account email address’,
    'password' => ‘your account password’,
]);

// Get your user information.
$results = $client->me();

// Get your Iress trades data.
$results = $client->iressTrades([
    ‘from’ => ‘2024-07-01’,
    ‘to’ => ‘2024-08-01’,
]);

// Get your Devex trades data.
$results = $client->devexTrades([
    ‘from’ => ‘2024-07-01’,
    ‘to’ => ‘2024-08-01’,
]);
```

List of API Functions.
----------------------

[](#list-of-api-functions)

- `me` - Get your user information.
- `clients` - Get the clients data.
- `platformUsers` - Get the platform users (Iress or Devex clients) data.
- `platformAccounts` - Get the accounts data.
- `iressCommissions` - Get Iress commissions data.
- `iressDividends` - Get Iress dividends data.
- `iressDividendTax` - Get Iress dividend tax data.
- `iressFinancing` - Get Iress financing data.
- `iressPGreekTax` - Get Iress Greek tax data.
- `iressInterest` - Get Iress interest data.
- `iressItalianTax` - Get Iress Italian tax data.
- `iressShortBorrowing` - Get Iress short borrowing data.
- `iressMoneyFlow` - Get Iress money flow data.
- `iressMoneyFlowTotals` - Get Iress money flow totals data.
- `iressMoneyFlowNet` - Get Iress money flow net data.
- `iressMoneyFlowNetTotals` - Get Iress money flow net totals data.
- `iressTransactions` - Get Iress commissions data.
- `iressAccountBalances` - Get Iress account balances data.
- `iressAvgPositions` - Get Iress average positions data.
- `iressNetBalances` - Get Iress net / ios balances data.
- `iressPositions` - Get Iress positions data.
- `iressTrades` - Get Iress trades data.
- `devexCommissions` - Get the Devex commissions data.
- `devexFinancing` - Get the Devex financing data.
- `devexInterest` - Get the Devex interest data.
- `devexItalianTax` - Get the Devex Italian tax data.
- `devexShortBorrowing` - Get the Devex short borrowing data.
- `devexMoneyFlow` - Get the Devex money flow data.
- `devexMoneyFlowTotals` - Get the Devex money flow totals data.
- `devexTransactions` - Get the Devex transactions data.
- `devexAvgPositions` - Get the Devex average positions data.
- `devexClosedPositions` - Get the Devex closed positions data.
- `devexPositions` - Get the Devex open positions data.
- `devexTrades` - Get the Devex trades data.

Details of the API parameters can be found in the Documentation menu of the application.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/603fc504d24ab9f22bc6534db47e2d78a6529933d2258f6770f9514565df30cb?d=identicon)[rostro.com](/maintainers/rostro.com)

---

Top Contributors

[![david-riley-scopemarkets](https://avatars.githubusercontent.com/u/165805397?v=4)](https://github.com/david-riley-scopemarkets "david-riley-scopemarkets (8 commits)")[![eamon-straughn](https://avatars.githubusercontent.com/u/69731071?v=4)](https://github.com/eamon-straughn "eamon-straughn (1 commits)")

### Embed Badge

![Health badge](/badges/rostrocom-myaccount-api/health.svg)

```
[![Health](https://phpackages.com/badges/rostrocom-myaccount-api/health.svg)](https://phpackages.com/packages/rostrocom-myaccount-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
