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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
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

  1. Add stijnhau/private-messaging (version dev-master) to requirements
  2. Run update command on composer
  3. enable it in your application.config.php file.
  4. Add the mysql.sql file to your database
  5. Add the rest oif the data folder to your data folder

Manually

  1. Clone this project into your ./vendor/ directory and enable it in your application.config.php file.
  2. Add the mysql.sql file to your database
  3. Add the rest oif the data folder to your data folder

Requires

  1. PHP >= 5.4.0
  2. ZfcUser >= 1.0.0

Features

  1. Sending messages to multiple persons.
  2. Adjustable amount of messages in inbox and outbox(module based)
  3. Removing messages from inbox.[WIP](by checkbox)
  4. Removing messages from outbox.[WIP](By checkbox)
  5. Removing message from inside the message(received) [WIP]
  6. Removing message from inside the message(sent) [WIP]
  7. Show message time of time-ago.
  8. Option to enable or disable menu (\Zend\Navigation).
  9. Configurable login route.
  10. Replylink inside message[todo]
  11. Multiple pages(usage of use \Zend\Paginator)
  12. Starred or not[WIP]
  13. Important or not[WIP]
  14. Multilanguage (dutch and french ready) [WIP]
  15. Unread messages in bold.
  16. 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
Requires php Version >=5.4
zendframework/zendframework Version 2.*
zf-commons/zfc-user Version 1.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package stijnhau/private-messaging contains the following files

Loading the files please wait ....