An open API service indexing awesome lists of open source software.

https://github.com/kernelshreyak/dbgraph-php

PHP Library to implement persistent graph data structures with multiple as storage backend
https://github.com/kernelshreyak/dbgraph-php

graph-objects php-library

Last synced: 12 months ago
JSON representation

PHP Library to implement persistent graph data structures with multiple as storage backend

Awesome Lists containing this project

README

          

# dbgraph-php
PHP Library to implement persistent graph data structures with multiple as storage backend

## Updated features of dbgraph-php
- Create Graph Objects with custom vertex attributes
- Store graph objects and all associated data in persistent storage
- Choose from multiple storage backends (currently session(serialized form), MySQL and SQLite are supported).Other backends can be created easily.
- Use some nifty utility tools for Graph Theory related mathematical operations