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 2w ago

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 66% 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

3023d 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.5k5.9M719](/packages/sylius-sylius)[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)[sylius/core-bundle

Sylius core bundle. It integrates all other bundles into full stack Symfony ecommerce solution.

22107.1k62](/packages/sylius-core-bundle)

PHPackages © 2026

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