PHPackages                             blackcube/graphql - 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. blackcube/graphql

ActiveLibrary[API Development](/categories/api)

blackcube/graphql
=================

GraphQL read-only API for Blackcube CMS

1.0.0(3mo ago)0571BSD-3-ClausePHPPHP &gt;=8.3

Since May 4Pushed 3mo agoCompare

[ Source](https://github.com/blackcubeio/graphql)[ Packagist](https://packagist.org/packages/blackcube/graphql)[ Docs](https://github.com/blackcubeio/graphql)[ RSS](/packages/blackcube-graphql/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (8)Versions (3)Used By (1)

Blackcube GraphQL
=================

[](#blackcube-graphql)

Read-only GraphQL API for Blackcube CMS. Exposes Content, Tag, Menu, Language, Parameter, Author with their relations and elastic data. No mutations — query API for headless frontends.

[![License](https://camo.githubusercontent.com/6cb285b57819f8de0acfb34923298f4f569f962544e8fe35331da2d163f4e485/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4253442d2d332d2d436c617573652d626c75652e737667)](LICENSE.md)[![Packagist Version](https://camo.githubusercontent.com/0e50f4d6e47bf8dd68e042fce4717e270ec37d482880f02c29562f68cfa5388e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c61636b637562652f6772617068716c2e737667)](https://packagist.org/packages/blackcube/graphql)

Quickstart
----------

[](#quickstart)

```
composer require blackcube/graphql
```

```
{
  contents(filters: { languageId: "fr" }) {
    id
    name
    slug { path }
    blocs {
      elastic {
        ... on ElasticHero { title image }
      }
    }
  }
}
```

Documentation
-------------

[](#documentation)

- [Installation](docs/installation.md) — requirements, configuration, route
- [Schema](docs/schema.md) — root queries, types, filters, pagination, elastic types
- [Integration](docs/integration.md) — PSR and Yii integration

License
-------

[](#license)

BSD-3-Clause. See [LICENSE.md](LICENSE.md).

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance82

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

96d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/545714?v=4)[pgaultier](/maintainers/pgaultier)[@pgaultier](https://github.com/pgaultier)

---

Top Contributors

[![pgaultier](https://avatars.githubusercontent.com/u/545714?v=4)](https://github.com/pgaultier "pgaultier (2 commits)")

---

Tags

apigraphqlcmsheadlessblackcube

### Embed Badge

![Health badge](/badges/blackcube-graphql/health.svg)

```
[![Health](https://phpackages.com/badges/blackcube-graphql/health.svg)](https://phpackages.com/packages/blackcube-graphql)
```

###  Alternatives

[thecodingmachine/graphqlite

Write your GraphQL queries in simple to write controllers (using webonyx/graphql-php).

5753.4M50](/packages/thecodingmachine-graphqlite)[cakephp/cakephp

The CakePHP framework

8.9k20.0M1.8k](/packages/cakephp-cakephp)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[cakephp/authentication

Authentication plugin for CakePHP

1214.3M116](/packages/cakephp-authentication)[typo3/cms-core

TYPO3 CMS Core

3313.6M5.5k](/packages/typo3-cms-core)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

36826.2k2](/packages/telnyx-telnyx-php)

PHPackages © 2026

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