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(2y 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 today

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

33

—

LowBetter than 72% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

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

742d 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://avatars.githubusercontent.com/u/55572285?v=4)[ndaDayo](/maintainers/ndaDayo)[@ndaDayo](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[sylius/sylius

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

8.5k5.9M735](/packages/sylius-sylius)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)

PHPackages © 2026

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