{"id":33966851,"url":"https://github.com/janalis/doctrineviz","last_synced_at":"2026-03-17T15:41:12.012Z","repository":{"id":54320726,"uuid":"79649553","full_name":"janalis/doctrineviz","owner":"janalis","description":"Render a graphical representation of a Doctrine2 mapped database.","archived":false,"fork":false,"pushed_at":"2024-02-26T12:50:48.000Z","size":349,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-14T12:03:00.937Z","etag":null,"topics":["doctrine","entity-relationship","graphviz","symfony-bundle"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"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/janalis.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":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-01-21T14:09:39.000Z","updated_at":"2021-02-24T09:28:46.000Z","dependencies_parsed_at":"2022-08-13T12:00:31.217Z","dependency_job_id":null,"html_url":"https://github.com/janalis/doctrineviz","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/janalis/doctrineviz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janalis%2Fdoctrineviz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janalis%2Fdoctrineviz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janalis%2Fdoctrineviz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janalis%2Fdoctrineviz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janalis","download_url":"https://codeload.github.com/janalis/doctrineviz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janalis%2Fdoctrineviz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30626818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"last_error":"SSL_read: 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":["doctrine","entity-relationship","graphviz","symfony-bundle"],"created_at":"2025-12-12T23:29:29.172Z","updated_at":"2026-03-17T15:41:11.962Z","avatar_url":"https://github.com/janalis.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# doctrineviz\n\n[![Build Status](https://travis-ci.org/janalis/doctrineviz.svg?branch=master)](https://travis-ci.org/janalis/doctrineviz)\n[![Coverage Status](https://coveralls.io/repos/github/janalis/doctrineviz/badge.svg?branch=master)](https://coveralls.io/github/janalis/doctrineviz?branch=master)\n[![SensioLabs Insight](https://img.shields.io/sensiolabs/i/dc69f3e1-060d-4ac8-9fb2-94ced25992f2.svg)](https://insight.sensiolabs.com/projects/dc69f3e1-060d-4ac8-9fb2-94ced25992f2)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/janalis/doctrineviz/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/janalis/doctrineviz/?branch=master)\n[![Style CI](https://styleci.io/repos/79649553/shield?style=flat)](https://styleci.io/repos/79649553)\n\nRender a graphical representation of a Doctrine2 mapped database.\n\n## Example\n\n![Example](example.png)\n\n## Installation\n\nRequire package through composer:\n```bash\n$ composer require --dev janalis/doctrineviz\n```\n\nThen, enable the bundle by adding the following line in the `app/AppKernel.php` file of your project:\n```php\n// app/AppKernel.php\n\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        //...\n        if (in_array($this-\u003egetEnvironment(), ['dev', 'test'])) {\n            // ...\n            // Because the vendor code could be not present, you should check if the bundle is here before using it.\n            new Janalis\\Doctrineviz\\DoctrinevizBundle(),\n        }\n\n\n        // ...\n    }\n\n    // ...\n}\n```\n\nIn order to be able to use the graph drawing feature you'll have to install GraphViz (dot executable).\n\n### Mac OS\n\n```bash\n$ brew install graphviz\n```\n\n### Ubuntu\n\n```bash\n$ sudo apt install -y graphviz\n```\n\n### Windows\n\nWindows users may [download GraphViZ for Windows](http://www.graphviz.org/Download_windows.php).\n\n## Usage\n\nInto your symfony project:\n```bash\n$ php app/console doctrine:generate:viz --help\n```\n\n## Credits\n\n- [globalcitizen/mysqlviz](https://github.com/globalcitizen/mysqlviz)\n- [graphp/graphviz](https://github.com/graphp/graphviz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanalis%2Fdoctrineviz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanalis%2Fdoctrineviz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanalis%2Fdoctrineviz/lists"}