pho-recipes / basic
The basic Pho recipe with simple follow mechanics only.
dev-master
2020-04-24 22:03 UTC
Requires
- php: ^7.1
This package is auto-updated.
Last update: 2026-02-25 11:01:55 UTC
README
This is a simple graph for a Twitter clone, in its most fundamental form.
There are three nodes:
- Graph, a Graph (obligatory)
- User, an Actor
- Status, an Object
And, there are five edges:
- Post, from User to Status
- Mention, from Status to User
- Follow, from User to User
- Like, from User to Status
- Consume, from User to both Status and User