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

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

logpusher/logpusher-php
=======================

LogPusher integration for PHP

v1.0.1(8y ago)8151MITPHPPHP ^7.0

Since Sep 11Pushed 8y ago3 watchersCompare

[ Source](https://github.com/LogPusher/logpusher-php)[ Packagist](https://packagist.org/packages/logpusher/logpusher-php)[ Docs](http://logpusher.com)[ RSS](/packages/logpusher-logpusher-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

LogPusher: Log tracking for PHP
===============================

[](#logpusher-log-tracking-for-php)

[![Build Status](https://camo.githubusercontent.com/82f5625181f725d0daa3f760bc8918f30e5ad4c5c4e7f18b46750b1cf63024d6/68747470733a2f2f7472617669732d63692e6f72672f4c6f675075736865722f6c6f677075736865722d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/LogPusher/logpusher-php.svg?branch=master)

LogPusher is a system that allows you to receive notifications through your mobile on a single application. Apart from push notifications, you can also receive information without a mobile client via SMS and Mail service. You can integrate with any software through the API. Thanks to rapid API integration, you do not spend extra time for information and mail service.

LogPusher is easy to use on the client side thanks to its simple interface. Just generate API key trough our control panel and you are ready to go.

Features
--------

[](#features)

- Send log data

Getting started
---------------

[](#getting-started)

1. [Create a LogPusher account](http://logpusher.com/)
2. Create a new App and get API Token

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

[](#installation)

```
composer require logpusher/logpusher-php

```

Usage
-----

[](#usage)

```
$pusher = new \LogPusher\LogPusherClient(
    new \GuzzleHttp\Client([]),
    'hello@logpusher.com',
    'PASSWORD',
    'API_KEY'
);
```

```
$pusher->push(
    'My awesome log message',
    'myawesomesite.com',
    'E-commerce',
    'Notice',
    date('H:i'),
    new \DateTime('now'),
    '1'
);
```

Support
-------

[](#support)

- [Search open and closed issues](https://github.com/logpusher/logpusher-php/issues?utf8=%E2%9C%93&q=is%3Aissue) for similar problems
- [Report a bug or request a feature](https://github.com/logpusher/logpusher-php/issues/new)

Contributing
------------

[](#contributing)

All contributors are welcome! Feel free to comment on [existing issues](https://github.com/logpusher/logpusher-php/issues) for clarification or starting points.

The MIT License (MIT)
---------------------

[](#the-mit-license-mit)

Copyright © 2017 [LogPusher](http://logpusher.com/)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Every ~0 days

Total

2

Last Release

3216d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1097170?v=4)[Emir Karşıyakalı](/maintainers/emir)[@emir](https://github.com/emir)

![](https://avatars.githubusercontent.com/u/31839020?v=4)[LogPusher](/maintainers/logpusher)[@LogPusher](https://github.com/LogPusher)

---

Top Contributors

[![emir](https://avatars.githubusercontent.com/u/1097170?v=4)](https://github.com/emir "emir (10 commits)")

---

Tags

business-intelligenceecommercelogloggerlogginglogpushernotificationspushloglogging

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299582.7k1](/packages/larabug-larabug)[lefuturiste/monolog-discord-handler

A simple monolog handler for support Discord webhooks

34118.3k4](/packages/lefuturiste-monolog-discord-handler)[oanhnn/laravel-logzio

Integrate Logz.io into PHP and Laravel 5.6+ Application

1064.7k](/packages/oanhnn-laravel-logzio)[hosmelq/laravel-logsnag

Integrate the power of LogSnag's real-time event tracking into your Laravel application.

238.6k](/packages/hosmelq-laravel-logsnag)

PHPackages © 2026

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