PHPackages                             squadkin/module-squadexaai - 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. squadkin/module-squadexaai

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

squadkin/module-squadexaai
==========================

SquadexaAI - AI Product Builder, Product Generator, Product Creator

1.0.0(5mo ago)01proprietaryPHPPHP &gt;=8.0

Since Nov 24Pushed 4mo agoCompare

[ Source](https://github.com/Squadkin-Technologies/SquadexaAI)[ Packagist](https://packagist.org/packages/squadkin/module-squadexaai)[ RSS](/packages/squadkin-module-squadexaai/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Squadkin SquadexaAI Magento 2 Extension
=======================================

[](#squadkin-squadexaai-magento-2-extension)

`squadkintechnologies/module-squadexaai`

**Copyright © 2025 Squadkin Technologies Pvt. Ltd. All Rights Reserved.**
**PROPRIETARY SOFTWARE – DO NOT COPY OR DISTRIBUTE**

This module is the official and exclusive Magento 2 integration for **SquadexaAI**, Squadkin's AI-driven product content generation platform. The extension connects Magento merchants to SquadexaAI so they can create product descriptions, attributes, and media-ready content directly inside the Magento admin.

Please review `LICENSE.txt` and `COPYING.txt` for full license details.

---

Introduction
------------

[](#introduction)

SquadexaAI delivers AI-powered product creation tools to Magento merchants. The extension provides a complete admin experience for authenticating with SquadexaAI, generating single or bulk products, reviewing generation history, and exporting data for catalog operations.

Key Features
------------

[](#key-features)

- **AI Product Generation** – Create product titles, descriptions, SEO data, and attributes using SquadexaAI models from within Magento.
- **Bulk &amp; CSV Workflows** – Generate multiple products at once and download structured CSV outputs for further processing.
- **Usage Dashboard** – Monitor API usage, plan limits, recent activity logs, and processing statistics.
- **Admin Tools Integration** – Custom admin menus, grids, and UI components that blend seamlessly with Magento backend UX.
- **Secure Authentication** – OAuth/API key workflow with encrypted credential storage inside Magento.
- **Activity Tracking** – Detailed logs for generation jobs, word counts, processing times, and endpoints.

Dependencies &amp; Requirements
-------------------------------

[](#dependencies--requirements)

- **Magento Version**: 2.4.x or newer (tested on Magento 2.4.8)
- **PHP Version**: 8.0+
- **Magento Modules**: `Magento_Backend`, `Magento_Catalog`, `Magento_Ui`
- **Squadkin Base Module**: `Squadkin_Base` (provides shared menu + branding)
- **SquadexaAI Account**: Active SquadexaAI subscription with API access.
    - Create/manage your account and plans via the [SquadexaAI Pricing Portal](https://squadexa.ai/pricing).
    - Each Magento store that uses the extension needs its own API key generated from a SquadexaAI account.
- Outbound HTTPS connectivity to `https://squadexa.ai` for API calls

Installation
------------

[](#installation)

> For production environments, run deployment commands with the `--keep-generated` flag.

> **Important:** Before configuring the module in Magento, make sure you have a SquadexaAI account and plan. API keys are issued inside the SquadexaAI dashboard after purchasing a plan at .

### Option 1: Composer (Recommended)

[](#option-1-composer-recommended)

1. Configure the Packagist repository in your Magento root directory: ```
    composer config repositories.packagist composer https://packagist.org
    ```
2. Require the modules (Base module is required as a dependency): ```
    composer require squadkintechnologies/module-squadexaai
    ```
3. Enable the module: ```
    php bin/magento module:enable Squadkin_SquadexaAI
    ```
4. Run setup upgrade: ```
    php bin/magento setup:upgrade
    ```
5. Deploy static content if required: ```
    php bin/magento setup:static-content:deploy -f
    ```
6. Flush cache: ```
    php bin/magento cache:flush
    ```

### Option 2: Manual (Zip/Tar)

[](#option-2-manual-ziptar)

1. Copy the contents to `app/code/Squadkin/SquadexaAI`.
2. Enable the module: ```
    php bin/magento module:enable Squadkin_SquadexaAI
    ```
3. Run setup upgrade: ```
    php bin/magento setup:upgrade
    ```
4. Deploy static content if required: ```
    php bin/magento setup:static-content:deploy -f
    ```
5. Flush cache: ```
    php bin/magento cache:flush
    ```

License
-------

[](#license)

This software is proprietary and confidential. Unauthorized copying, distribution, resale, or reverse engineering is strictly prohibited and will be prosecuted to the maximum extent permitted under law. Refer to `LICENSE.txt` for the complete license agreement.

Support
-------

[](#support)

For licensing, technical assistance, or enterprise onboarding:

- **Company**: Squadkin Technologies Pvt. Ltd.
- **Email**:
- **Website**:

Copyright
---------

[](#copyright)

© 2025 Squadkin Technologies Pvt. Ltd. All rights reserved. This extension is protected by international copyright and intellectual property laws.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance73

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

167d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/14432c38221ac59bcbb2a319d02f9d1bb400d4e739b89fe7eda9e8e9bc867e9c?d=identicon)[squadexa-ai](/maintainers/squadexa-ai)

---

Top Contributors

[![amitsquadkin](https://avatars.githubusercontent.com/u/218725642?v=4)](https://github.com/amitsquadkin "amitsquadkin (15 commits)")

### Embed Badge

![Health badge](/badges/squadkin-module-squadexaai/health.svg)

```
[![Health](https://phpackages.com/badges/squadkin-module-squadexaai/health.svg)](https://phpackages.com/packages/squadkin-module-squadexaai)
```

###  Alternatives

[wwwision/dcb-eventstore

Implementation of the Dynamic Consistency Boundary pattern described by Sara Pellegrini

2131.5k10](/packages/wwwision-dcb-eventstore)

PHPackages © 2026

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