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(1mo ago)05↓100%BSD-3-ClausePHPPHP &gt;=8.3

Since Apr 7Pushed 5d 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 1mo ago

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

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

41

—

FairBetter than 89% of packages

Maintenance97

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

32d 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).

5723.1M30](/packages/thecodingmachine-graphqlite)[ivome/graphql-relay-php

A PHP port of GraphQL Relay reference implementation

271632.4k5](/packages/ivome-graphql-relay-php)[getkirby/kql

Kirby Query Language

15124.3k](/packages/getkirby-kql)[rubix/server

Deploy your Rubix ML models to production with scalable stand-alone inference servers.

632.3k](/packages/rubix-server)[phps-cans/psr7-middleware-graphql

This package contains a http-interop middleware implementation to handle graphql request

1528.7k](/packages/phps-cans-psr7-middleware-graphql)

PHPackages © 2026

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