PHPackages                             braune-digital/pitcher - 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. braune-digital/pitcher

AbandonedArchivedLibrary

braune-digital/pitcher
======================

Pitcher Library

1.0.0(9y ago)014.0k—0%1MITPHP

Since Apr 22Pushed 9y ago6 watchersCompare

[ Source](https://github.com/braune-digital/BrauneDigitalPitcher)[ Packagist](https://packagist.org/packages/braune-digital/pitcher)[ RSS](/packages/braune-digital-pitcher/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (1)

Pitcher
=======

[](#pitcher)

[![](https://camo.githubusercontent.com/94b0b47f047552b76a2e415d9b75de841515dff8407ba686d3f1344b5dfdbfe4/68747470733a2f2f7777772e706974636865722d6170702e636f6d2f696d616765732f506974636865722d4c6f676f2d506f732d4269672e706e67)](https://camo.githubusercontent.com/94b0b47f047552b76a2e415d9b75de841515dff8407ba686d3f1344b5dfdbfe4/68747470733a2f2f7777772e706974636865722d6170702e636f6d2f696d616765732f506974636865722d4c6f676f2d506f732d4269672e706e67)

Pitcher App () is a webservice which allows you to easily send exceptions from your project. In contrast to classical monitoring webservices, Pitcher is able to pitch individual exceptions from projects, where Pitcher is acting like a satellite which communicates whith ground control. Register now at pitcher-app.com and create your project. After receiving the secret, the next step is installing the PHP component (or Bundle in case of using Symfony) and linking the satellite by defining the secret.

This PHP component allows you to send notifications through different channels (iOS Push Notification, E-Mail or WAMP Websocket).

Integrations
------------

[](#integrations)

Currently there´s a bundle for Symfony which integrates the component as a service ().

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

[](#installation)

Install the package with composer into your project:

```
composer require braune-digital/pitcher "^1.0"

```

Usage
-----

[](#usage)

The BaseClient implements the ClientInterface and allows you to pitch exceptions with GuzzleHTTP to the Pitcher App.

```
