PHPackages                             thewunder/chiphpotle-bundle - 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. thewunder/chiphpotle-bundle

ActiveLibrary[API Development](/categories/api)

thewunder/chiphpotle-bundle
===========================

Symfony Bundle for the the Chiphpotle SpiceDB client

02PHP

Since Dec 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/thewunder/chiphpotle-bundle)[ Packagist](https://packagist.org/packages/thewunder/chiphpotle-bundle)[ RSS](/packages/thewunder-chiphpotle-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Chiphpotle Symfony Bundle
=========================

[](#chiphpotle-symfony-bundle)

This package integrates the [Chiphpotle Rest](https://github.com/alsbury/chiphpotle-rest) SpiceDB client into Symfony, and makes it available as a service. This is a bare-bones integration that only provides the raw client.

Install using:

```
composer require thewunder/chiphpotle-bundle
```

Configure your rest connection in config/packages/chiphpotle.yaml

```
chiphpotle:
    base_url: http
    secret: SuperSecrit
```

And then it will be available for auto-wiring in your classes, assuming you have symfony flex enabled.

```
use Chiphpotle\Rest\Client;
use Chiphpotle\Rest\Model\CheckPermissionRequest;
use Chiphpotle\Rest\Model\ObjectReference;
use Chiphpotle\Rest\Model\SubjectReference;
use Chiphpotle\Rest\Enum\Permissionship;

class MyPermissionService
{
    public function __construct(private readonly Client $spiceDB)
    {
    }

    public function check(ObjectReference $object, string $permission, SubjectReference $subject): bool
    {
        $response = $this->spiceDB->checkPermission(new CheckPermissionRequest($object, $permission, $subject));
        return $response->getPermissionship() == Permissionship::HAS_PERMISSION;
    }

    //...
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf016ae612f01684bc359174b8bb8db688a3de817457829ea83da6690df975f0?d=identicon)[thewunder](/maintainers/thewunder)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/thewunder-chiphpotle-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/thewunder-chiphpotle-bundle/health.svg)](https://phpackages.com/packages/thewunder-chiphpotle-bundle)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M270](/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.1M453](/packages/google-gax)

PHPackages © 2026

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