Skip to content

Trismegiste/Socialist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socialist Build Status

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)