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)02392[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 5d 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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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

2571d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/92673a285b279d163bc6d6bb190f3e6663bd96d0e93e3f32cc671100a337aecf?d=identicon)[giorgiosironi](/maintainers/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

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

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

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

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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