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
- Host: GitHub
- URL: https://github.com/kernelshreyak/dbgraph-php
- Owner: kernelshreyak
- Created: 2021-01-05T07:05:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T15:04:10.000Z (about 5 years ago)
- Last Synced: 2025-02-06T11:57:05.390Z (about 1 year ago)
- Topics: graph-objects, php-library
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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