Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspring/dynamic-form-type
https://github.com/softspring/dynamic-form-type
component forms symfony
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/softspring/dynamic-form-type
- Owner: softspring
- License: mit
- Created: 2022-06-03T10:42:04.000Z (over 2 years ago)
- Default Branch: 5.2
- Last Pushed: 2024-05-20T04:09:02.000Z (6 months ago)
- Last Synced: 2024-05-21T12:34:56.655Z (6 months ago)
- Topics: component, forms, symfony
- Language: PHP
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*This bundle is under development, more features will be added soon, and existing ones may change.*
[![Latest Stable Version](https://poser.pugx.org/softspring/dynamic-form-type/v/stable.svg)](https://packagist.org/packages/softspring/dynamic-form-type)
[![Latest Unstable Version](https://poser.pugx.org/softspring/dynamic-form-type/v/unstable.svg)](https://packagist.org/packages/softspring/dynamic-form-type)
[![License](https://poser.pugx.org/softspring/dynamic-form-type/license.svg)](https://packagist.org/packages/softspring/dynamic-form-type)
[![Total Downloads](https://poser.pugx.org/softspring/dynamic-form-type/downloads)](https://packagist.org/packages/softspring/dynamic-form-type)
[![Build status](https://github.com/softspring/dynamic-form-type/actions/workflows/php.yml/badge.svg?branch=5.2)](https://github.com/softspring/dynamic-form-type/actions/workflows/php.yml)
![Coverage](https://raw.githubusercontent.com/softspring/dynamic-form-type/5.2/.github/badges/coverage.svg)# Installation
## Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
```console
$ composer require softspring/dynamic-form-type
```