Download the PHP package silverorange/net_notifier without Composer
On this page you can find all versions of the php package silverorange/net_notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download silverorange/net_notifier
More information about silverorange/net_notifier
Files in silverorange/net_notifier
Download silverorange/net_notifier
More information about silverorange/net_notifier
Files in silverorange/net_notifier
Vendor silverorange
Package net_notifier
Short Description An asynchronous notification system using WebSockets
License LGPL-2.1
Homepage https://github.com/silverorange/Net_Notifier
Package net_notifier
Short Description An asynchronous notification system using WebSockets
License LGPL-2.1
Homepage https://github.com/silverorange/Net_Notifier
Please rate this library. Is it a good library?
Informations about the package net_notifier
Net_Notifier
Net_Notifier is a system for sending and receiving messages from PHP programs using WebSockets.
Net_Notifier provides a server for listeing and relaying notifications, a sender, which can send notifications to a server and a listener which can receive relayed notifications from a server.
An example use-case is sending order notifications when an order is placed on an e-commerce site.
Server
Net_Notifier comes with a CLI server for receiving and relaying notifications. It has the following interface:
Service that receives and relays notifications to listening clients. Usage: net-notifier-server [options] Options: -p port, --port=port Optional port on which to listen for notifications. If not specified, port 3000 is used. -v, --verbose Sets verbosity level. Use multiples for more detail (e.g. "-vv"). -h, --help show this help message and exit --version show the program version and exit
All versions of net_notifier with dependencies
PHP Build Version
Package Version
The package silverorange/net_notifier contains the following files
Loading the files please wait ....