Install the package via Composer:
composer require mb-tec/zf-super-messenger
Then enable this module by adding it and AssetManager
(a dependency) to application.config.php
.
<?php
'modules' => [
'MBtec\ZfSuperMessenger',
],
Documentation is not available
This library is licensed under the GNU GENERAL PUBLIC LICENSE
Matthias Büsing - info@mb-tec.eu
Bugs and feature requests are tracked on GitHub.