{"id":15489517,"url":"https://github.com/ibexa/bundle-generator","last_synced_at":"2026-04-27T21:31:53.307Z","repository":{"id":200389344,"uuid":"322252986","full_name":"ibexa/bundle-generator","owner":"ibexa","description":"Symfony Bundle generator for Ibexa DXP based projects.","archived":false,"fork":false,"pushed_at":"2025-12-04T15:26:26.000Z","size":140,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-12-07T23:25:59.381Z","etag":null,"topics":["ibexa","scaffolding","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibexa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2020-12-17T10:01:39.000Z","updated_at":"2025-10-14T11:18:43.000Z","dependencies_parsed_at":"2023-12-13T20:06:17.703Z","dependency_job_id":"b06a21c9-3400-41b7-96fd-05f0ddcdf6c0","html_url":"https://github.com/ibexa/bundle-generator","commit_stats":null,"previous_names":["ibexa/bundle-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibexa/bundle-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Fbundle-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Fbundle-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Fbundle-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Fbundle-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibexa","download_url":"https://codeload.github.com/ibexa/bundle-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Fbundle-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32356598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ibexa","scaffolding","symfony","symfony-bundle"],"created_at":"2024-10-02T07:06:14.758Z","updated_at":"2026-04-27T21:31:53.288Z","avatar_url":"https://github.com/ibexa.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ibexa Bundle Generator\n\nSymfony Bundle generator for Ibexa DXP based projects.\n\n## Using generator as standalone application\n\nBundle generator can work in standalone application mode.\n\n1\\. Clone the repository.\n```bash\ngit clone git@github.com:ibexa/bundle-generator.git\n```\n2\\. Change to bundle generator directory.\n\n```bash\ncd bundle-generator\n```\n\n3\\. Install dependencies:\n\n```bash\ncomposer install\n```\n\n4\\. Run bundle generator:\n\n```bash\nphp bin/ibexa-bundle-generator video-editor --skeleton-name=extension\n```\n\n5\\.Adjust the bundle to your needs providing the following parameters:\n\n* package name e.g `video-editor`\n* vendor name e.g. `ibexa`\n* bundle name e.g. `VideoEditor`\n* vendor namespace e.g. `Ibexa`\n* skeleton name e.g. `ibexa-ee`\n\nThis creates a bundle files structure in the  `./target` directory.\n\nOr you can use a command with all available options:\n\n```\n$ php ./ibexa-bundle-generator video-editor  video-editor-dir  --vendor-name=ibexa --vendor-namespace=Ibexa --bundle-name=VideoEditor  --skeleton-name=ibexa-ee\n```\n\n### Full synopsis\n\n```\nUsage:\n  generate-bundle [options] [--] [\u003cpackage-name\u003e [\u003ctarget-dir\u003e]]\n\nArguments:\n  package-name                             Package name e.g page-builder\n  target-dir                               Target directory [default: \"target\"]\n\nOptions:\n      --vendor-name=VENDOR-NAME            Package vendor name e.g. ibexa\n      --vendor-namespace=VENDOR-NAMESPACE  e.g. Ibexa\n      --bundle-name=BUNDLE-NAME            e.g. IbexaPageBuilder\n      --skeleton-name=SKELETON-NAME        Skeleton name\n  -h, --help                               Display help for the given command. When no command is given display help for the generate-bundle command\n  -q, --quiet                              Don't output any message\n  -V, --version                            Display this application version\n      --ansi                               Force ANSI output\n      --no-ansi                            Disable ANSI output\n  -n, --no-interaction                     Don't ask any interactive question\n  -v|vv|vvv, --verbose                     Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug\n```\n\n## COPYRIGHT\n\nCopyright (C) 1999-2025 Ibexa AS (formerly eZ Systems AS). All rights reserved.\n\n## LICENSE\n\nThis source code is available separately under the following licenses:\n\nA - Ibexa Business Use License Agreement (Ibexa BUL),\nversion 2.3 or later versions (as license terms may be updated from time to time)\nIbexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription,\nas described at: https://www.ibexa.co/product\nFor the full Ibexa BUL license text, please see:\nhttps://www.ibexa.co/software-information/licenses-and-agreements (latest version applies)\n\nAND\n\nB - GNU General Public License, version 2\nGrants an copyleft open source license with ABSOLUTELY NO WARRANTY. For the full GPL license text, please see:\nhttps://www.gnu.org/licenses/old-licenses/gpl-2.0.html","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibexa%2Fbundle-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibexa%2Fbundle-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibexa%2Fbundle-generator/lists"}