PHPackages                             libero/content-api-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. [API Development](/categories/api)
4. /
5. libero/content-api-bundle

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

libero/content-api-bundle
=========================

Implements the Libero content API

v0.1.3(7y ago)02462[2 PRs](https://github.com/libero/content-api-bundle/pulls)MITPHPPHP ^7.2

Since Nov 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/libero/content-api-bundle)[ Packagist](https://packagist.org/packages/libero/content-api-bundle)[ RSS](/packages/libero-content-api-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (20)Versions (6)Used By (0)

ContentApiBundle
================

[](#contentapibundle)

[![Build Status](https://camo.githubusercontent.com/4684f4d440e180cf981ab81f72850d8a248ffdb25a15421ceb81aa5d694f0316/68747470733a2f2f7472617669732d63692e636f6d2f6c696265726f2f636f6e74656e742d6170692d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/libero/content-api-bundle)

This is a [Symfony](https://symfony.com/) bundle that implements the Libero content API.

Getting started
---------------

[](#getting-started)

Using [Composer](https://getcomposer.org/) you can add the bundle as a dependency:

```
composer require libero/content-api-bundle

```

If you're not using [Symfony Flex](https://symfony.com/doc/current/setup/flex.html), you'll need to enable the bundle in your application.

Configure your application to add one (or more) content APIs:

```
services:
    Libero\ContentApiBundle\Adapter\NullItems: ~

content_api:
    services:
        research-articles:
            items: Libero\ContentApiBundle\Adapter\NullItems
        blog-articles:
            items: Libero\ContentApiBundle\Adapter\NullItems
```

And add the following to your routing file:

```
content_api:
    resource: .
    type: content_api
```

This example will create two content APIs, with the prefixes `research-articles` and `blog-articles`.

Getting help
------------

[](#getting-help)

- Report a bug or request a feature on [GitHub](https://github.com/libero/libero/issues/new/choose).
- Ask a question on the [Libero Community Slack](https://libero-community.slack.com/).
- Read the [code of conduct](https://libero.pub/code-of-conduct).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.5% 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 ~42 days

Total

5

Last Release

2618d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e6aaeba393e9038b5a5a916e5f4e32ffb349436e3be2027be4828f486bc8c9d?d=identicon)[thewilkybarkid](/maintainers/thewilkybarkid)

![](https://avatars.githubusercontent.com/u/160299?v=4)[Giorgio Sironi](/maintainers/giorgiosironi)[@giorgiosironi](https://github.com/giorgiosironi)

---

Top Contributors

[![thewilkybarkid](https://avatars.githubusercontent.com/u/1784740?v=4)](https://github.com/thewilkybarkid "thewilkybarkid (21 commits)")[![davidcmoulton](https://avatars.githubusercontent.com/u/2893480?v=4)](https://github.com/davidcmoulton "davidcmoulton (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/libero-content-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/libero-content-api-bundle/health.svg)](https://phpackages.com/packages/libero-content-api-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.4k](/packages/symfony-framework-bundle)[shopware/storefront

Storefront for Shopware

684.6M230](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M560](/packages/shopware-core)[open-dxp/opendxp

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

9421.6k60](/packages/open-dxp-opendxp)

PHPackages © 2026

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