PHPackages                             rostro.com/omnibus-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/omnibus-api

ActiveLibrary[API Development](/categories/api)

rostro.com/omnibus-api
======================

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

03PHP

Since Sep 13Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Omnibus API Client Library
==========================

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

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

[](#installation)

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

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

Usage
-----

[](#usage)

```
use Rostro\Omnibus\Client;

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

// 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.
- `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 API menu of the application.

Your subdomain URL can be found in the Settings -&gt; Omnibus page in MyAccount. It's also the URL that you use to log into the Omnibus application.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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 (2 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/rostrocom-omnibus-api/health.svg)](https://phpackages.com/packages/rostrocom-omnibus-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)
