{"id":18783024,"url":"https://github.com/pageon/fork-cms-module-generator","last_synced_at":"2025-07-14T09:39:28.258Z","repository":{"id":57003213,"uuid":"79494965","full_name":"pageon/fork-cms-module-generator","owner":"pageon","description":"WIP: Generator for domain and modules for fork-cms","archived":false,"fork":false,"pushed_at":"2020-08-01T12:32:20.000Z","size":457,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T13:00:35.512Z","etag":null,"topics":["console","fork","fork-cms","forkcms","generator","php"],"latest_commit_sha":null,"homepage":"https://pageon.github.io/fork-cms-module-generator","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pageon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["carakas"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-01-19T21:03:48.000Z","updated_at":"2021-04-20T23:57:19.000Z","dependencies_parsed_at":"2022-08-21T14:10:49.534Z","dependency_job_id":null,"html_url":"https://github.com/pageon/fork-cms-module-generator","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/pageon/fork-cms-module-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pageon%2Ffork-cms-module-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pageon%2Ffork-cms-module-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pageon%2Ffork-cms-module-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pageon%2Ffork-cms-module-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pageon","download_url":"https://codeload.github.com/pageon/fork-cms-module-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pageon%2Ffork-cms-module-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265271088,"owners_count":23738135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["console","fork","fork-cms","forkcms","generator","php"],"created_at":"2024-11-07T20:37:53.854Z","updated_at":"2025-07-14T09:39:28.213Z","avatar_url":"https://github.com/pageon.png","language":"PHP","funding_links":["https://github.com/sponsors/carakas"],"categories":[],"sub_categories":[],"readme":"# Fork-cms module generator\n[![Build Status](https://travis-ci.org/sumocoders/fork-cms-module-generator.svg?branch=master)](https://travis-ci.org/sumocoders/fork-cms-module-generator)\n\n## Installation\n\nUse composer to install the package to your dev dependencies.\n\n`composer require --dev pageon/fork-cms-module-generator`\n\nRegister the following bundles in your Fork `app/AppKernel.php`, but only load them in dev or test mode.\n\n```\nclass AppKernel extends Kernel\n{\n    /**\n     * Load all the bundles we'll be using in our application.\n     */\n    public function registerBundles(): array\n    {\n        ...\n\n        if (in_array($this-\u003egetEnvironment(), ['dev', 'test'])) {\n            ...\n\n            $bundles[] = new \\Matthias\\SymfonyConsoleForm\\Bundle\\SymfonyConsoleFormBundle();\n            $bundles[] = new \\ModuleGenerator\\ModuleGeneratorBundle();\n        }\n\n        return $bundles;\n    }\n\n    ...\n}\n```\n\n## Tests\n\nYou can run the tests with `composer test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpageon%2Ffork-cms-module-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpageon%2Ffork-cms-module-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpageon%2Ffork-cms-module-generator/lists"}