定制 friendsofsymfony/message 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

friendsofsymfony/message

Composer 安装命令:

composer require friendsofsymfony/message

包简介

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

README 文档

README

Build Status Build status

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

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.

Note : This library is currently in development. You can test it in your project (the Composer installation process is very simple), but you should not use it in production for the moment.

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.

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

Documentation

You can read the documentation here.

Usage example

An implementation example is available on Github: tgalopin/FOSMessage-demo.

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

统计信息

  • 总下载量: 14.82k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 65
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 63
  • Watchers: 10
  • Forks: 14
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-11-21