octava/symfony-json-schema-form
最新稳定版本:3.0.1
Composer 安装命令:
composer require octava/symfony-json-schema-form
包简介
Clone of limenius/liform. Symfony json schema form is a library for serializing Symfony Forms into JSON schema.
README 文档
README
It generates a JSON schema 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 or json-editor, or any other form generator based on json-schema.
Installation
- Download the Bundle
composer require octava/symfony-json-schema-form
- Enable the Bundle
Usage
Serializing a form into JSON Schema:
$form = $this->createForm(CarType::class, $car, ['csrf_protection' => false]); $schema = json_encode($this->get('sjsfom')->transform($form));
统计信息
- 总下载量: 33.03k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-09