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.8k↓83.3%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 2d 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

38

—

LowBetter than 83% of packages

Maintenance42

Moderate activity, may be stable

Popularity27

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

472d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sylius/sylius

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

8.5k5.9M737](/packages/sylius-sylius)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M339](/packages/api-platform-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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