Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 489 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 489 Bytes

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