PHPackages                             developius/logline-php - 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. developius/logline-php

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

developius/logline-php
======================

PHP library for interfacing with LogLine

1.0.0(9y ago)018MITPHP

Since Oct 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/developius/logline-php)[ Packagist](https://packagist.org/packages/developius/logline-php)[ RSS](/packages/developius-logline-php/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

LogLine-PHP
===========

[](#logline-php)

LogLine is an entirely web-based logging platform. This PHP library interfaces with it to allow you to utilise LogLine in your PHP applications.

Installation
------------

[](#installation)

```
composer require developius/logline-php

```

Example usage
-------------

[](#example-usage)

```
$logline = new LogLine("your-api-key");

if ($logline->info("I'm a sucker for LogLine")){
	echo "Log of type info succeeded\n";
}
if ($logline->success("Yeah! It worked")){
	echo "Log of type success succeeded\n";
}
if ($logline->warning("Be careful with that")){
	echo "Log of type warning succeeded\n";
}
if ($logline->fatal("Oh man, this is bad")){
	echo "Log of type fatal succeeded\n";
}
```

Tests
-----

[](#tests)

There is a [test script](test.php) included for testing purposes, it may prove useful, or it may not.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3536d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5836587?v=4)[Finnian Anderson](/maintainers/developius)[@developius](https://github.com/developius)

### Embed Badge

![Health badge](/badges/developius-logline-php/health.svg)

```
[![Health](https://phpackages.com/badges/developius-logline-php/health.svg)](https://phpackages.com/packages/developius-logline-php)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.3k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M273](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M336](/packages/open-telemetry-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
