{"id":90537,"library":"graphp-graphviz","title":"GraPHP Graphviz","description":"GraphViz graph drawing for the mathematical graph/network library GraPHP.","status":"active","version":"0.2.2","language":"php","source_language":null,"source_url":"https://github.com/graphp/graphviz","tags":["graph","graphviz","visualization","network"],"install":[{"cmd":"composer require graphp/graphviz","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"GraphViz","correct":"use Graphp\\GraphViz\\GraphViz;"}],"quickstart":{"code":"use Graphp\\GraphViz\\GraphViz;\nuse Fhaculty\\Graph\\Graph;\n\n$graph = new Graph();\n$graph->createVertex('A');\n$graph->createVertex('B');\n$graph->createEdgeUndirected($graph->getVertex('A'), $graph->getVertex('B'));\n\n$graphviz = new GraphViz();\necho $graphviz->createImageData($graph);","lang":"php","description":"Render a simple graph with two vertices and an edge."},"warnings":[],"env_vars":null,"search_vec":"'draw':5 'graph':4,12 'graph/network':9 'graphp':1,11 'graphviz':2,3,13 'librari':10 'mathemat':8 'network':15 'visual':14","created_at":"2026-06-19T09:04:50.638664+00:00","updated_at":"2026-06-19T09:04:50.638664+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/graphp/graphviz","github":"https://github.com/graphp/graphviz","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}