PHPackages                             jrb/module-ordercontroller - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jrb/module-ordercontroller

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

jrb/module-ordercontroller
==========================

To implement guest order history feature

27[1 issues](https://github.com/JyotiranjanBiswal/magento2-GuestOrderHistory/issues)PHP

Since Oct 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/JyotiranjanBiswal/magento2-GuestOrderHistory)[ Packagist](https://packagist.org/packages/jrb/module-ordercontroller)[ RSS](/packages/jrb-module-ordercontroller/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

magento2-GuestOrderHistory
==========================

[](#magento2-guestorderhistory)

Decription
==========

[](#decription)

Implement guest order history feature with a new controller that takes parameter(s) to query a single order and returns a json with information about order status, total, items (sku, item\_id, price) and total invoiced.

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

[](#installation)

### Composer Package

[](#composer-package)

1. Go to Magento® 2 root folder
2. Enter following commands to install module:

    ```
    composer require jrb/module-ordercontroller dev-guestorderhistory

    ```

    Wait while dependencies are updated.
3. Enter following commands to enable module:

    ```
    php bin/magento module:enable JRB_OrderController
    php bin/magento setup:upgrade
    php bin/magento cache:clean

    ```

### Manually

[](#manually)

1. Go to Magento® 2 root folder
2. paste all code in a foler app/code/JRB/OrderController
3. Enter following commands to enable module:

    ```
    php bin/magento module:enable JRB_OrderController
    php bin/magento setup:upgrade
    php bin/magento cache:clean

    ```

### How to use

[](#how-to-use)

by calling rest api

end point:

```
rest/V1/guestorder/getGuestOrderHistory/:param

```

param can be 1,2,.. all

```

```

or by calling simple controller

```

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cb93f22e9023aef5fe05f14c167c017569415e91881185563d369bf9c45c4ac?d=identicon)[jyotiranjan](/maintainers/jyotiranjan)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jrb-module-ordercontroller/health.svg)

```
[![Health](https://phpackages.com/badges/jrb-module-ordercontroller/health.svg)](https://phpackages.com/packages/jrb-module-ordercontroller)
```

PHPackages © 2026

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