Skip to content

ganapathichidambaram/technologger

Repository files navigation

TechnoLogger - Logging for PHP

TechnoLogger sends your logs to files. It would enable PHP logging into text file and other handler services. Also it would load the classes automatically when classes are called from anywhere in the php file. By Default it would create directory and log files with required permission if not available. else make sure with right permission for web user to access the same.

Installation

Install the latest version with

$ composer require ganapathichidambaram/technologger

Basic Usage

<?php

include("technologger.php");

Requirements

  • TechnoLogger works with PHP 5.3 or above, and is also tested to work with HHVM.

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub

Author

Ganapathi Chidambaram - [email protected] - http://twitter.com/ganapathi_rj
See also the list of contributors which participated in this project.

License

TechnoLogger is licensed under the MIT License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages