{"id":20961858,"url":"https://github.com/heimrichhannot/contao-code-generator-bundle","last_synced_at":"2026-02-07T02:01:36.442Z","repository":{"id":62515472,"uuid":"121608804","full_name":"heimrichhannot/contao-code-generator-bundle","owner":"heimrichhannot","description":"Generate code from backend or programmatically.","archived":false,"fork":false,"pushed_at":"2024-07-09T13:18:22.000Z","size":261,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-28T21:35:54.733Z","etag":null,"topics":["contao"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heimrichhannot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2018-02-15T09:02:21.000Z","updated_at":"2024-07-09T13:18:21.000Z","dependencies_parsed_at":"2025-03-01T15:42:12.409Z","dependency_job_id":"90d420bc-8932-421e-a38f-60625013ad09","html_url":"https://github.com/heimrichhannot/contao-code-generator-bundle","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/heimrichhannot/contao-code-generator-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimrichhannot%2Fcontao-code-generator-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimrichhannot%2Fcontao-code-generator-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimrichhannot%2Fcontao-code-generator-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimrichhannot%2Fcontao-code-generator-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heimrichhannot","download_url":"https://codeload.github.com/heimrichhannot/contao-code-generator-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimrichhannot%2Fcontao-code-generator-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29184977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["contao"],"created_at":"2024-11-19T02:17:58.744Z","updated_at":"2026-02-07T02:01:36.419Z","avatar_url":"https://github.com/heimrichhannot.png","language":"PHP","readme":"# Code Generator\n\nThis module offers comfortable code generation based on separated configurations for Contao.\n\n![alt Preview](doc/screenshot.png)\n\n*Code config preview*\n\n![alt List view](doc/screenshot2.png)\n\n*List view*\n\n## Features\n\n- offers a code configuration entity\n- offers a service to create codes\n- criteria:\n    - prevent ambiguous characters\n    - prevent double codes\n    - limit to certain alphabets (numbers, capitals, ...)\n    - add rules like \"at least one number\"\n- one-click-creation of an arbitrary number of codes\n\n## Developers\n\n```php\nuse HeimrichHannot\\CodeGeneratorBundle\\Code\\Criteria;\nuse HeimrichHannot\\CodeGeneratorBundle\\Code\\Generator;\n\nclass Example\n{\n    public function __construct(\n        private readonly Generator $generator\n    ) {}\n    \n    public function generatePasswort(): string\n    {\n        $criteria = new Criteria();\n        $criteria-\u003eallowSymbols = true;\n        $criteria-\u003elength = 14;\n        $criteria-\u003erequireNumbers = true;\n        $criteria-\u003erequireSymbols = true;\n        \n        return $this-\u003egenerator-\u003egenerate($criteria);\n    }\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheimrichhannot%2Fcontao-code-generator-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheimrichhannot%2Fcontao-code-generator-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheimrichhannot%2Fcontao-code-generator-bundle/lists"}