PHPackages                             butopea/vue-storefront-opencart-vsbridge - 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. butopea/vue-storefront-opencart-vsbridge

ActiveOpencart-extension[API Development](/categories/api)

butopea/vue-storefront-opencart-vsbridge
========================================

Vue Storefront Connector Extension for OpenCart

v1.0.43(4y ago)1725910[1 issues](https://github.com/butopea/vue-storefront-opencart-vsbridge/issues)MITPHP

Since Nov 5Pushed 2w ago5 watchersCompare

[ Source](https://github.com/butopea/vue-storefront-opencart-vsbridge)[ Packagist](https://packagist.org/packages/butopea/vue-storefront-opencart-vsbridge)[ Docs](https://github.com/butopea)[ RSS](/packages/butopea-vue-storefront-opencart-vsbridge/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (3)Versions (44)Used By (0)

Vue Storefront Connector Extension for OpenCart
===============================================

[](#vue-storefront-connector-extension-for-opencart)

**Compatible with: OpenCart 2.3.0.2**

**API Base URL:** `https://site_url/vsbridge/`

**API Credentials:**

- Username: OC API Name
- Password: OC API Key
- Secret Key: Must be generated in VS Bridge module settings
- Token Format: JWT

**Installation:**

- Add the following line in the extra section of your OpenCart's composer.json:

**Make sure to change the destination folder to match your upload/public folder.**

```
"extra": {
        "filescopier": [
            {
                "source": "vendor/butopea/vue-storefront-opencart-vsbridge/src",
                "destination": "upload",
                "debug": "true"
            }
        ]
    }
```

Notes about the `source` and `destination` paths:

> - The destination element must be a folder. if the destination folder does not exists, it is recursively created using `mkdir($destination, 0755, true)`
> - If the destination folder is not an absolute path, the relative path is calculated using the vendorDir path (`$project_path = \realpath($this->composer->getConfig()->get('vendor-dir').'/../').'/'`;)
> - The source element is evaluated using the php function `\glob($source, GLOB_MARK)` and a recursive copy is made for every result of this function into the destination folder

- Run the following command to add the required composer packages, including the VS Bridge itself:

```
composer require butopea/vue-storefront-opencart-vsbridge
```

- Add the URL rewrite rule for VS Bridge (Nginx example):

```
location /vsbridge {
    rewrite ^/(.+)$ /index.php?route=$1 last;
}
```

- Install the extension in OpenCart (Extensions -&gt; Modules) and generate a secret key

This extension will create its own tables in the database. An overview of the database changes [can be found here](https://github.com/butopea/vue-storefront-opencart-vsbridge/blob/master/src/admin/controller/extension/module/vsbridge.php#L103).

- Get the [Vue Storefront OpenCart Indexer](https://github.com/butopea/vue-storefront-opencart-indexer) to import your data into ElasticSearch.

*You need to whitelist your indexer's IP address in OpenCart at oc\_url/admin/index.php?route=user/api*

**Tests:**

- Edit `tests/test.php` and add the credentials and settings
- Run `php tests/test.php`

**Development:**

We're currently in the early stages of getting all the features working and would love other OpenCart developers to join in with us on this project!

If you found a bug or want to contribute toward making this extension better, please fork this repository, make your changes, and make a pull request.

**Credits:**

Made with ❤ by [Butopêa](https://butopea.com)

**Support:**

Please ask your questions regarding this extension on Vue Storefront's Slack  You can join via [this invitation link](https://slack.vuestorefront.io/).

**License:**

This extension is completely free and released under the MIT License.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance62

Regular maintenance activity

Popularity23

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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

Every ~20 days

Total

42

Last Release

1559d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e581e6809757fe47c1bd09ca447a17404e57bc71ce51dd552b46927c525833b?d=identicon)[themreza](/maintainers/themreza)

---

Top Contributors

[![themreza](https://avatars.githubusercontent.com/u/5465057?v=4)](https://github.com/themreza "themreza (5 commits)")[![schiggi](https://avatars.githubusercontent.com/u/3776606?v=4)](https://github.com/schiggi "schiggi (2 commits)")

---

Tags

opencartvsf1opencartvue-storefrontvsbridge

### Embed Badge

![Health badge](/badges/butopea-vue-storefront-opencart-vsbridge/health.svg)

```
[![Health](https://phpackages.com/badges/butopea-vue-storefront-opencart-vsbridge/health.svg)](https://phpackages.com/packages/butopea-vue-storefront-opencart-vsbridge)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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