PHPackages                             unopim/bagisto-connector - 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. [API Development](/categories/api)
4. /
5. unopim/bagisto-connector

ActiveLibrary[API Development](/categories/api)

unopim/bagisto-connector
========================

UnoPim Bagisto Connector enables users to link their Bagisto store to the UnoPim platform, allowing for seamless synchronization and management of product information.

v1.0.0(1y ago)0201MITPHP

Since May 9Pushed 1y ago2 watchersCompare

[ Source](https://github.com/unopim/bagisto-connector)[ Packagist](https://packagist.org/packages/unopim/bagisto-connector)[ Docs](https://www.unopim.com)[ RSS](/packages/unopim-bagisto-connector/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

UnoPim-Bagisto Connector
========================

[](#unopim-bagisto-connector)

The **UnoPim-Bagisto Connector** enables seamless integration between UnoPim and Bagisto, allowing you to synchronize data effortlessly.

✨ Features
----------

[](#-features)

- 🗂 **Export Categories**: Export categories from UnoPim as collections in Bagisto.
- 🛠️ **Attributes Sync**: Transfer attributes from UnoPim to Bagisto with ease.
- 👨‍👩‍👧 **Export Families**: Export families from UnoPim to Bagisto.
- 📦 **Product Export**: Export products, including simple and configurable ones, from UnoPim to Bagisto.
- ⚡ **Bulk API**: Leverage a bulk API for faster product exports.
- 🗄️ **Media Sync**: Sync product images and videos from UnoPim to Bagisto.
- ☁️ **AWS S3 Compatibility**: Fully compatible with AWS S3 for image storage and management.

🛠️ Installation
---------------

[](#️-installation)

1. 📂 Download and extract the extension package.
2. 🔗 Merge the `packages` folder into the root directory of your UnoPim project.

Installation with composer
--------------------------

[](#installation-with-composer)

- Run the following command

```
composer require unopim/bagisto-connector

```

- Run the command to execute migrations and clear the cache.

```
php artisan migrate
php artisan vendor:publish --tag=unopim-bagisto-connector
php artisan optimize:clear
```

**Enable Queue Operations**
---------------------------

[](#enable-queue-operations)

- Start the queue to execute actions, such as job operations, by running the following command: ```
    php artisan queue:work
    ```
- If the `queue:work` command is configured to run via a process manager like Supervisor, restart the Supervisor (or related) service after module installation to apply changes: ```
    sudo service supervisor restart
    ```

This ensures that the latest updates to the module are reflected in all background tasks.

Installation without composer
-----------------------------

[](#installation-without-composer)

Download and unzip the respective extension zip. Rename the folder to `Bagisto` and move into the `packages/Webkul` directory of the project's root directory.

### 📜 Register the Package Provider

[](#-register-the-package-provider)

1. Open the `config/app.php` file.
2. Add the following line under the `providers` array:

    ```
    Webkul\Bagisto\Providers\BagistoServiceProvider::class,
    ```
3. Open the `composer.json` file.
4. Add the following line under the `psr-4` section:

    ```
    "Webkul\\Bagisto\\": "packages/Webkul/Bagisto/src"
    ```

### 🪠 Run Setup Commands

[](#-run-setup-commands)

Execute the following commands to complete the setup:

1. **🔄 Dump Composer Autoload**

    ```
    composer dump-autoload
    ```
2. **📊 Migrate Tables for the Bagisto Plugin**

    ```
    php artisan migrate
    ```
3. **🔧 Publish Assets for the Bagisto Plugin**

    ```
    php artisan vendor:publish --tag=unopim-bagisto-connector
    ```
4. **🌐 Clear Application Cache**

    ```
    php artisan optimize:clear
    ```

### 🔄 Bagisto Requirement: Installing the REST API

[](#-bagisto-requirement-installing-the-rest-api)

To install the REST API for Bagisto, follow these steps:

1. **📖 Reference Repository**
    Clone or download the REST API package from the official GitHub repository:
    [GitHub Repository for REST API](https://github.com/unopim/bagisto-rest-api)
2. **📚 Installation Documentation**
    Refer to the official documentation for detailed installation instructions:
    [Bagisto REST API Installation Docs](https://devdocs.bagisto.com/2.2/api/#rest-api)
3. **⚖️ Ensure Compatibility**

    - Install the version compatible with your Bagisto setup.
    - Required version: `2.x.x`
4. **🛠️ Installation Steps**

    - Run the necessary commands mentioned in the documentation to integrate the REST API into your Bagisto setup.
    - Update dependencies and configurations as needed.

📞 Support
---------

[](#-support)

For any issues or inquiries, please contact our support team.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance49

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

369d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b9d5e6ca8ad62c7fe95aa906a664678ba8d79fe83f455f27a344a435bfcfed9?d=identicon)[navneetbhardwaj](/maintainers/navneetbhardwaj)

---

Top Contributors

[![navneetkumar-pim-webkul](https://avatars.githubusercontent.com/u/26001046?v=4)](https://github.com/navneetkumar-pim-webkul "navneetkumar-pim-webkul (4 commits)")

---

Tags

bagistobagisto-packagebagisto-pluginecommerceintegrationpimpluginunopimlaravelconnectorPIMintegrationbagistounopim

### Embed Badge

![Health badge](/badges/unopim-bagisto-connector/health.svg)

```
[![Health](https://phpackages.com/badges/unopim-bagisto-connector/health.svg)](https://phpackages.com/packages/unopim-bagisto-connector)
```

###  Alternatives

[akeneo/magento-connector-bundle

Akeneo PIM bundle to export to Magento platform

582.2k](/packages/akeneo-magento-connector-bundle)[lasserafn/laravel-economic

Economic REST wrapper for Laravel

1118.5k](/packages/lasserafn-laravel-economic)

PHPackages © 2026

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