Download the PHP package amattu2/event-logger without Composer
On this page you can find all versions of the php package amattu2/event-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amattu2/event-logger
More information about amattu2/event-logger
Files in amattu2/event-logger
Download amattu2/event-logger
More information about amattu2/event-logger
Files in amattu2/event-logger
Vendor amattu2
Package event-logger
Short Description A lightweight, basic PHP 7+ event message logger that eases the workload of writing and generating timestamped events.
License AGPL-3.0
Package event-logger
Short Description A lightweight, basic PHP 7+ event message logger that eases the workload of writing and generating timestamped events.
License AGPL-3.0
Please rate this library. Is it a good library?
Informations about the package event-logger
Introduction
This is a basic PHP event logger class for writing HTML based event logs.
Usage
addEvent
This function is used to add a new event log. Optionally override the default timestamp (now).
getStartTime
This function returns the exact DateTime for the timestamp of the first event added.
getEndTime
This function returns the timestamp as a DateTime for the last time an event was added to the log.
getEvents
This returns the event log as an array.
getEventsTable
This returns the event log formatted as an HTML table. Optionally override the DateTime format for events.
Requirements & Dependencies
PHP 7+ or above
All versions of event-logger with dependencies
PHP Build Version
Package Version
No informations.
The package amattu2/event-logger contains the following files
Loading the files please wait ....