{"id":20259994,"url":"https://github.com/networking/form-generator-bundle","last_synced_at":"2026-04-16T09:38:28.020Z","repository":{"id":59978523,"uuid":"71458791","full_name":"networking/form-generator-bundle","owner":"networking","description":"form generator component for the init cms bundle","archived":false,"fork":false,"pushed_at":"2026-02-11T12:31:09.000Z","size":5438,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-02-11T20:45:23.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/networking.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-10-20T12:02:40.000Z","updated_at":"2026-02-11T12:31:14.000Z","dependencies_parsed_at":"2023-02-17T20:30:53.342Z","dependency_job_id":"27ea0a62-8073-41cf-b007-2186a36d7fee","html_url":"https://github.com/networking/form-generator-bundle","commit_stats":null,"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"purl":"pkg:github/networking/form-generator-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networking%2Fform-generator-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networking%2Fform-generator-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networking%2Fform-generator-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networking%2Fform-generator-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/networking","download_url":"https://codeload.github.com/networking/form-generator-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networking%2Fform-generator-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T11:17:33.817Z","updated_at":"2026-04-16T09:38:28.013Z","avatar_url":"https://github.com/networking.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"form-generator-bundle\n=====================\n\n###This bundle only works with the networking/init-cms-bundle!\n\nThis bundle will provide a form generator fo the init cms\n\nInstall bundle via composer.\n\n    \"require\": {\n        ....\n        \"networking/form-generator-bundle\": \"dev-master\",\n        ...\n    }\n    \"repositories\": [\n        {\n            \"type\": \"vcs\",\n            \"url\": \"git@github.com:networking/form-generator-bundle.git\"\n        }\n    ],\n\nUpdate your AppKernel.php with NetworkingFormGeneratorBundle, the FOSRestBundle and the LiuggioExcelBundle\n\n```\n\u003c?php\n\t// app/AppKernel.php\n\tpublic function registerbundles()\n\t{\n\t    return array(\n\t        // ...\n            new Networking\\InitCmsBundle\\NetworkingInitCmsBundle(),\n            new Networking\\FormGeneratorBundle\\NetworkingFormGeneratorBundle,\n            new FOS\\RestBundle\\FOSRestBundle(),\n            new Liuggio\\ExcelBundle\\LiuggioExcelBundle(),\n\t    );\n\t}\n```\n\n\n    \nIn your routing.yaml file, and the routing for the search action\n\n    networking_form_generator:\n        resource: \"@NetworkingFormGeneratorBundle/Resources/config/routing.yaml\"\n        prefix:   /\n    \nAdd the form page content to the init cms content type configuration\n\n```\nnetworking_init_cms:\n    ...\n    content_types:\n        ...\n        - { name: 'Formular' , class: 'Networking\\FormGeneratorBundle\\Entity\\FormPageContent'}\n \n```\n\nAnd in your template which outputs the dynamic cms content add the following\ncode to render the form\n\n```\n    {{ component('NetworkingFormGenerator:FormPageContent', {isAdmin: is_admin|default(false), formId: layoutBlock.form.id }) }}\n``` \n    \nAdd your configuration for the sender email address\n    \n```\nnetworking_form_generator:\n    from_email: \"sender@email.com\"\n```\n\n        \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetworking%2Fform-generator-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetworking%2Fform-generator-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetworking%2Fform-generator-bundle/lists"}