tiny-logger

Light weight composer package for file logging. Supports web hook requests.

MIT License

Downloads
333
Stars
5
Committers
2
tiny-logger - v2.1.4 Latest Release

Published by SerhiiCho 12 months ago

  • Added support for PHP 8.3
  • Added a CHANGELOG.md file
  • Added "Supported PHP version" section to a README.md file
tiny-logger - v2.1.3

Published by SerhiiCho about 1 year ago

  • Added Pint
  • Formatted code with Pint
  • Added support for php 8.1 and 8.2
tiny-logger - v2.1.2

Published by SerhiiCho almost 2 years ago

  • Refactored code;
  • Updated packages;
tiny-logger - v2.1.1

Published by SerhiiCho over 3 years ago

  • Fixed bug with logging array
tiny-logger - 2.1.0

Published by SerhiiCho over 3 years ago

  • Added support for making POST request with custom json structure.
  • Removed support for php 7.1.
  • Added method getPath to Logger class.
  • Refactored code.
  • Added more tests.
  • Improved documentation.
  • Added ext-curl to composer.json file.
  • Added "curl/curl" library to require section in composer.json file.
tiny-logger - v2.0

Published by SerhiiCho almost 4 years ago

  • Added backslashes to each php's internal function.
  • Added phpstan.
  • Added phpcs.
  • Changed syntax Logger::new()->error(); to Logger::error(); by removing new() method.
  • Added php8 to github actions.
tiny-logger - v1.4.2

Published by SerhiiCho almost 4 years ago

  • Added MIT license
tiny-logger - v1.4.1

Published by SerhiiCho about 4 years ago

Fixed bugs related to boolean types passed to write method

tiny-logger - v1.4.0

Published by SerhiiCho over 4 years ago

removed psr logger interface

tiny-logger - v1.3.5

Published by SerhiiCho over 4 years ago

  • Added ability to log an exception with message and stack trace
tiny-logger - v1.3.4

Published by SerhiiCho almost 5 years ago

  • Bug fix in Text.php getPreparedText method
tiny-logger - v1.3.3

Published by SerhiiCho almost 5 years ago

  • Added implementation of PSR LoggerInterface for Logger.php
tiny-logger - v1.3.2

Published by SerhiiCho almost 5 years ago

  • Added supporting sprintf format for a setPath() method 😎
tiny-logger - v1.3.1

Published by SerhiiCho almost 5 years ago

  • Before you couldn't pass option without error type like so:
tiny_log('Message is here', 'pos');
tiny-logger - v1.3

Published by SerhiiCho almost 5 years ago

  • Removed support for php 7.0 because of void return type
  • Added info for options to README.md
  • Added 'pos' option to logger
  • Refactoring prepareTextForLogging() method
  • Simplified Logger.php class
  • Added php doc block comments
  • Added tests to OptionTest.php
tiny-logger - v1.2.2

Published by SerhiiCho almost 5 years ago

  • Added php doc block to 1 method in Logger.php class
  • Typo in php doc block
  • Added prepareTextForLogging() method to Logger.php
  • Refactored write() method in Logger.php
  • Added some comments to Logger.php
tiny-logger - v1.2.1

Published by SerhiiCho almost 5 years ago

  • Added JSON_UNESCAPED_UNICODE flag to json_encode()
  • Added php7.4 to github actions
tiny-logger - v1.2

Published by SerhiiCho almost 5 years ago

Changed namespace for tests

tiny-logger - v1.1

Published by SerhiiCho almost 5 years ago

Added Exception throw if file path is not specified

tiny-logger - v1.0

Published by SerhiiCho almost 5 years ago

First version

Package Rankings
Top 23.03% on Packagist.org
Badges
Extracted from project README
Tiny Logger
Related Projects