An open API service indexing awesome lists of open source software.

https://github.com/softspring/polymorphic-form-type


https://github.com/softspring/polymorphic-form-type

component form symfony

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Polymorphic Form Type

[![Latest Stable](https://img.shields.io/packagist/v/softspring/polymorphic-form-type?label=stable&style=flat-square)](https://github.com/softspring/polymorphic-form-type/releases)
[![Latest Unstable](https://img.shields.io/packagist/v/softspring/polymorphic-form-type?label=unstable&style=flat-square&include_prereleases)](https://github.com/softspring/polymorphic-form-type/releases)
[![License](https://img.shields.io/packagist/l/softspring/polymorphic-form-type?style=flat-square)](https://github.com/softspring/polymorphic-form-type/blob/6.0/LICENSE)
[![PHP Version](https://img.shields.io/packagist/dependency-v/softspring/polymorphic-form-type/php?style=flat-square)](https://github.com/softspring/polymorphic-form-type/blob/6.0/composer.json)
[![Downloads](https://img.shields.io/packagist/dt/softspring/polymorphic-form-type?style=flat-square)](https://packagist.org/packages/softspring/polymorphic-form-type)
[![CI](https://img.shields.io/github/actions/workflow/status/softspring/polymorphic-form-type/ci.yml?branch=6.0&style=flat-square&label=CI)](https://github.com/softspring/polymorphic-form-type/actions/workflows/ci.yml)
[![Coverage](https://img.shields.io/codecov/c/github/softspring/polymorphic-form-type?branch=6.0&style=flat-square)](https://codecov.io/gh/softspring/polymorphic-form-type)

This component helps you build Symfony collections where each item can use a different form type and a different PHP class.

## Armonic

This package is part of [Armonic](https://softspring.es/en/armonic).

## Documentation

[Armonic Documentation](https://armonic.softspring.es/latest/components/polymorphic-form-type)

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

[Report issues](https://github.com/softspring/polymorphic-form-type/issues) and [send Pull Requests](https://github.com/softspring/polymorphic-form-type/pulls)

## License

This package is free and released under the [AGPL-3.0 license](LICENSE).