PHPackages                             anroots/kohana-loggly - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. anroots/kohana-loggly

AbandonedArchivedKohana-module[Logging &amp; Monitoring](/categories/logging)

anroots/kohana-loggly
=====================

A Kohana log writer for Loggly.com

1.0.0(13y ago)1132[1 issues](https://github.com/anroots/kohana-loggly/issues)MITPHPPHP &gt;=5.4.0

Since Feb 6Pushed 13y ago1 watchersCompare

[ Source](https://github.com/anroots/kohana-loggly)[ Packagist](https://packagist.org/packages/anroots/kohana-loggly)[ Docs](https://github.com/anroots/kohana-loggly)[ RSS](/packages/anroots-kohana-loggly/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Kohana 3.3 log writer for Loggly.com
====================================

[](#kohana-33-log-writer-for-logglycom)

Write Kohana logs to a [Loggly.com](http://loggly.com) input. You need an account at loggly.com for this to work. The basic account is free, with quota limits.

Installation
============

[](#installation)

As a Git submodule:
-------------------

[](#as-a-git-submodule)

```
git submodule add git://github.com/anroots/kohana-loggly.git modules/loggly
```

As a [Composer dependency](http://getcomposer.org)
--------------------------------------------------

[](#as-a-composer-dependency)

```
{
	"require": {
		"anroots/kohana-loggly":"1.*"
	}
}
```

Activate the module in `bootstrap.php`.
---------------------------------------

[](#activate-the-module-in-bootstrapphp)

```
