# qoliber/m2-attribute-pagination

`composer require qoliber/m2-attribute-pagination`

Canonical URL: https://packagento.com/qoliber/m2-attribute-pagination

## At a glance

- **Vendor**: qoliber (https://packagento.com/qoliber.md)
- **Latest version**: 2.1.0 — released 2026-05-19
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/qoliber/m2-attribute-pagination and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require qoliber/m2-attribute-pagination:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## Recent Versions

| Version | Released |
|---|---|
| 2.1.0 | 2026-05-19 |
| 2.0.1 | 2025-04-30 |
| 2.0.0 | 2024-12-19 |
| 1.0.6 | 2024-11-12 |
| 1.0.5 | 2024-11-12 |
| 1.0.4 | 2023-09-02 |
| 1.0.3 | 2022-10-18 |
| 1.0.2 | 2021-11-24 |
| 1.0.1 | 2021-09-26 |
| 1.0.0 | 2021-09-26 |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["qoliber/m2-attribute-pagination"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

qoliber is a Magento 2 vendor on Packagento. See https://packagento.com/qoliber.md for their full catalogue.

