# storeportal/magento2-adminembed

> Embeds the Store Portal dashboard inside Magento 2 Admin and fires product webhooks

`composer require storeportal/magento2-adminembed`

Canonical URL: https://packagento.com/storeportal/magento2-adminembed

## At a glance

- **Vendor**: storeportal (https://packagento.com/storeportal.md)
- **Latest version**: v1.1.3 — released 2026-06-13
- **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/storeportal/magento2-adminembed 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 storeportal/magento2-adminembed:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## What it does

Embeds the Store Portal dashboard inside Magento 2 Admin and fires product webhooks

## Recent Versions

| Version | Released |
|---|---|
| v1.1.3 | 2026-06-13 |
| v1.1.2 | 2026-06-10 |
| v1.1.1 | 2026-06-06 |
| v1.1.0 | 2026-06-06 |
| v1.0.6 | 2026-06-03 |
| 1.0.3 | 2026-05-20 |
| 1.0.2 | 2026-05-18 |
| 1.0.1 | 2026-05-18 |
| 1.0.0 | 2026-05-12 |

## Dependencies

### Require

| Package | Constraint |
|---|---|
| magento/framework | * |
| magento/module-backend | * |
| magento/module-store | * |
| php | >=7.4 |

## 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=["storeportal/magento2-adminembed"],
  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

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

