trismegiste / socialist
social network library
v2.0
2020-09-15 11:06 UTC
Requires
- php: >7.3
- trismegiste/toolbox: dev-master
Requires (Dev)
- phpunit/phpunit: ^9
This package is not auto-updated.
Last update: 2024-11-09 17:14:16 UTC
README
Core library for social networking
What
This is a library for any facebook/twitter-like social network with a persistance in MongoDB.
Features :
- 'Like/+1' feature on users and contents like facebook/google+
- follower on users like twitter
- stack of commentary on each content
- abuse/spam report
- content = { text , status , commentary , photo, video , re-tweet }
- fully extensible
- KISS
- SOLID
Model
See the last class hierarchy generated with phpDocumentor.
How
It relies on trismegiste/toolbox for persistence. It is fully documented with phpDocumentor and fully tested (including functional tests with trismegiste/toolbox)