2017 © Pedro Peláez
 

melisplatform-module melis-messenger

image

melisplatform/melis-messenger

  • Thursday, May 3, 2018
  • by melisplatform
  • Repository
  • 5 Watchers
  • 1 Stars
  • 615 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 11 % Grown

The README.md

melis-messenger

MelisMessenger offers a messenging system inside the platform so that collaborators can talk to each others., (*1)

Getting Started

These instructions will get you a copy of the project up and running on your machine., (*2)

Prerequisites

You will need to install melisplatform/melis-core in order to have this module running.
This will automatically be done when using composer., (*3)

Installing

Run the composer command:, (*4)

composer require melisplatform/melis-messenger

Database

Database model is accessible on the MySQL Workbench file:
/melis-messenger/install/sql/model
Database will be installed through composer and its hooks.
In case of problems, SQL files are located here:
/melis-messenger/install/sql, (*5)

Tools & Elements provided

  • Messenger tab in the Profile section
  • Header icon to visualize the new messages

Running the code

MelisMessenger Services

  • MelisMessengerService
    Provides services to send and get messages

File: /melis-messenger/src/Service/MelisMessengerService.php, (*6)

// Get the service
$messengerService = $this->getServiceManager()->get('MelisMessengerService');
// save datas of this page with an array of keys of the names of the table's columns
$convo_id = $messengerService->saveMsg(array(...));

Authors

See also the list of contributors who participated in this project., (*7)

License

This project is licensed under the OSL-3.0 License - see the LICENSE file for details, (*8)

The Versions

03/05 2018

dev-master

9999999-dev https://github.com/melisplatform/melis-messenger

  Sources   Download

OSL-3.0

The Requires

 

zf2 module cms melis

03/05 2018

v2.4.0

2.4.0.0 https://github.com/melisplatform/melis-messenger

  Sources   Download

OSL-3.0

The Requires

 

zf2 module cms melis

20/04 2018

dev-develop

dev-develop https://github.com/melisplatform/melis-messenger

  Sources   Download

OSL-3.0

The Requires

 

zf2 module cms melis

27/02 2018

v2.3.0

2.3.0.0 https://github.com/melisplatform/melis-messenger

  Sources   Download

OSL-3.0

The Requires

 

zf2 module cms melis

15/01 2018

dev-hotfix-dbdeploy

dev-hotfix-dbdeploy https://github.com/melisplatform/melis-messenger

  Sources   Download

OSL-3.0

The Requires

  • php ^5.5 || ^7.0

 

zf2 module cms melis

13/10 2017

v2.2.1

2.2.1.0 https://github.com/melisplatform/melis-messenger

  Sources   Download

OSL-3.0

The Requires

  • php ^5.5 || ^7.0

 

zf2 module cms melis

02/10 2017

v2.2.0

2.2.0.0 https://github.com/melisplatform/melis-messenger

  Sources   Download

OSL-3.0

The Requires

  • php ^5.5 || ^7.0

 

zf2 module cms melis