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

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

pantree/pantree-php
===================

PHP &amp; Laravel SDK for Pantree — error monitoring and encrypted health reporting

1.0.10(4w ago)06↓100%MITPHPPHP &gt;=8.1CI passing

Since Apr 30Pushed 4w agoCompare

[ Source](https://github.com/pantree-lab/php-sdk)[ Packagist](https://packagist.org/packages/pantree/pantree-php)[ RSS](/packages/pantree-pantree-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (9)Used By (0)

pantree/pantree-php
===================

[](#pantreepantree-php)

 [ ![Pantree](./arts/250x250_without_brand_title.png) ](https://packagist.org/packages/pantree/pantree-php "View on Packagist")

 [![Packagist version](https://camo.githubusercontent.com/39eee10c3a868061d11b746494ce0356996eb693f90a66bd4ef7c67a43eb0e4a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70616e747265652f70616e747265652d7068702e737667)](https://packagist.org/packages/pantree/pantree-php)

Official PHP &amp; Laravel SDK for [Pantree](https://pantree.dev) — error monitoring and encrypted health reporting.

Supports **raw PHP 8.1+** and **Laravel 10, 11, 12**.
Requires `ext-curl` and `ext-openssl`.

---

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Quick Start](#quick-start)
    - [Raw PHP](#raw-php)
    - [Laravel](#laravel)
- [Configuration](#configuration)
- [Capturing Errors](#capturing-errors)
- [Health Reporting](#health-reporting)
- [Package Layout](#package-layout)
- [API Reference](#api-reference)
- [Changelog](#changelog)

---

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

[](#installation)

```
composer require pantree/pantree-php
```

For Laravel, publish the config file:

```
php artisan vendor:publish --tag=pantree-config
```

---

Quick Start
-----------

[](#quick-start)

### Raw PHP

[](#raw-php)

```
