trismegiste/socialist

social network library

v2.0 2020-09-15 11:06 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:43:47 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.

Here is a quick overview : Model

How

It relies on trismegiste/toolbox for persistence. It is fully documented with phpDocumentor and fully tested (including functional tests with trismegiste/toolbox)