PHPackages                             koala-framework/kwc-content-api - 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. koala-framework/kwc-content-api

ActiveLibrary[API Development](/categories/api)

koala-framework/kwc-content-api
===============================

1.0.x-dev(4y ago)32.8k[1 PRs](https://github.com/koala-framework/kwc-content-api/pulls)PHP

Since Apr 12Pushed 4y ago4 watchersCompare

[ Source](https://github.com/koala-framework/kwc-content-api)[ Packagist](https://packagist.org/packages/koala-framework/kwc-content-api)[ RSS](/packages/koala-framework-kwc-content-api/feed)WikiDiscussions 1.0 Synced 3w ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Content API
===========

[](#content-api)

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

[](#installation)

- Add AppBundle to `AppKernel.php`

    ```
      public function registerBundles()
      {
          $bundles = array(
              ...
              new Kwc\ContentApiBundle\KwcContentApiBundle()
          );
          ...
      }

    ```
- Add routing config to `routing.yml`

    ```
      kwc_content_api:
          resource: "@KwcContentApiBundle/Resources/config/routing.yml"
          prefix:   /

    ```
- Add components to be exported to whitelist in `config.yml`

    ```
      kwc_content_api:
          export_components:
              - Kwc_Paragraphs_Component
              - Kwc_Basic_Headline_Component

    ```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

1561d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/395b4eb64319fa0febc26d2105ba5d7989eab16a9e8b1bb245f8705d1fb9ddac?d=identicon)[nsams](/maintainers/nsams)

![](https://avatars.githubusercontent.com/u/1013756?v=4)[Franz Unger](/maintainers/fraxachun)[@fraxachun](https://github.com/fraxachun)

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

---

Top Contributors

[![Ben-Ho](https://avatars.githubusercontent.com/u/1324250?v=4)](https://github.com/Ben-Ho "Ben-Ho (9 commits)")[![nsams](https://avatars.githubusercontent.com/u/50764?v=4)](https://github.com/nsams "nsams (8 commits)")[![jamesricky](https://avatars.githubusercontent.com/u/6264317?v=4)](https://github.com/jamesricky "jamesricky (3 commits)")[![rabengraph](https://avatars.githubusercontent.com/u/2119466?v=4)](https://github.com/rabengraph "rabengraph (2 commits)")

### Embed Badge

![Health badge](/badges/koala-framework-kwc-content-api/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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