# inpost/magento2-inpost-pay-dev

> InPost Pay Magento 2 monorepo — development workspace.

`composer require inpost/magento2-inpost-pay-dev`

Canonical URL: https://packagento.com/inpost/magento2-inpost-pay-dev

## At a glance

- **Vendor**: inpost (https://packagento.com/inpost.md)
- **Latest version**: v2.7.1 — released 2026-07-16
- **Pricing**: Free
- **Package type**: project
- **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/inpost/magento2-inpost-pay-dev 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 inpost/magento2-inpost-pay-dev:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## What it does

InPost Pay Magento 2 monorepo — development workspace.

## README

Monorepo containing all InPost Pay Magento 2 modules.

### Packages

| Package | Composer name | Description |
|---|---|---|
| [Restrictions](packages/magento2-module-restrictions) | `inpost/magento2-module-restrictions` | Product restrictions for InPost Pay |
| [InPost Pay](packages/magento2-module-inpost-pay) | `inpost/magento2-module-inpost-pay` | Core InPost Pay integration |
| [InPost Pay GraphQL](packages/magento2-module-inpost-pay-graph-ql) | `inpost/magento2-module-inpost-pay-graph-ql` | GraphQL endpoints |
| [InPost Pay Commerce](packages/magento2-module-inpost-pay-commerce) | `inpost/magento2-module-inpost-pay-commerce` | Adobe Commerce support |
| [Restrictions Commerce](packages/magento2-module-restrictions-commerce) | `inpost/magento2-module-restrictions-commerce` | Adobe Commerce restrictions support |
| [InPost Pay Hyva Checkout](packages/magento2-module-inpost-pay-hyva-checkout) | `inpost/magento2-module-inpost-pay-hyva-checkout` | Hyva Checkout integration |
| [InPost Pay Hyva Theme](packages/magento2-module-inpost-pay-hyva-theme) | `inpost/magento2-module-inpost-pay-hyva-theme` | Hyva Theme integration |

### Installation

Install individual packages via Composer:

```bash
composer require inpost/magento2-module-inpost-pay
bin/magento module:enable InPost_Restrictions InPost_InPostPay
bin/magento setup:upgrade
```

### Development

```bash
## Install dev dependencies
composer install

## Run coding standards check
composer phpcs

## Run static analysis
composer phpstan

## Run tests
composer test
```

### Contributing

Submit pull requests to this monorepo. Split repos (`inpost/magento2-module-*`) are read-only mirrors.

### License

See individual package LICENSE files.

## Recent Versions

| Version | Released |
|---|---|
| v2.7.1 | 2026-07-16 |
| v2.7.0 | 2026-07-10 |
| 2.6.2 | 2026-03-24 |
| 2.6.1 | 2026-03-05 |
| 2.6.0 | 2026-02-19 |

## Dependencies

### Require (dev)

| Package | Constraint |
|---|---|
| bitexpert/phpstan-magento | ^0.32 |
| magento/magento-coding-standard | ^33 |
| phpstan/phpstan | ^1.10 |
| phpunit/phpunit | ^10.0 |

## 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=["inpost/magento2-inpost-pay-dev"],
  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

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

