mbsoft31/graph-algorithms
High-performance PHP 8.2+ graph algorithms library (mbsoft/graph-core). Includes PageRank and degree centrality, Dijkstra and A* pathfinding, BFS/DFS traversal, Tarjan SCC, Kahn topological sort, and Prim MST. Type-safe, tested, zero extra deps.
Architecture fit: The package's integer-indexed AlgorithmGraph proxy pattern offers strong performance for graph operations, but requires strict adherence to mbsoft/graph-core's GraphInterface. This creates tight coupling with an unfamiliar dependency. Integration feasibility is moderate for greenfield projects but high-risk for
How can I help you explore Laravel packages today?