PHPackages                             ohdearapp/laravel-ohdear - 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. ohdearapp/laravel-ohdear

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

ohdearapp/laravel-ohdear
========================

Easily integrate the Oh Dear API into a Laravel app

0.0.2(7y ago)4111MITPHPPHP ^7.1

Since Sep 1Pushed 7y ago3 watchersCompare

[ Source](https://github.com/ohdearapp/laravel-ohdear)[ Packagist](https://packagist.org/packages/ohdearapp/laravel-ohdear)[ Docs](https://github.com/ohdearapp/laravel-ohdear)[ RSS](/packages/ohdearapp-laravel-ohdear/feed)WikiDiscussions master Synced today

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

Easily integrate the Oh Dear API into a Laravel app
===================================================

[](#easily-integrate-the-oh-dear-api-into-a-laravel-app)

[![Latest Version on Packagist](https://camo.githubusercontent.com/73f0256386d52c500c4f444b4b175833360185c620e46bfe7229b0197b4278e7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f68646561726170702f6c61726176656c2d6f68646561722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ohdearapp/laravel-ohdear)[![Build Status](https://camo.githubusercontent.com/b6e2710963f55bc69084e205c714610ca89dee9bb435421672121d34d473261f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6f68646561726170702f6c61726176656c2d6f68646561722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ohdearapp/laravel-ohdear)[![Quality Score](https://camo.githubusercontent.com/a58ecf0aaf9f0689d5d567bee05331724f07967fc563326283b5d70260551a4a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6f68646561726170702f6c61726176656c2d6f68646561722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/ohdearapp/laravel-ohdear)[![StyleCI](https://camo.githubusercontent.com/ac745ae1878ac50d64852a645298e2722454abfe9314843aa20859cd57906d2d/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3134363636333332392f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/146663329)[![Total Downloads](https://camo.githubusercontent.com/ca27cb919730b6c2a03ae1c08b6c8f1959e15e16301ef285006113a6a37a5db9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f68646561726170702f6c61726176656c2d6f68646561722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ohdearapp/laravel-ohdear)

This package makes it easy to work with the Oh Dear! sdk in a Laravel app. Once configured you can call all the sdk methods on the `OhDear` facade

```
\OhDear::sites(); // gets all sites
```

Also, the `OhDear\PhpSdk\Resources\Site` will be bound to the site which url matches the one specified in the `site_url` value of the `oh-dear` config file.

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

[](#installation)

You can install the package via composer:

```
composer require ohdearapp/laravel-ohdear
```

Next you must publish the config file. This is the content that will be published to `config/oh-dear.php`:

```
return [

    /*
     * A valid API token for your Oh Dear! account. Instructions on how to get a
     * token can be found on this page: https://ohdear.app/docs/api/authentication
     */
    'api_token' => env('OH_DEAR_API_TOKEN', ''),

    /*
     * The url of your site as shown in Oh Dear.
     * It should start with either 'http' or 'https'.
     */
    'site_url' => env('OH_DEAR_SITE_URL', ''),
];
```

Usage
-----

[](#usage)

You can call all the sdk methods on the `OhDear` facade:

```
\OhDear::sites(); // gets all sites
```

Take a look at [the documentation of our php sdk](https://github.com/ohdearapp/ohdear-php-sdk) to learn which methods are available.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Freek Van der Herten](https://github.com/freekmurze)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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 ~1 days

Total

2

Last Release

2809d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/088309b7812a3fdf998d5894252715931583cc24369c00e72a8cff2376dec38d?d=identicon)[ohdearapp](/maintainers/ohdearapp)

---

Top Contributors

[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (8 commits)")

---

Tags

laravelmonitoringoh-dearssluptimeohdearapplaravel-ohdear

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ohdearapp-laravel-ohdear/health.svg)

```
[![Health](https://phpackages.com/badges/ohdearapp-laravel-ohdear/health.svg)](https://phpackages.com/packages/ohdearapp-laravel-ohdear)
```

###  Alternatives

[overtrue/laravel-query-logger

A dev tool to log all queries for laravel application.

413307.5k6](/packages/overtrue-laravel-query-logger)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[regulus/activity-log

A clean and simple Laravel 5 activity logger for monitoring user activity on a website or web application.

164220.1k2](/packages/regulus-activity-log)

PHPackages © 2026

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