PHPackages                             akeneo/cnet-connector - 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. akeneo/cnet-connector

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

akeneo/cnet-connector
=====================

Akeneo PIM CNET connector

v2.0.0(8y ago)5421[3 issues](https://github.com/akeneo/CnetConnector/issues)PHP

Since Jun 26Pushed 8y ago7 watchersCompare

[ Source](https://github.com/akeneo/CnetConnector)[ Packagist](https://packagist.org/packages/akeneo/cnet-connector)[ Docs](http://www.akeneo.com)[ RSS](/packages/akeneo-cnet-connector/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (8)Versions (6)Used By (0)

CnetConnector
=============

[](#cnetconnector)

CNET is the world's leader in tech product reviews, news, videos and more on technology and consumer electronics.

This extension allows to enrich your products data from CNET data provider. Data structure and products data are imported through the CNET connector using native Akeneo PIM CSV files format.

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

[](#requirements)

CNET ConnectorAkeneo PIM Community Editionv2.0v2.\*v1.1v1.7.\*v1.0v1.6.\*Installation
------------

[](#installation)

You can install this bundle with composer (see requirements section):

```
    php composer require akeneo/cnet-connector:2.0.*
```

CNET connector has a dependency on the [CustomEntityBundle](https://github.com/akeneo-labs/CustomEntityBundle) and the [ExtendedAttributeTypeBundle](https://github.com/akeneo/ExtendedAttributeTypeBundle). Be sure to follow the install documentation of these bundles prior to the following steps.

Enable the CnetConnectorBundle in the `app/AppKernel.php` file in the `registerBundles()` method:

```
    $bundles = [
        // ...
        new Pim\Bundle\CustomEntityBundle\PimCustomEntityBundle(),
        new Pim\Bundle\ExtendedAttributeTypeBundle\PimExtendedAttributeTypeBundle(),
        new Pim\Bundle\CnetConnectorBundle\PimCnetConnectorBundle(),
    ]
```

Add the Brand reference data in your `app/config/config.yml` file:

```
pim_reference_data:
    brand:
        class: Pim\Bundle\CnetConnectorBundle\Entity\Brand
        type: simple
```

From an existing PIM instance, you will have to update your database schema and regenerate your front assets:

```
    php bin/console cache:clear --env=prod --no-warmup
    php bin/console doctrine:schema:update --env=prod --force
    php bin/console --env=prod pim:installer:assets --symlink --clean
    yarn run webpack
```

Otherwise, you can proceed with the PIM's normal install process.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance8

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 77.9% 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 ~53 days

Total

5

Last Release

3026d ago

Major Versions

v1.1.0 → v2.0.02018-01-25

### Community

Maintainers

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

---

Top Contributors

[![fitn](https://avatars.githubusercontent.com/u/2131005?v=4)](https://github.com/fitn "fitn (53 commits)")[![mmetayer](https://avatars.githubusercontent.com/u/5301298?v=4)](https://github.com/mmetayer "mmetayer (15 commits)")

---

Tags

connectorPIMakeneointegrationcnet

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/akeneo-cnet-connector/health.svg)

```
[![Health](https://phpackages.com/badges/akeneo-cnet-connector/health.svg)](https://phpackages.com/packages/akeneo-cnet-connector)
```

###  Alternatives

[akeneo/magento-connector-bundle

Akeneo PIM bundle to export to Magento platform

582.2k](/packages/akeneo-magento-connector-bundle)[akeneo-labs/custom-entity-bundle

Akeneo PIM Custom entity bundle

52102.6k7](/packages/akeneo-labs-custom-entity-bundle)[synolia/sylius-akeneo-plugin

Akeneo connector for Sylius.

2696.0k](/packages/synolia-sylius-akeneo-plugin)[akeneo-labs/excel-connector-bundle

Akeneo PIM Excel connector bundle

166.4k](/packages/akeneo-labs-excel-connector-bundle)

PHPackages © 2026

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