Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

This is my own class for private messaging system, built using plain PHP. It's still under development. To find out more, visit the issues page.

License

Notifications You must be signed in to change notification settings

gigili/Private-messaging-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Private-messaging-system

This is my own class for private messaging system, built using plain PHP.

It's still under development. To find out more, visit the issues page.

The main core of this project is completed.

You can implement this on your website without any problems and use it.

Current options

Send a new message - send_message()

Respond to a message - send_message($respond > 0)

Get the list of all messages for a single user ( inbox ) - get_all_messages()

Get the number of unread messages - get_number_of_unread_messages()

Delete a single message or entire conversation - delete_message()

Notify user by email of new message - just uncomment the line 43

Best regards,

Igor Ilic

Licence

This project is licensed under the MIT license.

Copyright (c) 2014 Igor Ilic github@igorilic.net

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This is my own class for private messaging system, built using plain PHP. It's still under development. To find out more, visit the issues page.

Topics

Resources

License

Stars

Watchers

Forks

Languages