pho-lib-graph icon indicating copy to clipboard operation
pho-lib-graph copied to clipboard

A general purpose graph library written in PHP 7.1+

Results 2 pho-lib-graph issues
Sort by recently updated
recently updated
newest added

instead, they should be handled through Subject/Observer pattern. otherwise non-reproducible in stateful graphs.

The following classes implement the Serializable interface and need to be updated to work with PHP versions >= 8.1 - Edge - Graph - Node [Serializable interface php manual](https://www.php.net/manual/en/class.serializable.php) I...