PHPackages                             reiterus/informer-magento - 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. reiterus/informer-magento

ActiveMagento2-module[API Development](/categories/api)

reiterus/informer-magento
=========================

Get Magento 2 store information from REST API endpoints

1.2.0(3y ago)24MITPHPPHP ^7.4

Since Jul 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/reiterus/informer-magento)[ Packagist](https://packagist.org/packages/reiterus/informer-magento)[ RSS](/packages/reiterus-informer-magento/feed)WikiDiscussions main Synced today

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Magento Store Information
=========================

[](#magento-store-information)

Get information about your Magento 2 store using GET requests to REST API endpoints.

The module is developed for Magento version **2.4.3**

Usage
=====

[](#usage)

### Endpoints

[](#endpoints)

- basic info: `/rest/V1/reiterus/informer`
- detail info: `/rest/V1/reiterus/informer/detail`

### Responses

[](#responses)

Basic information for an anonymous user

```
{
    "version": "2.4.3",
    "locale": "en_US",
    "timezone": "America\/Chicago",
    "currency": "USD"
}
```

The list of detailed information is formed at your discretion, it may look like this.

```
[
    {
        "lifetime_sales": "29.00",
        "average_order": "14.50",
        "orders_number": "2",
        "customers_number": "1",
        "admins_number": "3",
        "extended_data": "from main application"
    }
]
```

### Set detail info

[](#set-detail-info)

To generate a set of extended data for detailed information, you can use the plugin from the "[example](example/Plugin/InformerBefore.php)" directory. Don't forget to include the following information in your `di.xml` file.

```

```

### Endpoint testing

[](#endpoint-testing)

To check the functionality of endpoints via PhpStorm, you can use files from the request directory:

- base.http: get minimal base information
- detail.http: get detailed information you need
- token.http: get admin token

See more in the "[request](request)" folder.

Installation
============

[](#installation)

You can install the package in two ways

From packagist.org

```
composer require reiterus/informer-magento
```

From GitHub repository

```
{
 "repositories": [
  {
   "type": "vcs",
   "url": "https://github.com/reiterus/informer-magento.git"
  }
 ]
}
```

License
=======

[](#license)

This library is released under the [MIT license](LICENSE).

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

1448d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

magentomagento-extensionmagento-modulemagento2magento2-extensionmagento2-modulereiterusmagento2magento2 modulereiterusinformermagento2-module-free

### Embed Badge

![Health badge](/badges/reiterus-informer-magento/health.svg)

```
[![Health](https://phpackages.com/badges/reiterus-informer-magento/health.svg)](https://phpackages.com/packages/reiterus-informer-magento)
```

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8064.7M49](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/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.

4346.3k](/packages/tinify-magento2)[tbondois/odoo-ripcord

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

15129.8k1](/packages/tbondois-odoo-ripcord)[sehrling/elasticsuite-ghost-cleaner

Magento 2 module to delete ghost indices automatically for the Smile Elasticsuite module

17100.8k](/packages/sehrling-elasticsuite-ghost-cleaner)[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)
