PHPackages                             wp-kit/vc-integration - 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. wp-kit/vc-integration

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wp-kit/vc-integration
=====================

A wp-kit component that handles Visual Composer configuration

2.0.10(6y ago)0239MITPHPPHP &gt;=7.2

Since Sep 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wp-kit/vc-integration)[ Packagist](https://packagist.org/packages/wp-kit/vc-integration)[ Docs](https://github.com/wp-kit/vc-integration)[ RSS](/packages/wp-kit-vc-integration/feed)WikiDiscussions master Synced 3d ago

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

wp-kit/vc-integration
=====================

[](#wp-kitvc-integration)

This is a wp-kit component that handles [`Visual Composer`](https://vc.wpbakery.com/) configuration.

This component was built to run within an [`Illuminate\Container\Container`](https://github.com/illuminate/container/blob/master/Container.php) so is perfect for frameworks such as [`Themosis`](http://framework.themosis.com/), [`Assely`](https://assely.org/) and [`wp-kit/theme`](https://github.com/wp-kit/theme).

This component is simply a [`ServiceProvider`](https://github.com/wp-kit/vc-integration/blob/master/src/Vc/VisualComposerServiceProvider.php) which helps to simplify the configuration of `Visual Composer` and registration of shortcodes compatible with `Visual Composer` via a [config file](config/vc.config.php).

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

[](#installation)

If you're using `Themosis`, install via [`Composer`](https://getcomposer.org/) in the root of your `Themosis` installation, otherwise install in your `Composer` driven theme folder:

```
composer require "wp-kit/vc-integration"
```

Setup
-----

[](#setup)

### Add Service Provider

[](#add-service-provider)

Just register the service provider in the providers config:

```
//inside theme/resources/config/providers.config.php

return [
	//,
	WPKit\Integrations\Vc\VisualComposerServiceProvider::class,
	//
];
```

### Add Config File

[](#add-config-file)

The recommended method of installing config files for `wp-kit` components is via `wp kit vendor:publish` command.

First, [install WP CLI](http://wp-cli.org/), and then install this component, `wp kit vendor:publish` will automatically be installed with `wp-kit/utils`, once installed you can run:

`wp kit vendor:publish`

For more information, please visit [`wp-kit/utils`](https://github.com/wp-kit/utils#commands).

Alternatively, you can place the [config file(s)](config) and [shortcode file(s)](shortcodes) in your `theme/resources/config` and `theme/resources/shortcodes` directories manually.

Usage
-----

[](#usage)

### Adding Classes

[](#adding-classes)

`wp-kit\vc-integration` comes with a class [`WPKit\Integrations\Vc\Shortcode`](src/Vc/Shortcode.php) which can be extended by your own shortcode classes which should be added inside `resources/shortcodes` within the namespace `Theme\Shortcodes`.

[Here is an example Shortcode class](shortcodes/Test.php).

### Config

[](#config)

Please install and study the default [config file](config/vc.config.php) as described above to learn how to use this component.

Get Involved
------------

[](#get-involved)

To learn more about how to use `wp-kit` check out the docs:

[View the Docs](https://github.com/wp-kit/theme/tree/docs/README.md)

Any help is appreciated. The project is open-source and we encourage you to participate. You can contribute to the project in multiple ways by:

- Reporting a bug issue
- Suggesting features
- Sending a pull request with code fix or feature
- Following the project on [GitHub](https://github.com/wp-kit)
- Sharing the project around your community

For details about contributing to the framework, please check the [contribution guide](https://github.com/wp-kit/theme/tree/docs/Contributing.md).

Requirements
------------

[](#requirements)

Wordpress 4+

Visual Composer 4+

PHP 5.6+

License
-------

[](#license)

wp-kit/vc-integration is open-sourced software licensed under the MIT License.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~88 days

Recently: every ~148 days

Total

11

Last Release

2295d ago

PHP version history (2 changes)2.0.0PHP &gt;=5.6.4

2.0.10PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4cf98026bd84498477fafbfb9648807bf87c5ec9a0a404db2e3b7e2739cc8f9?d=identicon)[terence1990](/maintainers/terence1990)

---

Top Contributors

[![terence1990](https://avatars.githubusercontent.com/u/8171301?v=4)](https://github.com/terence1990 "terence1990 (56 commits)")

---

Tags

wordpressOOPthemosiswp-kitasselyvisual composer

### Embed Badge

![Health badge](/badges/wp-kit-vc-integration/health.svg)

```
[![Health](https://phpackages.com/badges/wp-kit-vc-integration/health.svg)](https://phpackages.com/packages/wp-kit-vc-integration)
```

###  Alternatives

[php-stubs/wordpress-stubs

WordPress function and class declaration stubs for static analysis.

19013.0M263](/packages/php-stubs-wordpress-stubs)

PHPackages © 2026

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