Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/netgen/ibexa-forms-bundle
- Owner: netgen
- License: gpl-2.0
- Created: 2022-02-28T11:00:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T12:24:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T16:09:28.919Z (about 1 month ago)
- Topics: forms, ibexa, php, symfony
- Language: PHP
- Homepage: https://netgen.io
- Size: 414 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 | noCurrently 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 | noLicense, docs and installation instructions
-------------------------------------------[License](LICENSE)
[Installation instructions](doc/INSTALL.md)
[Documentation](doc/DOC.md)
[Changelog](doc/CHANGELOG.md)