{"id":46407165,"url":"https://github.com/wundii/structron","last_synced_at":"2026-03-05T12:31:25.194Z","repository":{"id":300456647,"uuid":"1006218754","full_name":"wundii/structron","owner":"wundii","description":"A simple documentation that dto prepares as a structured md","archived":false,"fork":false,"pushed_at":"2026-02-16T19:59:16.000Z","size":135,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-17T02:19:15.336Z","etag":null,"topics":["documentation","dto","markdown","php"],"latest_commit_sha":null,"homepage":"","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/wundii.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":"2025-06-21T18:56:42.000Z","updated_at":"2026-02-16T19:59:12.000Z","dependencies_parsed_at":"2025-06-21T20:37:58.032Z","dependency_job_id":null,"html_url":"https://github.com/wundii/structron","commit_stats":null,"previous_names":["wundii/structron"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/wundii/structron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wundii%2Fstructron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wundii%2Fstructron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wundii%2Fstructron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wundii%2Fstructron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wundii","download_url":"https://codeload.github.com/wundii/structron/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wundii%2Fstructron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30124427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T11:11:57.947Z","status":"ssl_error","status_checked_at":"2026-03-05T11:11:29.001Z","response_time":93,"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":["documentation","dto","markdown","php"],"created_at":"2026-03-05T12:31:24.567Z","updated_at":"2026-03-05T12:31:25.167Z","avatar_url":"https://github.com/wundii.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PHP-Tests](https://img.shields.io/github/actions/workflow/status/wundii/structron/code_quality.yml?branch=main\u0026style=for-the-badge)](https://github.com/wundii/structron/actions/workflows/code_quality.yml)\n[![PHPStan](https://img.shields.io/badge/PHPStan-level%2010-brightgreen.svg?style=for-the-badge)](https://phpstan.org/)\n![VERSION](https://img.shields.io/packagist/v/wundii/structron?style=for-the-badge)\n[![PHP](https://img.shields.io/packagist/php-v/wundii/structron?style=for-the-badge)](https://www.php.net/)\n[![Rector](https://img.shields.io/badge/Rector-8.2-blue.svg?style=for-the-badge)](https://getrector.com)\n[![ECS](https://img.shields.io/badge/ECS-check-blue.svg?style=for-the-badge)](https://tomasvotruba.com/blog/zen-config-in-ecs)\n[![PHPUnit](https://img.shields.io/badge/PHP--Unit-check-blue.svg?style=for-the-badge)](https://phpunit.org)\n[![codecov](https://img.shields.io/codecov/c/github/wundii/structron/main?token=2P3BCYK88L\u0026style=for-the-badge)](https://codecov.io/github/wundii/structron)\n[![Downloads](https://img.shields.io/packagist/dt/wundii/structron.svg?style=for-the-badge)](https://packagist.org/packages/wundii/structron)\n\nA PHP library for generating human-readable documentation from structured data objects like DTOs, Entities, and Value Objects.\nThis is based on the data mapper.\n\n## Installation\nRequire the bundle and its dependencies with composer:\n\u003e composer require wundii/afterbuy-sdk\n\nCreating the config file\n\u003e vendor/bin/structron init\n\n## Configuration\n\n```php\nuse Wundii\\Structron\\Config\\StructronConfig;\n\nreturn static function (StructronConfig $structronConfig): void {\n    $structronConfig-\u003edocPath('your/docs/folder');\n    $structronConfig-\u003epaths(['your/dto/folder', 'your/other/dto/folder']);\n    \n    /**\n     * Optional: The input in this example is the default value \n     */\n    $structronConfig-\u003ephpExtension('php');\n    $structronConfig-\u003eskip([]);\n    $structronConfig-\u003esetIndentFileIteration();\n    \n    /**\n     * Other possibilities for automated use\n     */\n    $structronConfig-\u003edisableProcessBar();\n    $structronConfig-\u003edisableExitCode();\n};\n```\n\n## Usage\n\u003e vendor/bin/structron","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwundii%2Fstructron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwundii%2Fstructron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwundii%2Fstructron/lists"}