pho-recipes / basic
The basic Pho recipe with simple follow mechanics only.
Installs: 107
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.1
This package is auto-updated.
Last update: 2025-02-25 09:04:22 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