Libraries tagged by undirected graph
php-standard-library/graph
133 Downloads
Immutable directed and undirected graph data structures with BFS, DFS, topological sort, and cycle detection
skilla/maximal-cliques
2953 Downloads
Library to resolve Maximal Cliques in undirected graph
sensasi-delight/eigenvector-centrality-php
12 Downloads
A PHP library that help you calculates the Eigenvector Centrality value of an undirected graph. Eigenvector Centrality is one of the Social Network Analysis algorithms.
professional-wiki/network
15462 Downloads
MediaWiki extension for adding interactive network visualizations to your wiki pages
osinet/grafizzi
7646 Downloads
A GraphViz generator for PHP. PEAR Image_GraphViz rethought.
telkins/laravel-dag-manager
5269 Downloads
A SQL-based Directed Acyclic Graph (DAG) solution for Laravel.
rtfirst/page-graph
120 Downloads
Dashboard widget showing the TYPO3 page tree and content elements as an interactive force-directed graph visualization.
marcovo/laravel-dag-model
2455 Downloads
An implementation of the Directed Acyclic Graph (DAG) for Laravel models
marcobuschini/mlb-dag-bundle
10 Downloads
This bundle provides entities, and methods to handle directed acyclic graphs.
kitano/connection-bundle
100 Downloads
Directed graph implementation to create any connection between two objects (ie. follower/following relation in a social network)
jumaphelix/php-dag
88 Downloads
Implementation of Directed Acyclic Graphs (DAG) based task executions with parallelization in PHP
drupal/plugin_topsort
103 Downloads
A mechanism for ordering plugin definitions using a directed acyclic graph.
cmcdota/php-graph-to-svg
14 Downloads
Compiles SVG graph based on force-directed layout Fruchterman-Reingold Algorithm.
chippyash/finite-state-machine
12 Downloads
A Finite State Machine Implementation
wazum/php-dag
4 Downloads
Render directed acyclic graphs (DAGs) as ASCII/Unicode art in pure PHP — pipelines, workflows and dependency trees drawn in your terminal, logs or Markdown. Reads and writes DOT; ships a CLI.