PHPackages                             enanobots/m2-attribute-pagination - 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. enanobots/m2-attribute-pagination

Abandoned → [qoliber/m2-attribute-pagination](/?search=qoliber%2Fm2-attribute-pagination)Library[Utility &amp; Helpers](/categories/utility)

enanobots/m2-attribute-pagination
=================================

2.0.1(1y ago)4620.3k↓32%7[1 issues](https://github.com/qoliber/m2-attribute-pagination/issues)[1 PRs](https://github.com/qoliber/m2-attribute-pagination/pulls)MITHTML

Since Sep 26Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/qoliber/m2-attribute-pagination)[ Packagist](https://packagist.org/packages/enanobots/m2-attribute-pagination)[ RSS](/packages/enanobots-m2-attribute-pagination/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (10)Used By (0)

[![Open Source Love](https://camo.githubusercontent.com/ddf91434d4485475c0dc245c39579e596aa5fa81ffafc81d0b2bdd54f073ef92/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6f70656e2d736f757263652d6c69676874677265793f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562)](https://camo.githubusercontent.com/ddf91434d4485475c0dc245c39579e596aa5fa81ffafc81d0b2bdd54f073ef92/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6f70656e2d736f757263652d6c69676874677265793f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562)[![](https://camo.githubusercontent.com/0f340db00f60f88fc3344f602903798f98e303d08b60471ec678b9e49e5ffaf2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e322e782d6f72616e67653f7374796c653d666f722d7468652d6261646765266c6f676f3d6d6167656e746f)](https://camo.githubusercontent.com/0f340db00f60f88fc3344f602903798f98e303d08b60471ec678b9e49e5ffaf2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e322e782d6f72616e67653f7374796c653d666f722d7468652d6261646765266c6f676f3d6d6167656e746f)[![](https://camo.githubusercontent.com/4997587cb7b44d6885ed6232c4fc7b45a4a262c5f72f30457ae2144e42b19d85/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e332e782d6f72616e67653f7374796c653d666f722d7468652d6261646765266c6f676f3d6d6167656e746f)](https://camo.githubusercontent.com/4997587cb7b44d6885ed6232c4fc7b45a4a262c5f72f30457ae2144e42b19d85/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e332e782d6f72616e67653f7374796c653d666f722d7468652d6261646765266c6f676f3d6d6167656e746f)[![](https://camo.githubusercontent.com/cf682d6e974eb5d2d308bc0f9066b509b639a0f1b32f8505e3756b58448b3062/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e342e782d6f72616e67653f7374796c653d666f722d7468652d6261646765266c6f676f3d6d6167656e746f)](https://camo.githubusercontent.com/cf682d6e974eb5d2d308bc0f9066b509b639a0f1b32f8505e3756b58448b3062/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e342e782d6f72616e67653f7374796c653d666f722d7468652d6261646765266c6f676f3d6d6167656e746f)[![](https://camo.githubusercontent.com/7800a561d31d48393bcb31f44b884e63affc8393fff9fd3c1820807eec29d5e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d61696e7461696e65642d7965732d6772656e3f7374796c653d666f722d7468652d6261646765266c6f676f3d6d6167656e746f)](https://camo.githubusercontent.com/7800a561d31d48393bcb31f44b884e63affc8393fff9fd3c1820807eec29d5e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d61696e7461696e65642d7965732d6772656e3f7374796c653d666f722d7468652d6261646765266c6f676f3d6d6167656e746f)

### Magento 2 Attribute Options Pagination

[](#magento-2-attribute-options-pagination)

Simple Magento 2 module that adds pagination to attribute options in admin panel.

[![5r8Sf9.md.png](https://camo.githubusercontent.com/c6b816524bfc08142db300850b346a5af99ad9f6130aca958070342a43762566/68747470733a2f2f69696c692e696f2f3572385366392e6d642e706e67)](https://freeimage.host/i/5r8Sf9)

Installation (in your Magento 2 directory):
**THIS PACKAGE REQUIRES COMPOSER 2.x**

```
composer require qoliber/m2-attribute-pagination  --ignore-platform-reqs
```

activate the module:

```
php bin/magento module:enable Qoliber_AttributeOptionPager
```

And run upgrade command:

```
php bin/magento setup:upgrade
```

Module should work out-of-the box

### Tested on:

[](#tested-on)

- Magento 2.3.6 Open Source
- Magento 2.3.7 Open Source
- Magento 2.4.2 Open Source
- Magento 2.4.3 Open Source
- Magento 2.4.7 Open Source

If there are issues / problems, please open an issue within the repository or submit a pull request.

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance66

Regular maintenance activity

Popularity39

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~151 days

Total

9

Last Release

384d ago

Major Versions

1.0.6 → 2.0.02024-12-19

### Community

Maintainers

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

---

Top Contributors

[![jakwinkler](https://avatars.githubusercontent.com/u/4256191?v=4)](https://github.com/jakwinkler "jakwinkler (7 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (5 commits)")[![Adrees-Basheer](https://avatars.githubusercontent.com/u/23651361?v=4)](https://github.com/Adrees-Basheer "Adrees-Basheer (2 commits)")[![enanobots](https://avatars.githubusercontent.com/u/85762406?v=4)](https://github.com/enanobots "enanobots (2 commits)")[![marek-wojtowicz-accenture](https://avatars.githubusercontent.com/u/63452118?v=4)](https://github.com/marek-wojtowicz-accenture "marek-wojtowicz-accenture (1 commits)")

### Embed Badge

![Health badge](/badges/enanobots-m2-attribute-pagination/health.svg)

```
[![Health](https://phpackages.com/badges/enanobots-m2-attribute-pagination/health.svg)](https://phpackages.com/packages/enanobots-m2-attribute-pagination)
```

###  Alternatives

[league/event

Event package

1.6k141.6M184](/packages/league-event)[doganoo/php-algorithms

A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell

9485.4k7](/packages/doganoo-php-algorithms)[houdunwang/laravel-module

laravel modules

531.9k](/packages/houdunwang-laravel-module)

PHPackages © 2026

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