2017 © Pedro Peláez
 

library message

A framework-agnostic PHP 5.4+ user-to-user messaging library

image

peter31/message

A framework-agnostic PHP 5.4+ user-to-user messaging library

  • Wednesday, March 30, 2016
  • by peter31
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 13 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

FOSMessage

Build Status Build status, (*1)

FOSMessage is a PHP 5.4+ framework-agnostic library providing a data structure and common features to set up user-to-user messaging systems., (*2)

You can think of it as a model for your messaging features : it will take care of the consistency of the data for you in order to easily create a full-featured messaging system., (*3)

Note : This library is currently in development. You can test it in your project , but you should not use it in production for the moment., (*4)

This library is based on concepts shared by most modern frameworks (dependency injection, event dispatching, abstract data drivers, etc.) and therefore, it’s very easy to set it up in any kind of context., (*5)

If you want to set it up in Symfony, FOSMesageBundle is being developed in a new version (not ready yet)., (*6)

Documentation

You can read the documentation here., (*7)

Usage example

An implementation example is available on Github: tgalopin/FOSMessage-demo., (*8)

Key features

  • Conversation-based messaging
  • Multiple conversations participants support
  • Very easy to implement (at least in most of the cases)
  • Framework-agnotic
  • Doctrine ORM and Mongo ODM support
  • Not linked to user system implementation
  • Optionnal tagging system to organize conversations
  • Event system to let developer execute actions on key steps
  • Implemented in framework-specific bundle / module
  • PHP7 and HHVM support

The Versions

30/03 2016

dev-master

9999999-dev https://github.com/FriendsOfSymfony/FOSMessage

A framework-agnostic PHP 5.4+ user-to-user messaging library

  Sources   Download

MIT

The Requires

 

The Development Requires

message messaging notification user-to-user

07/01 2016

dev-puli-php-di

dev-puli-php-di https://github.com/FriendsOfSymfony/FOSMessage

A framework-agnostic PHP 5.4+ user-to-user messaging library

  Sources   Download

MIT

The Requires

 

The Development Requires

message messaging notification user-to-user