PHPackages                             angelxmoreno/doba-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. angelxmoreno/doba-api

ActiveLibrary[API Development](/categories/api)

angelxmoreno/doba-api
=====================

A PHP library for interacting with the Doba API

v1.2.1(7y ago)116MITPHPPHP ^7.2

Since Sep 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/angelxmoreno/doba-api)[ Packagist](https://packagist.org/packages/angelxmoreno/doba-api)[ Docs](https://github.com/angelxmoreno/doba-api)[ RSS](/packages/angelxmoreno-doba-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (9)Versions (9)Used By (0)

Doba API
========

[](#doba-api)

A PHP library for interacting with the Doba API

[![Build Status](https://camo.githubusercontent.com/220dd07306c12928f3b58f514c4d1e328027ba1e24527ccc86746e412244cae2/68747470733a2f2f7472617669732d63692e636f6d2f616e67656c786d6f72656e6f2f646f62612d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/angelxmoreno/doba-api)[![Codacy Badge](https://camo.githubusercontent.com/bc5f7ff12d889a1fdc1314fba90b12d5abe9f022252569bb4112c124d17b941c/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6464616638323166393633343435376638636238636436366265633430366338)](https://www.codacy.com/app/angelxmoreno/doba-api?utm_source=github.com&utm_medium=referral&utm_content=angelxmoreno/doba-api&utm_campaign=Badge_Grade)[![Maintainability](https://camo.githubusercontent.com/51ff8178c24eb08191e5424b9f73b32c114e63662fcdef1dd60249243866683f/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f39313261393039336530366261653135373362392f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/angelxmoreno/doba-api/maintainability)[![Test Coverage](https://camo.githubusercontent.com/f79d508b79b8f97d1a69da6c0f23c3b80db653bdc76dc73c2207e2359ca76b22/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f39313261393039336530366261653135373362392f746573745f636f766572616765)](https://codeclimate.com/github/angelxmoreno/doba-api/test_coverage)[![License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.txt)[![Minimum PHP Version](https://camo.githubusercontent.com/be3b30c4ceb47b639794ebe0895f4fec6871dd53b2d7ae58d654a2018c3844fb/687474703a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e312d3838393242462e737667)](https://php.net/)

Features
--------

[](#features)

- Make calls to the Doba API
- PSR-16 cache for faster responses
- Uses SoapClient for better type conversion of data

Examples
--------

[](#examples)

```
$username = 'doba_api_username';
$password = 'doba_api_password';
$retailer_id = 'retailer_id';

$api = \Axm\DobaApi\Factory::buildApi($username, $password, $retailer_id);
$suppliers = $api->getSuppliers(['supplier_ids' => [123,456]]);

$orders = $api->getOrders([
    'limit' => 4
]);
```

Requirements
------------

[](#requirements)

- PHP &gt;=7.1
- SoapClient enabled in PHP

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

[](#installation)

You can install this library using [composer](http://getcomposer.org).

The recommended way to install as a composer package:

```
composer require angelxmoreno/doba-api
```

Setup
-----

[](#setup)

Reporting Issues
----------------

[](#reporting-issues)

If you have a problem with this library please open an issue on [GitHub](https://github.com/angelxmoreno/cakephp-linked-entities/issues).

License
-------

[](#license)

This code is offered under an [MIT license](https://opensource.org/licenses/mit-license.php).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~1 days

Total

8

Last Release

2795d ago

Major Versions

v0.1.0 → v1.0.02018-09-07

PHP version history (2 changes)v0.0.0PHP ^5.6 | ^7.2

v1.0.0PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/58aebae1bf475954887c4c975a24950aa32c0dd34026400fa0303f7a43672389?d=identicon)[angelxmoreno](/maintainers/angelxmoreno)

---

Top Contributors

[![angelxmoreno](https://avatars.githubusercontent.com/u/363479?v=4)](https://github.com/angelxmoreno "angelxmoreno (17 commits)")

---

Tags

apidobadropshippingapiDropshippingdoba

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/angelxmoreno-doba-api/health.svg)

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

###  Alternatives

[algolia/algoliasearch-client-php

API powering the features of Algolia.

69333.0M114](/packages/algolia-algoliasearch-client-php)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)[wordpress/wp-ai-client

An AI client and API for WordPress to communicate with any generative AI models of various capabilities using a uniform API.

11117.5k1](/packages/wordpress-wp-ai-client)[wtfzdotnet/php-tmdb-api

PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.

4242.9k](/packages/wtfzdotnet-php-tmdb-api)[webit/w-firma-api

wFirma.pl API

1820.2k](/packages/webit-w-firma-api)

PHPackages © 2026

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