PHPackages                             octava/symfony-json-schema-form - 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. octava/symfony-json-schema-form

ActiveLibrary[API Development](/categories/api)

octava/symfony-json-schema-form
===============================

Clone of limenius/liform. Symfony json schema form is a library for serializing Symfony Forms into JSON schema.

3.0.1(1y ago)233.7k↓40%MITPHPPHP &gt;8.1

Since May 11Pushed 1y ago2 watchersCompare

[ Source](https://github.com/octava/symfony-json-schema-form)[ Packagist](https://packagist.org/packages/octava/symfony-json-schema-form)[ RSS](/packages/octava-symfony-json-schema-form/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (10)Versions (6)Used By (0)

Symfony JSON Form
=================

[](#symfony-json-form)

It generates a [JSON schema](http://json-schema.org/) representation, that serves as documentation and can be used to validate your data and, if you want, to generate forms using a generator.

It can be used along with [liform-react](https://github.com/Limenius/liform-react) or [json-editor](https://github.com/jdorn/json-editor), or any other form generator based on json-schema.

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

[](#installation)

1. Download the Bundle

```
composer require octava/symfony-json-schema-form
```

2. Enable the Bundle

Usage
-----

[](#usage)

Serializing a form into JSON Schema:

```
$form = $this->createForm(CarType::class, $car, ['csrf_protection' => false]);
$schema = json_encode($this->get('sjsfom')->transform($form));
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance45

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~260 days

Total

5

Last Release

427d ago

Major Versions

1.0.x-dev → 2.0.02024-02-15

2.0.1 → 3.0.12025-03-18

PHP version history (3 changes)1.0.0PHP ^7.4.16|^8.1.0

2.0.1PHP &gt;7.4.16

3.0.1PHP &gt;8.1

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/octava-symfony-json-schema-form/health.svg)

```
[![Health](https://phpackages.com/badges/octava-symfony-json-schema-form/health.svg)](https://phpackages.com/packages/octava-symfony-json-schema-form)
```

###  Alternatives

[sylius/sylius

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

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

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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