Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
https://github.com/klaussilveira/neo4j-ogm-bundle
https://github.com/jadell/neo4jphp
我正在寻找更稳定/更活跃的人,并想看看您是否有人对其中任何一个有经验?
Neo4jPHP 是一个简单的 REST 客户端。您不会从中获得任何对象映射。如果您不喜欢使用 ORM 并且更喜欢自己进行查询/查找,那么这可能更符合您的风格。
Neo4j-OGM 是一个围绕 Neo4jPHP 的包装器,它添加了 ORM 类型的功能、域类的注释和存储库模式。如果你曾经使用过 Doctrine 或 Propel,你就会认出它的风格和语法。
我的意见:如果您习惯使用 ORM 或 ODM,请使用 Neo4j-OGM。如果您想进行更多调整和“裸机”优化,请使用 Neo4jPHP。