This module is currently under heavy development.
A Zend Framework 2 module based on ZfcUser which enables private messaging between users.
- Add
stijnhau/private-messaging(versiondev-master) to requirements - Run
updatecommand on composer
- Clone this project into your
./vendor/directory and enable it in yourapplication.config.phpfile. - Clone
https://github.com/stijnhau/PrivateMessaginginto your./vendor/directory and enable it in yourapplication.config.phpfile.
- PHP >= 5.4.0
- ZfcUser >=1.0.0
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.