PHPackages                             zoorate/poinzilla - 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. [Admin Panels](/categories/admin)
4. /
5. zoorate/poinzilla

ActiveMagento2-module[Admin Panels](/categories/admin)

zoorate/poinzilla
=================

PoinZilla Module for Magento 2

1.1.0-stable(8mo ago)0147AFL-3.0PHPPHP &gt;=8.0

Since Sep 20Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/feedaty/Feedaty_Poinzilla-Magento2)[ Packagist](https://packagist.org/packages/zoorate/poinzilla)[ RSS](/packages/zoorate-poinzilla/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (9)Dependencies (1)Versions (16)Used By (0)

POINZILLA MAGENTO 2
===================

[](#poinzilla-magento-2)

 INSTALL MODULE
----------------

[](#-install-module-)

###  Install from composer

[](#-install-from-composer-)

1. move to your magento root directory

```
# cd /var/www/html/path/to/your/magento-root-dir
```

2. login as the owner of your magento filesystem, for example:

```
 # su magentouser
```

3. require and install the package

```
 # composer require zoorate/poinzilla
```

4. run comand

```
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy []

```

 Hyva Theme
------------

[](#-hyva-theme-)

Add the script below to header.phtml as in the stage path app/design/frontend/\[Vendor\]/\[Theme\]/Magento\_Theme/templates/html

```

    document.addEventListener('DOMContentLoaded', function () {
        fetch('/customer/section/load/?sections=poinzilla_user')
            .then(res => res.json())
            .then(data => {
                const user = data.poinzilla_user;
                const el = document.querySelector('.poinzilla-login-user-info');
                if (!user || !el) return;

                el.setAttribute('data-first-name', user.firstname);
                el.setAttribute('data-last-name', user.lastname);
                el.setAttribute('data-email', user.email);
                el.setAttribute('data-digest', user.digest);
                el.setAttribute('data-consumer-group', JSON.stringify([user.group_id]));
            });
    });

```

 INFOS AND CONTACTS
--------------------

[](#-infos-and-contacts-)

[www.poinzilla.com](http://www.poinzilla.com)

 LICENSE
---------

[](#-license-)

AFL-3.0

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance59

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Total

8

Last Release

262d ago

PHP version history (2 changes)1.0.0-stablePHP ~8.1.27

1.0.4-stablePHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/994ad05eb017430fdacd09a47541664eba637f3a901d9e3f9890b0287e1b5e05?d=identicon)[feedaty](/maintainers/feedaty)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/zoorate-poinzilla/health.svg)

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

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k53.0k12](/packages/magento-community-edition)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[msp/codemonkey

2119.4k](/packages/msp-codemonkey)[omise/omise-magento

Accept payments on your Magento 2 website with Omise

3419.0k](/packages/omise-omise-magento)

PHPackages © 2026

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