PHPackages                             infinite-software/sulu-articles-publisher-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. infinite-software/sulu-articles-publisher-bundle

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

infinite-software/sulu-articles-publisher-bundle
================================================

Sulu articles publisher bundle

1.0.5(7y ago)077mitPHPPHP ^7.1

Since Nov 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/InfiniteSoftware/SuluArticlesPublisherBundle)[ Packagist](https://packagist.org/packages/infinite-software/sulu-articles-publisher-bundle)[ RSS](/packages/infinite-software-sulu-articles-publisher-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (7)Versions (7)Used By (0)

Bundle for Sulu Articles Publication Management.
================================================

[](#bundle-for-sulu-articles-publication-management)

This bundle closely connected with [sulu content import/export bundle (fork)](https://github.com/pawel-wasiliuk/SuluSyncBundle).

Its main purpose is to solve the problem with published sulu articles not being available in sulu **content** variable, after executed content dump import command ([from fork](https://github.com/pawel-wasiliuk/SuluSyncBundle)): **php bin/console sulu:import dir\_name**(Assuming you have already exported content of sulu before ([from fork](https://github.com/pawel-wasiliuk/SuluSyncBundle)))

### Requirements

[](#requirements)

Bundle is tested with PHP 7.1, Symfony 3.4, Sulu 1.6.

### Installation

[](#installation)

1. composer require infinite-software/sulu-articles-publisher-bundle
2. Modify AbstractKernel.php as always:

    ```
     // app/AbstractKernel.php

     // ...
     class AbstractKernel extends SuluKernel
     {
         // ...

         public function registerBundles()
         {
             $bundles = array(
                 // ...
                 new InfiniteSoftware\Bundle\SuluArticlesPublisherBundle\SuluArticlesPublisherBundle(),
             );

             // ...
         }
     }

    ```
3. Now you can publish articles with the command: **php bin/console sulu:articles:publish**
4. Then you should be able to see articles in **content** twig var, using for loop:

```
{% for article in content.articles %}
{% endfor %}

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

6

Last Release

2736d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9049b4607c870d58678dcac0b46ef89a146fb0df8fce888ddaf756378fe67676?d=identicon)[doctorx32](/maintainers/doctorx32)

---

Top Contributors

[![pavel-vasiluk](https://avatars.githubusercontent.com/u/30865120?v=4)](https://github.com/pavel-vasiluk "pavel-vasiluk (3 commits)")

### Embed Badge

![Health badge](/badges/infinite-software-sulu-articles-publisher-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/infinite-software-sulu-articles-publisher-bundle/health.svg)](https://phpackages.com/packages/infinite-software-sulu-articles-publisher-bundle)
```

###  Alternatives

[anime-db/anime-db

The application for making home collection anime

252.1k2](/packages/anime-db-anime-db)[robole/sulu-ai-translator-bundle

Translate any type of content using DeepL

181.3k](/packages/robole-sulu-ai-translator-bundle)

PHPackages © 2026

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