PHPackages                             doctorx32/sylius-grid-json-driver-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. doctorx32/sylius-grid-json-driver-bundle

ActiveSymfony-bundle[API Development](/categories/api)

doctorx32/sylius-grid-json-driver-bundle
========================================

Driver that parses input JSON data for displaying it in Sylius grids

1.2(8y ago)23371MITPHP

Since Feb 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/doctorx32/SyliusGridJsonDriverBundle)[ Packagist](https://packagist.org/packages/doctorx32/sylius-grid-json-driver-bundle)[ RSS](/packages/doctorx32-sylius-grid-json-driver-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

SyliusGridJsonDriverBundle
==========================

[](#syliusgridjsondriverbundle)

This bundle adds json driver to SyliusGridBundle, which helps get data from specified url and display it as common Sylius Grid.

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

[](#installation)

1. require the bundle with Composer:

```
$ composer require doctorx32/sylius-grid-json-driver-bundle
```

2. enable the bundle in `app/AppKernel.php`:

```
public function registerBundles()
{
  $bundles = array(
    // ...
    new Sylius\Bundle\GridBundle\Driver\Json\SyliusGridJsonDriverBundle(),
    // ...
  );
}
```

3. prepare your grid for looking similar as:

```
sylius_grid:
    grids:
        app_admin_supplier:
            driver:
                name: json
                options:
                    url: "/api/v1/products/"
                    host: "http://localhost:8000"
            fields:
                "[name]":
                    type: string
                "[code]":
                    type: string
            filters:
                search:
                    type: string
```

4. on the specified url side should be Sylius Grid api response, which contains fields and filters with same names as in step 3.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~10 days

Total

4

Last Release

2974d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9049b4607c870d58678dcac0b46ef89a146fb0df8fce888ddaf756378fe67676?d=identicon)[doctorx32](/maintainers/doctorx32)

---

Top Contributors

[![chornobils](https://avatars.githubusercontent.com/u/20308356?v=4)](https://github.com/chornobils "chornobils (12 commits)")[![ex3m1024](https://avatars.githubusercontent.com/u/2183130?v=4)](https://github.com/ex3m1024 "ex3m1024 (3 commits)")

### Embed Badge

![Health badge](/badges/doctorx32-sylius-grid-json-driver-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/doctorx32-sylius-grid-json-driver-bundle/health.svg)](https://phpackages.com/packages/doctorx32-sylius-grid-json-driver-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[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)

PHPackages © 2026

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