PHPackages                             globalecomservices/vsi - 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. globalecomservices/vsi

ActiveMagento2-module

globalecomservices/vsi
======================

Vehicle Search Intelligence for Magento 2

00

Since Jul 30Pushed todayCompare

[ Source](https://github.com/globalecomservices/magento2-vehicle-search-intelligence)[ Packagist](https://packagist.org/packages/globalecomservices/vsi)[ RSS](/packages/globalecomservices-vsi/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Vehicle Search Intelligence (VSI) for Magento 2
===============================================

[](#vehicle-search-intelligence-vsi-for-magento-2)

Overview
--------

[](#overview)

Vehicle Search Intelligence (VSI) enhances Magento product discovery by automatically understanding Year, Make and Model information from search queries and filtering compatible products.

Features
--------

[](#features)

```
✓ Natural language search
✓ Automatic vehicle detection
✓ Selected vehicle persistence
✓ Category filtering
✓ Search result filtering
✓ Selected vehicle block
✓ Merchant configuration options

```

Example Searches
----------------

[](#example-searches)

Honda Civic 2020 brake

brake for Honda Civic 2020

2027 Mercedes-Benz G63 AMG brake pads

BMW X3 2026 spark plugs

Search Flow
-----------

[](#search-flow)

 ```
flowchart TD
    A[Customer Search]
    B[Vehicle Parser]
    C[Vehicle Resolver]
    D[Vehicle Selection]
    E[Product Filtering]
    F[Vehicle-Aware Browsing]

    A --> B --> C --> D --> E --> F
```

      Loading Installation
------------

[](#installation)

### Install using Composer

[](#install-using-composer)

From the CLI, run the following commands to install the Vehicle Search Intelligence module.

1. Run composer: `composer require globalecomservices/module-vsi`
2. Run Magento install/upgrade scripts: `php bin/magento setup:upgrade`
3. Compile dependency injection: `php bin/magento setup:di:compile`
4. Deploy static view files (production mode only): `php bin/magento setup:static-content:deploy`
5. Flush Magento cache: `php bin/magento cache:flush`

### Install manually

[](#install-manually)

1. Upload module to: ` app/code/Globalecomservices/VSI `
2. Enable Module: ` php bin/magento module:enable Globalecomservices_VSI `
3. Run Magento install/upgrade scripts: `php bin/magento setup:upgrade`
4. Compile dependency injection: `php bin/magento setup:di:compile`
5. Deploy static view files: `php bin/magento setup:static-content:deploy`
6. Flush Magento cache: `php bin/magento cache:flush`

### Fitment Index

[](#fitment-index)

To Build Fitment Index, run the following command in CLI ` php bin/magento vsi:fitment:index `

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance65

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/196183878?v=4)[globalecom](/maintainers/globalecom)[@Globalecom](https://github.com/Globalecom)

---

Top Contributors

[![globalecomservices](https://avatars.githubusercontent.com/u/9815489?v=4)](https://github.com/globalecomservices "globalecomservices (3 commits)")

### Embed Badge

![Health badge](/badges/globalecomservices-vsi/health.svg)

```
[![Health](https://phpackages.com/badges/globalecomservices-vsi/health.svg)](https://phpackages.com/packages/globalecomservices-vsi)
```

PHPackages © 2026

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