https://github.com/netgen/netgenezformsbundle
Integration of Symfony's Form component with eZ Publish / eZ Platform Public API
https://github.com/netgen/netgenezformsbundle
ezplatform ezpublish forms php
Last synced: about 1 year ago
JSON representation
Integration of Symfony's Form component with eZ Publish / eZ Platform Public API
- Host: GitHub
- URL: https://github.com/netgen/netgenezformsbundle
- Owner: netgen
- License: gpl-2.0
- Created: 2014-10-15T10:33:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T12:53:15.000Z (over 4 years ago)
- Last Synced: 2024-12-14T21:09:21.389Z (over 1 year ago)
- Topics: ezplatform, ezpublish, forms, php
- Language: PHP
- Homepage: https://netgen.io
- Size: 387 KB
- Stars: 11
- Watchers: 9
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NetgenEzFormsBundle
===================
[](https://codecov.io/gh/netgen/NetgenEzFormsBundle)
[](https://scrutinizer-ci.com/g/netgen/NetgenEzFormsBundle)
[](https://packagist.org/packages/netgen/ez-forms-bundle/stats)
[](https://packagist.org/packages/netgen/ez-forms-bundle)
[](LICENSE)
[](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)