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 3d 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 22% 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

2475d ago

### Community

Maintainers

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

[sylius/sylius

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

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

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[sulu/headless-bundle

Bundle that provides controllers and services for using Sulu as headless content management system

55133.7k2](/packages/sulu-headless-bundle)[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[worksome/graphlint

A static analysis tool for GraphQL

13189.4k](/packages/worksome-graphlint)

PHPackages © 2026

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