Download the PHP package stijnhau/private-messaging without Composer
On this page you can find all versions of the php package stijnhau/private-messaging. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package private-messaging
PrivateMessaging
Note
This module is currently under heavy development.
Introduction
A Zend Framework 2 module based on ZfcUser which enables private messaging between users.
Installation
Using composer
- Add
stijnhau/private-messaging
(versiondev-master
) to requirements - Run
update
command on composer - enable it in your
application.config.php
file. - Add the mysql.sql file to your database
- Add the rest oif the data folder to your data folder
Manually
- Clone this project into your
./vendor/
directory and enable it in yourapplication.config.php
file. - Add the mysql.sql file to your database
- Add the rest oif the data folder to your data folder
Requires
- PHP >= 5.4.0
- ZfcUser >= 1.0.0
Features
- Sending messages to multiple persons.
- Adjustable amount of messages in inbox and outbox(module based)
- Removing messages from inbox.[WIP](by checkbox)
- Removing messages from outbox.[WIP](By checkbox)
- Removing message from inside the message(received) [WIP]
- Removing message from inside the message(sent) [WIP]
- Show message time of time-ago.
- Option to enable or disable menu (\Zend\Navigation).
- Configurable login route.
- Replylink inside message[todo]
- Multiple pages(usage of use \Zend\Paginator)
- Starred or not[WIP]
- Important or not[WIP]
- Multilanguage (dutch and french ready) [WIP]
- Unread messages in bold.
- Configuration if newest or oldest message is first in lists.
Thanks
Special thanks goes to https://github.com/hrevert/HtMessaging This module is forked from there because https://github.com/hrevert/HtMessaging decided to go an other way.
All versions of private-messaging with dependencies
PHP Build Version
Package Version
The package stijnhau/private-messaging contains the following files
Loading the files please wait ....