Skip to content

Monitors the application and records operations and events in a log.

License

Notifications You must be signed in to change notification settings

Icybee/module-journal

Repository files navigation

Journal

The Journal module (journal) monitors the application and records operations and events in a log.

Requirement

The package requires PHP 5.3 or later.

Installation

The recommended way to install this package is through Composer. Create a composer.json file and run php composer.phar install command to install it:

{
	"minimum-stability": "dev",
	"require":
	{
		"icybee/module-journal": "*"
	}
}

Cloning the repository

The package is available on GitHub, its repository can be cloned with the following command line:

$ git clone git://github.com/Icybee/module-journal.git journal

Documentation

The documentation for the package and its dependencies can be generated with the make doc command. The documentation is generated in the docs directory using ApiGen. The package directory can later by cleaned with the make clean command.

Testing

The test suite is ran with the make test command. Composer is automatically installed as well as all the dependencies required to run the suite. The package directory can later be cleaned with the make clean command.

The package is continuously tested by Travis CI.

Build Status

License

The module is licensed under the New BSD License - See the LICENSE file for details.

About

Monitors the application and records operations and events in a log.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages