Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/racinmat/monolog
Integration of Monolog into Nette Framework
https://github.com/racinmat/monolog
Last synced: about 1 month ago
JSON representation
Integration of Monolog into Nette Framework
- Host: GitHub
- URL: https://github.com/racinmat/monolog
- Owner: racinmat
- License: other
- Fork: true (Kdyby/Monolog)
- Created: 2014-11-12T22:26:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T23:09:04.000Z (almost 10 years ago)
- Last Synced: 2024-09-24T20:44:21.826Z (about 1 month ago)
- Language: PHP
- Homepage: https://packagist.org/packages/kdyby/monolog
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
Kdyby/Monolog
======[![Build Status](https://travis-ci.org/Kdyby/Monolog.svg?branch=master)](https://travis-ci.org/Kdyby/Monolog)
[![Downloads this Month](https://img.shields.io/packagist/dm/kdyby/monolog.svg)](https://packagist.org/packages/kdyby/monolog)
[![Latest stable](https://img.shields.io/packagist/v/kdyby/monolog.svg)](https://packagist.org/packages/kdyby/monolog)Integration of [Monolog](https://github.com/Seldaek/monolog) into Nette Framework
Requirements
------------Kdyby/Monolog requires PHP 5.3.2 or higher.
- [Nette Framework](https://github.com/nette/nette)
- [Monolog](https://github.com/Seldaek/monolog)Installation
------------The best way to install Kdyby/Monolog is using [Composer](http://getcomposer.org/):
```sh
$ composer require kdyby/monolog:~1.0
```Documentation
------------Learn more in [documentation](https://github.com/Kdyby/Monolog/blob/master/docs/en/index.md).
-----
Homepage [http://www.kdyby.org](http://www.kdyby.org) and repository [http://github.com/Kdyby/Monolog](http://github.com/Kdyby/Monolog).