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

ActiveLibrary[API Development](/categories/api)

bcerati/graphql-kit
===================

GraphQL Kit for PHP applications

v0.0.2(6y ago)04MITPHP

Since Aug 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/bcerati/graphql-kit-bundle)[ Packagist](https://packagist.org/packages/bcerati/graphql-kit)[ RSS](/packages/bcerati-graphql-kit/feed)WikiDiscussions master Synced 2w ago

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

graphql-kit
===========

[](#graphql-kit)

Here is a little library that'll help you develop an API using GraphQL and Symfony without worrying about implementing a whole GraphQL server.

It uses the powerful [graphql-php](https://github.com/webonyx/graphql-php) library.

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

[](#installation)

Using composer, in your symfony project you can issue this command:

```
composer require bcerati/graphql-kit

```

Then register the routing. It'll create a GraphQL server for the `POST` endpoint `/api`:

```
api:
    resource: '@BceratiGraphqlKitBundle/Resources/config/routing.yaml'

```

or if you want to change this endpoint:

```
api:
    path: /lala
    controller: 'Bcerati\GraphqlKit\Api\Server'

```

Finally, register the new installed bundle by adding this in your `bundles.php` file:

```
    Bcerati\GraphqlKit\BceratiGraphqlKitBundle::class => ['all' => true],

```

Usage
=====

[](#usage)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

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

Every ~0 days

Total

2

Last Release

2521d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2326968?v=4)[Boris CERATI](/maintainers/bcerati)[@bcerati](https://github.com/bcerati)

---

Top Contributors

[![bcerati](https://avatars.githubusercontent.com/u/2326968?v=4)](https://github.com/bcerati "bcerati (7 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/framework-bundle

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

3.6k246.0M11.1k](/packages/symfony-framework-bundle)

PHPackages © 2026

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