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(7mo ago)0128↓100%AFL-3.0PHPPHP &gt;=8.0

Since Sep 20Pushed 7mo 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 1mo 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

37

—

LowBetter than 82% of packages

Maintenance68

Regular maintenance activity

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

217d 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

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)[magefan/module-admin-user-guide

Admin panel user guides.

132.5M1](/packages/magefan-module-admin-user-guide)[resma/filament-awin-theme

A modern, responsive, and customizable theme for FilamentPHP, designed to elevate your admin panel with a sleek interface and seamless user experience.

1714.6k](/packages/resma-filament-awin-theme)

PHPackages © 2026

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