PHPackages                             mejdoubimeriem/wcs - 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. mejdoubimeriem/wcs

ActiveSymfony-bundle[API Development](/categories/api)

mejdoubimeriem/wcs
==================

The Websphere Commerce Connector for Akeneo

v1.1.0(10y ago)026OSL-3.0PHPPHP &gt;=5.3.2

Since Apr 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mejdoubimeriem/akeneo_wcs)[ Packagist](https://packagist.org/packages/mejdoubimeriem/wcs)[ RSS](/packages/mejdoubimeriem-wcs/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

WCS Connector
=============

[](#wcs-connector)

!\[alt text\]\[logo\]

WCS Connector is extension that allows you to import your catalog from Akeneo CSV files into Websphere commerce.

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

[](#installation)

### Via composer :

[](#via-composer-)

- Add into in the `require` section:

`"aliznet":"dev-master"`

- Add into the `repositories` section:

```
	{
        "type": "vcs",
        "url": "https://github.com/mejdoubimeriem/akeneo_wcs.git",
        "branch": "master"
    }

```

- Execute update composer.phar :

```
	php composer.phar update aliznet

```

Update Akeneo database
----------------------

[](#update-akeneo-database)

- apply the script to your Akeneo database :

```
	WCSBundle/Resources/sql/mapping_migration.schema.sql

```

Update your AppKernel.php
-------------------------

[](#update-your-appkernelphp)

- Add those two lines from your app/AppKernel.php file:

```
	$bundles[] = new Aliznet\WCSBundle\AliznetWCSBundle();
	$bundles[] = new new Aliznet\EnrichBundle\AliznetEnrichBundle();

```

Update your config.yml
----------------------

[](#update-your-configyml)

- Add these lines from your app/config/config.yml file after this line **akeneo\_storage\_utils:** :

```
	mapping_overrides:
		-
			original: Pim\Bundle\CatalogBundle\Entity\Category
			override: Aliznet\WCSBundle\Entity\Category
		-
			original: Pim\Bundle\CatalogBundle\Entity\CategoryTranslation
			override: Aliznet\WCSBundle\Entity\CategoryTranslation

```

- run:

```
	php app/console doctrine:schema:update --force
	php app/console cache:clear --env=prod

```

Create these Attributes Groups into Akeneo interface
----------------------------------------------------

[](#create-these-attributes-groups-into-akeneo-interface)

```
	Go into settings > Attribute groups > Create a new attribute group
	* General
	* Pricing
	* Custom
	* Publishing
	* Descriptif
	* Defining
	* Display

```

Import these files into Akeneo interface
----------------------------------------

[](#import-these-files-into-akeneo-interface)

```
 	WCSBundle\Resources\fixtures\wcs-attributes.csv in Collect > import profiles > csv_attribute_import
	WCSBundle\Resources\fixtures\wcs-options.csv in Collect > import profiles > csv_option_import
	WCSBundle\Resources\fixtures\wcs-family.csv in Collect > import profiles > csv_family_import
 	WCSBundle\Resources\fixtures\wcs-variant_group.csv in Collect > import profiles > csv_variant_group_import
 	WCSBundle\Resources\fixtures\wcs-product-ecommerce.csv in Collect > import profiles > csv_product_import	**for ecommerce channel**
 	WCSBundle\Resources\fixtures\wcs-product-print.csv in Collect > import profiles > csv_product_import	    **for print channel**
 	WCSBundle\Resources\fixtures\wcs-product-mobile.csv in Collect > import profiles > csv_product_import	    **for mobile channel**

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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 ~0 days

Total

2

Last Release

3715d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15728113?v=4)[mejdoubi meriem](/maintainers/mejdoubimeriem)[@mejdoubimeriem](https://github.com/mejdoubimeriem)

---

Top Contributors

[![mejdoubimeriem](https://avatars.githubusercontent.com/u/15728113?v=4)](https://github.com/mejdoubimeriem "mejdoubimeriem (22 commits)")

---

Tags

PIMakeneowcs

### Embed Badge

![Health badge](/badges/mejdoubimeriem-wcs/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M464](/packages/pimcore-pimcore)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k55](/packages/open-dxp-opendxp)

PHPackages © 2026

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