PHPackages                             numero2/contao-perview-bundle - 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. numero2/contao-perview-bundle

ActiveContao-bundle[Utility &amp; Helpers](/categories/utility)

numero2/contao-perview-bundle
=============================

Import job advertisements from Perview as news into Contao

1.0.2(1y ago)07LGPL-3.0+PHP

Since Sep 7Pushed 1y ago2 watchersCompare

[ Source](https://github.com/numero2/contao-perview-bundle)[ Packagist](https://packagist.org/packages/numero2/contao-perview-bundle)[ RSS](/packages/numero2-contao-perview-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (13)Versions (4)Used By (0)

Contao Perview Bundle
=====================

[](#contao-perview-bundle)

[![](https://camo.githubusercontent.com/bb3efbf3921dcf8222dd1b47f10829a49909d0aca561da5a6e45ca2663e38e27/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e756d65726f322f636f6e74616f2d706572766965772d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/numero2/contao-perview-bundle) [![License: LGPL v3](https://camo.githubusercontent.com/378367a0f32c18d4cd4a72c592d665bb27e3c184419e2fa85ff21fde8972bc1a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4c47504c25323076332d626c75652e7376673f7374796c653d666c61742d737175617265)](http://www.gnu.org/licenses/lgpl-3.0)

About
-----

[](#about)

Import job advertisements from [perview®](https://perview.de/) as news into Contao.

System requirements
-------------------

[](#system-requirements)

- [Contao 4.13](https://github.com/contao/contao) (or newer)

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

[](#installation)

- Install via Contao Manager or Composer (`composer require numero2/contao-perview-bundle`)
- Run a database update via the Contao-Installtool or using the [contao:migrate](https://docs.contao.org/dev/reference/commands/) command.

Hooks
-----

[](#hooks)

By default the bundle only imports certain information from the perview® job advertisements. If you need more meta data you can import them on your own using the `parsePerviewPosition` hook:

```
// src/EventListener/ParsePerviewPositionListener.php
namespace App\EventListener;

use Contao\CoreBundle\ServiceAnnotation\Hook;
use Contao\NewsModel;

/**
 * @Hook("parsePerviewPosition")
 */
class ParsePerviewPositionListener
{
    public function __invoke(NewsModel $news, object $position, bool $isUpdate): void
    {
        $news->something = $position->something;
    }
}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance43

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

3

Last Release

483d ago

### Community

Maintainers

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

---

Top Contributors

[![bennyborn](https://avatars.githubusercontent.com/u/226890?v=4)](https://github.com/bennyborn "bennyborn (9 commits)")

### Embed Badge

![Health badge](/badges/numero2-contao-perview-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/numero2-contao-perview-bundle/health.svg)](https://phpackages.com/packages/numero2-contao-perview-bundle)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

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

8.4k5.6M647](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3183.3k6](/packages/codefog-contao-news-categories)

PHPackages © 2026

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