PHPackages                             extendware/unity - 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. extendware/unity

ActiveMagento2-module

extendware/unity
================

Mage UniTY for Magento 2

2.4.0(1mo ago)01.0k1GPL-2.0-or-laterPHPPHP ^7.0.0 || ^8.0.0

Since Aug 8Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/extendware/Magento-TYPO3-UniTY)[ Packagist](https://packagist.org/packages/extendware/unity)[ RSS](/packages/extendware-unity/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (27)Used By (0)

Magento to TYPO3 Connector: Mage UniTY for Magento 2 and TYPO3
==============================================================

[](#magento-to-typo3-connector-mage-unity-for-magento-2-and-typo3)

The Mage UniTY extension, developed by web-vision, allows seamless integration of the TYPO3 content management system with an existing Magento 2.x shop. This integration enhances search service optimization, improves visitor experience, and facilitates professional content marketing for your Magento store. Use TYPO3 as content mamagement system inside or side-by-side for your Magento sore.

Checkout the video here:

System Requirements
-------------------

[](#system-requirements)

- A working TYPO3 CMS v11 LTS System with the TYPO3 Extension of the Magento-TYPO3-UniTY, which can be found here:
- A Magento 2.4.x version

Mage UniTY Setup Guide
======================

[](#mage-unity-setup-guide)

Follow these simple steps to set up Mage UniTY via composer or manual installation.

Installation via Composer:
--------------------------

[](#installation-via-composer)

1. Open your Magento 2 root folder in your terminal.
2. Run the following command to install the Mage UniTY module: ```
    composer require extendware/unity
    ```
3. Apply database updates by running php bin/magento setup:upgrade
4. Flush the cache by running php bin/magento cache:flush

Manual Installation:
--------------------

[](#manual-installation)

1. Unzip the zip file in app/code/WebVision/Unity
2. Enable the module by running php bin/magento module:enable WebVision\_Unity
3. Apply database updates by running php bin/magento setup:upgrade
4. Flush the cache by running php bin/magento cache:flush

Adding New Connection Parameters for TYPO3 Database in `app/etc/env.php`
------------------------------------------------------------------------

[](#adding-new-connection-parameters-for-typo3-database-in-appetcenvphp)

To establish a connection to the TYPO3 database in Magento 2, you need to add new connection parameters to the app/etc/env.php file. Here is an example of how these parameters should be configured:

```
'db' => [
    'table_prefix' => '',
    'connection' => [
        'default' => [
            // Default Magento database connection parameters
            // ...
        ],
        'typo3' => [
            // TYPO3 database connection parameters
            'host' => '127.0.0.1:54030',
            'dbname' => 'db',
            'username' => 'db',
            'password' => 'db',
            'model' => 'mysql4',
            'engine' => 'innodb',
            'initStatements' => 'SET NAMES utf8;',
            'active' => '1',
            'driver_options' => [
                1014 => false
            ]
        ]
    ]
],

```

### Further documentation

[](#further-documentation)

Further documentation can be found here:

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance71

Regular maintenance activity

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.6% 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 ~45 days

Recently: every ~127 days

Total

22

Last Release

53d ago

PHP version history (2 changes)2.0.0PHP ^5.5.22 || ^7.0.0 || ^8.0.0

2.3.7PHP ^7.0.0 || ^8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cc969a0b56f89acb3b7874194c76a47f44a67814c9f080c18995844ac73c96b?d=identicon)[extendware](/maintainers/extendware)

---

Top Contributors

[![fenilwebv](https://avatars.githubusercontent.com/u/122800502?v=4)](https://github.com/fenilwebv "fenilwebv (69 commits)")[![parthwebvision](https://avatars.githubusercontent.com/u/80261199?v=4)](https://github.com/parthwebvision "parthwebvision (31 commits)")[![harunmujic](https://avatars.githubusercontent.com/u/99493157?v=4)](https://github.com/harunmujic "harunmujic (12 commits)")[![bushra-web-vision](https://avatars.githubusercontent.com/u/139576117?v=4)](https://github.com/bushra-web-vision "bushra-web-vision (5 commits)")[![mahesh-makwana-web-vision](https://avatars.githubusercontent.com/u/116068098?v=4)](https://github.com/mahesh-makwana-web-vision "mahesh-makwana-web-vision (5 commits)")

### Embed Badge

![Health badge](/badges/extendware-unity/health.svg)

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

PHPackages © 2026

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