Download the PHP package irap/logging without Composer
On this page you can find all versions of the php package irap/logging. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor irap
Package logging
Short Description Cli Menu code for writing CLI applications in PHP 5.3+
License MIT
Homepage https://github.com/iRAP-software/package-logging
Package logging
Short Description Cli Menu code for writing CLI applications in PHP 5.3+
License MIT
Homepage https://github.com/iRAP-software/package-logging
Please rate this library. Is it a good library?
Informations about the package logging
Logging Package
This package aims to make it easy to log things.
UDP Logger
Using UDP for logging is great if you want to be able to fire-and-forget your log messages, improving performance at the penalty of not being able to guarantee log messages are received.
Here is an example of how to send a log to a server ar 192.168.1.1 on port 1234 using the UdpLogger:
For the UDP logger to work, you will have to have a service listening for these logs. Below is an example of a script you could use to create such a service:
All versions of logging with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
irap/core-libs Version 1.1.*
irap/emailers Version 2.0.*
irap/twilio Version 1.0.*
irap/core-libs Version 1.1.*
irap/emailers Version 2.0.*
irap/twilio Version 1.0.*
The package irap/logging contains the following files
Loading the files please wait ....