定制 astroanu/phpmongograph 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

astroanu/phpmongograph

Composer 安装命令:

composer require astroanu/phpmongograph

包简介

A graph db wrapper for MongoDB written in PHP

README 文档

README

this project is not maintained anymore

PHPMongoGraph

####creating graph object

$graph = new Graph('mongodb://127.0.0.1', 'dbname');

here $graph will return a graph object.

####creating a node

$node = $graph->makeNode();
$node->setProperty('name', 'tom');
$node->save();

after a creating a node you can set properties which then later can be retrived by getProperties() or getProperty() methods. you need to call save() to save a node. use getId() to get the node id.

####getting a node

$a = $graph->getNode($id);

getNode() returns a node obeject.

####making connections

$graph->makeConnection()->setStartNode($b)->setEndNode($a)->setType('LIKES')->save();

the above means $b likes $a

####getting connections $connections = $a->getConnections(array('LIKES'), Connection::DIRECTION_IN);

this will return connections sorted reverse chronologically

统计信息

  • 总下载量: 33
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-07-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固