Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/netgen/ibexa-forms-bundle

Integration of Symfony's Form component with Ibexa Platform Public API
https://github.com/netgen/ibexa-forms-bundle

forms ibexa php symfony

Last synced: 12 days ago
JSON representation

Integration of Symfony's Form component with Ibexa Platform Public API

Awesome Lists containing this project

README

        

Netgen Ibexa Forms Bundle
=========================

[![Code Coverage](https://img.shields.io/codecov/c/github/netgen/ibexa-forms-bundle.svg?style=flat-square)](https://codecov.io/gh/netgen/ibexa-forms-bundle)
[![Quality Score](https://img.shields.io/scrutinizer/g/netgen/ibexa-forms-bundle.svg?style=flat-square)](https://scrutinizer-ci.com/g/netgen/ibexa-forms-bundle)
[![Downloads](https://img.shields.io/packagist/dt/netgen/ibexa-forms-bundle.svg?style=flat-square)](https://packagist.org/packages/netgen/ibexa-forms-bundle/stats)
[![Latest stable](https://img.shields.io/packagist/v/netgen/ibexa-forms-bundle.svg?style=flat-square)](https://packagist.org/packages/netgen/ibexa-forms-bundle)
[![License](https://img.shields.io/github/license/netgen/ibexa-forms-bundle.svg?style=flat-square)](LICENSE)
[![PHP](https://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg?style=flat-square)](https://secure.php.net/)

Integration of Symfony's Form component with Ibexa Platform Public API

Currently implemented forms:

| Entity / Form | Create | Update | Information collection
| ------------- | --- | --- | ---
| Content | yes | yes | yes
| User | yes | yes | no

Currently supported FieldTypes:

| FieldType | Supported
|--------------| ---
| Author | no
| BinaryFile | yes
| Checkbox | yes
| Country | yes
| Date | yes
| DateAndTime | yes
| EmailAddress | yes
| Float | yes
| Integer | yes
| Image | yes
| ISBN | yes
| Keyword | no
| Media | no
| MapLocation | yes
| Page | no
| Rating | no
| Relation | yes
| RelationList | yes
| RichText | no
| Selection | yes
| TextBlock | yes
| TextLine | yes
| Time | yes
| Url | yes
| User | yes
| RichText | no

License, docs and installation instructions
-------------------------------------------

[License](LICENSE)

[Installation instructions](doc/INSTALL.md)

[Documentation](doc/DOC.md)

[Changelog](doc/CHANGELOG.md)