Skip to content

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

Notifications You must be signed in to change notification settings

kernelshreyak/dbgraph-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Languages