PHPackages                             yumdap/magento2-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. yumdap/magento2-api

ActiveLibrary[API Development](/categories/api)

yumdap/magento2-api
===================

Provides access to the Magento 2 API

v0.0.2(7y ago)16MITPHPPHP ^7.0

Since Feb 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/yumdap/magento2-api)[ Packagist](https://packagist.org/packages/yumdap/magento2-api)[ Docs](https://github.com/yumdap/magento2-api)[ RSS](/packages/yumdap-magento2-api/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Magento 2 API PHP-SDK
=====================

[](#magento-2-api-php-sdk)

This is a very incomplete implementation of the Magento 2 API. Extended as needed. Will break often. PRs welcome.

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

[](#installation)

You can install the package via composer:

```
composer require yumdap/magento2-api
```

Usage
-----

[](#usage)

```
use Yumdap\Magento2\Client;

// create client
$client = Client($api_url, $integration_token);

// get order
$order = $client->getOrderByIncrementId("100000012");

// create invoice for given order
$client->invoiceOrder($order);

// create shipment for that order
$client->shipOrder($order);
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Matthias Niess](https://github.com/dakira)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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 ~303 days

Total

2

Last Release

2698d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d88d63a4cdca6dc5a98dda90358ef35c45bd8f5e005470b10e99992e4e9a8298?d=identicon)[mniess](/maintainers/mniess)

---

Top Contributors

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

---

Tags

apimagento2phpapimagento2yumdap

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yumdap-magento2-api/health.svg)

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

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[tinify/magento2

Make your web shop faster by compressing your JPEG and PNG images. This plugin automatically optimizes your images by integrating with the popular image compression services TinyJPG and TinyPNG.

4345.8k](/packages/tinify-magento2)[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)[tbondois/odoo-ripcord

Ripoo : a PHP8 XML-RPC client handler for Odoo External API

16124.3k1](/packages/tbondois-odoo-ripcord)[mollie/magento

iDEAL, Creditcard, Bancontact/Mister Cash, SOFORT, Bank transfer, Bitcoin, PayPal &amp; paysafecard for Magento https://www.mollie.com/

397.9k](/packages/mollie-magento)

PHPackages © 2026

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