PHPackages                             ndadayo/nextengine - 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. ndadayo/nextengine

ActiveLibrary[API Development](/categories/api)

ndadayo/nextengine
==================

nextengine api wrapper.

v2.6.1(1y ago)0656MITPHPPHP ^8.1

Since Sep 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ndaDayo/nextengine)[ Packagist](https://packagist.org/packages/ndadayo/nextengine)[ RSS](/packages/ndadayo-nextengine/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (15)Versions (20)Used By (0)

NextEngine Api Client
=====================

[](#nextengine-api-client)

[![Packagist](https://camo.githubusercontent.com/d56925e856d5fc1b3d18d48a5de350e0f7cc7f68d3dffab5797c6e8363a4a1f2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d76322e352e312d626c75652e737667)](https://packagist.org/packages/ndaDayo/nextengine)[![CI](https://github.com/ndaDayo/nextengine/actions/workflows/ci.yml/badge.svg)](https://github.com/ndaDayo/nextengine/actions/workflows/ci.yml)

NextEngineのAPIを利用するためのライブラリです。

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

[](#installation)

```
$ composer require ndadayo/nextengine

```

Usage
-----

[](#usage)

### AccessToken,RefreshToken

[](#accesstokenrefreshtoken)

```

伝票番号

XML;

$receiveOrderBaseUpdate->data($xmlstr);

$response = $nextEngine($receiveOrderBaseUpdate, 'access_token');
$response->body();

```

#### セット商品マスタ

[](#セット商品マスタ)

```
$field = ['set_goods_id'];

$fields = new MasterSetGoodsFields($field);
$masterSetGoods = new MasterSetGoods();
$masterSetGoods->fields($fields);
$nextEngine = new NextEngine($client);
$response = $nextEngine($masterSetGoods, 'access_token');
$response->body();

```

Test
----

[](#test)

```
$ composer test

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 86% 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 ~100 days

Recently: every ~185 days

Total

11

Last Release

696d ago

Major Versions

v1.0.0 → v2.0.02021-10-14

PHP version history (2 changes)v1.0.0PHP ^8.0

v2.4.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/3fda844ef70c2033858d70ffd6f34c4e81da0932cd5d498598d84ce8083f87e6?d=identicon)[ndaDayo](/maintainers/ndaDayo)

---

Top Contributors

[![ndaDayo](https://avatars.githubusercontent.com/u/55572285?v=4)](https://github.com/ndaDayo "ndaDayo (43 commits)")[![cuminY](https://avatars.githubusercontent.com/u/65891630?v=4)](https://github.com/cuminY "cuminY (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ndadayo-nextengine/health.svg)

```
[![Health](https://phpackages.com/badges/ndadayo-nextengine/health.svg)](https://phpackages.com/packages/ndadayo-nextengine)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[saloonphp/saloon

Build beautiful API integrations and SDKs with Saloon

2.4k9.6M468](/packages/saloonphp-saloon)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[yoti/yoti-php-sdk

Yoti SDK for quickly integrating your PHP backend with Yoti

27539.9k1](/packages/yoti-yoti-php-sdk)[commercetools/commercetools-sdk

The official PHP SDK for the commercetools Composable Commerce APIs

19281.5k](/packages/commercetools-commercetools-sdk)

PHPackages © 2026

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