PHPackages                             utopia-php/logger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. utopia-php/logger

ActiveLibrary[Framework](/categories/framework)

utopia-php/logger
=================

Utopia Logger library is simple and lite library for logging information, such as errors or warnings. This library is aiming to be as simple and easy to learn and use.

0.7.1(6mo ago)11217.1k↓21.3%18[7 PRs](https://github.com/utopia-php/logger/pulls)2MITPHPPHP &gt;=8.0

Since Dec 19Pushed 2mo ago6 watchersCompare

[ Source](https://github.com/utopia-php/logger)[ Packagist](https://packagist.org/packages/utopia-php/logger)[ RSS](/packages/utopia-php-logger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (30)Used By (2)

Utopia Logger
=============

[](#utopia-logger)

[![Build Status](https://camo.githubusercontent.com/81ff13bec3d54c74a083c74d1b0ad45d15e22ada08535cd3053b88fc114fe858/68747470733a2f2f6170702e7472617669732d63692e636f6d2f75746f7069612d7068702f6c6f676765722e7376673f6272616e63683d6d61696e)](https://app.travis-ci.com/github/utopia-php/logger)[![Total Downloads](https://camo.githubusercontent.com/b2cd9443cca3f427a3cfefcab4210ee131856e3b996c7189ccffe62ff7f5d808/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f6c6f676765722e737667)](https://camo.githubusercontent.com/b2cd9443cca3f427a3cfefcab4210ee131856e3b996c7189ccffe62ff7f5d808/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f6c6f676765722e737667)[![Discord](https://camo.githubusercontent.com/b130cc39f0cd917f3fc3e9f94c08a8ba302c8b36d32d8914f5494c473a7070e6/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f353634313630373330383435313531323434)](https://appwrite.io/discord)

Utopia Logger library is simple and lite library for logging information, such as errors or warnings. This library aims to be as simple and easy to learn and use as possible. This library is maintained by the [Appwrite team](https://appwrite.io).

Although the library was built for the [Utopia Framework](https://github.com/utopia-php/framework) project, it is completely independent, **dependency-free** and can be used with any other PHP project or framework.

Getting Started
---------------

[](#getting-started)

Install using composer:

```
composer require utopia-php/logger
```

```
