PHPackages                             thecodingmachine/graphqlite-universal-service-provider - 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. thecodingmachine/graphqlite-universal-service-provider

ActiveLibrary[API Development](/categories/api)

thecodingmachine/graphqlite-universal-service-provider
======================================================

Cross-framework module for GraphQLite using container-interop/service-provider

2161[1 issues](https://github.com/thecodingmachine/graphqlite-universal-service-provider/issues)[3 PRs](https://github.com/thecodingmachine/graphqlite-universal-service-provider/pulls)PHPCI failing

Since Mar 9Pushed 5y ago7 watchersCompare

[ Source](https://github.com/thecodingmachine/graphqlite-universal-service-provider)[ Packagist](https://packagist.org/packages/thecodingmachine/graphqlite-universal-service-provider)[ RSS](/packages/thecodingmachine-graphqlite-universal-service-provider/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (4)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/aa967161702ca250405bfdfc95abe0cd41efc0997af99a81ff47985cd1e6f14a/68747470733a2f2f706f7365722e707567782e6f72672f746865636f64696e676d616368696e652f6772617068716c6974652d756e6976657273616c2d736572766963652d70726f76696465722f762f737461626c65)](https://packagist.org/packages/thecodingmachine/graphqlite-universal-service-provider)[![Latest Unstable Version](https://camo.githubusercontent.com/f9fceb95d11b1f707179227569be697b6f8e81c18bd944024aa2d1a4230549cb/68747470733a2f2f706f7365722e707567782e6f72672f746865636f64696e676d616368696e652f6772617068716c6974652d756e6976657273616c2d736572766963652d70726f76696465722f762f756e737461626c65)](https://packagist.org/packages/thecodingmachine/graphqlite-universal-service-provider)[![License](https://camo.githubusercontent.com/41c085dee9efdae8522fb4c08713244f589dede902232da35fbf99ed38f4444a/68747470733a2f2f706f7365722e707567782e6f72672f746865636f64696e676d616368696e652f6772617068716c6974652d756e6976657273616c2d736572766963652d70726f76696465722f6c6963656e7365)](https://packagist.org/packages/thecodingmachine/graphqlite-universal-service-provider)[![Build Status](https://camo.githubusercontent.com/0feee00887453f07c5d071afb231cb9f09930776de2c94d69c80fb51e1563acb/68747470733a2f2f7472617669732d63692e6f72672f746865636f64696e676d616368696e652f6772617068716c6974652d756e6976657273616c2d736572766963652d70726f76696465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/thecodingmachine/graphqlite-universal-service-provider)[![Coverage Status](https://camo.githubusercontent.com/40855e9c4049ac8b22ad810cfffb276cd5ded4bbea925a036b9bebb73ad7af88/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f746865636f64696e676d616368696e652f6772617068716c6974652d756e6976657273616c2d736572766963652d70726f76696465722f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/thecodingmachine/graphqlite-universal-service-provider?branch=master)

WORK IN PROGRESS
================

[](#work-in-progress)

GraphQLite universal module
===========================

[](#graphqlite-universal-module)

This package integrates GraphQLite in any [container-interop](https://github.com/container-interop/service-provider) compatible framework/container.

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

[](#installation)

```
composer require thecodingmachine/graphqlite-universal-service-provider

```

Once installed, you need to register the [`TheCodingMachine\GraphQLiteServiceProvider`](src/GraphQLiteServiceProvider.php) into your container.

If your container supports [thecodingmachine/discovery](https://github.com/thecodingmachine/discovery) integration, you have nothing to do. Otherwise, refer to your framework or container's documentation to learn how to register *service providers*.

Introduction
------------

[](#introduction)

This service provider is meant to **\[fill purpose here\]**.

Expected values / services
--------------------------

[](#expected-values--services)

This *service provider* expects the following configuration / services to be available:

NameCompulsoryDescription`graphqlite.namespace.controllers`*yes*An array containing the namespaces where GraphQL controllers are stored`graphqlite.namespace.types`*yes*An array containing the namespaces where GraphQL types are stored`Psr\SimpleCache\CacheInterface`*yes*A PSR-16 cache service`Doctrine\Common\Annotations\Reader`*no*A Doctrine annotation reader`TheCodingMachine\GraphQLite\Security\AuthenticationServiceInterface`*no*A service to plug authentication to GraphQLite. If not passed, the `FailAuthenticationService` is used instead.`TheCodingMachine\GraphQLite\Security\AuthorizationServiceInterface`*no*A service to plug authorization to GraphQLite. If not passed, the `FailAuthorizationService` is used instead.Provided services
-----------------

[](#provided-services)

This *service provider* provides the following services:

Service nameDescription`service_name`DefinitionExtended services
-----------------

[](#extended-services)

This *service provider* extends those services:

NameCompulsoryDescription`service_name`*yes*DefinitionProject template courtesy of [thecodingmachine/service-provider-template](https://github.com/thecodingmachine/service-provider-template)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 89.5% 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.

### Community

Maintainers

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

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

---

Top Contributors

[![moufmouf](https://avatars.githubusercontent.com/u/1290952?v=4)](https://github.com/moufmouf "moufmouf (17 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (2 commits)")

### Embed Badge

![Health badge](/badges/thecodingmachine-graphqlite-universal-service-provider/health.svg)

```
[![Health](https://phpackages.com/badges/thecodingmachine-graphqlite-universal-service-provider/health.svg)](https://phpackages.com/packages/thecodingmachine-graphqlite-universal-service-provider)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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