2017 © Pedro Peláez
 

library sentry-php

Fork of a PHP client for Sentry (http://getsentry.com) that work also with php5.2

image

immobiliare/sentry-php

Fork of a PHP client for Sentry (http://getsentry.com) that work also with php5.2

  • Monday, February 5, 2018
  • by JellyBellyDev
  • Repository
  • 6 Watchers
  • 9 Stars
  • 2,331 Installations
  • PHP
  • 0 Dependents
  • 2 Suggesters
  • 256 Forks
  • 0 Open issues
  • 68 Versions
  • 26 % Grown

The README.md

immobiliare/sentry-php

Build Status Latest Stable Version PHP Version Require Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads, (*1)

This project is a fork of official PHP SDK v1.7 for Sentry to work even with php5.2., (*2)

Features

  • Automatically report (un)handled exceptions and errors
  • Send customized diagnostic data
  • Process and sanitize data before sending it over the network

Installation

There are various ways to install the PHP integration for Sentry. The recommended way is to use Composer., (*3)

$ composer require immobiliare/sentry-php

Alternatively you can manually install it:, (*4)

  1. Download and extract the latest sentry-php archive to your PHP project.
  2. Require the autoloader in your application:
require_once '/path/to/Raven/library/Raven/Autoloader.php';
Raven_Autoloader::register();

Usage

// Instantiate a new client with a compatible DSN and install built-in
// handlers
$sentryClient = new Raven_Client('https://e9ebbd88548a441288393c457ec90441:399aaee02d454e2ca91351f29bdc3a07@app.getsentry.com/3235');
$sentryClient->install();

// Capture an exception
$event_id = $sentryClient->captureException($ex);

// Give the user feedback
echo "Sorry, there was an error!";
echo "Your reference ID is " . $event_id;

For more information, see the documentation., (*5)

Integration with frameworks

Other packages exists to integrate this SDK into the most common frameworks., (*6)

Community

Contributing

Dependencies are managed through composer:, (*7)

$ composer install

Tests can then be run via phpunit:, (*8)

$ vendor/bin/phpunit

The Versions

05/02 2018

dev-master

9999999-dev https://github.com/immobiliare/sentry-php

Fork of a PHP client for Sentry (http://getsentry.com) that work also with php5.2

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

by ImmobiliareLabs

log logging sentry php52 sentry-php php 5.2

05/02 2018

dev-feat/remove-tests-for-php7

dev-feat/remove-tests-for-php7 https://github.com/immobiliare/sentry-php

Fork of a PHP client for Sentry (http://getsentry.com) that work also with php5.2

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

by ImmobiliareLabs

log logging sentry php52 sentry-php php 5.2

05/02 2018

dev-fixup/tests-for-php7.0

dev-fixup/tests-for-php7.0 https://github.com/immobiliare/sentry-php

Fork of a PHP client for Sentry (http://getsentry.com) that work also with php5.2

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

by ImmobiliareLabs

log logging sentry php52 sentry-php php 5.2

05/02 2018

dev-fixup/travis-ci-php-5.3-precise

dev-fixup/travis-ci-php-5.3-precise https://github.com/immobiliare/sentry-php

Fork of a PHP client for Sentry (http://getsentry.com) that work also with php5.2

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

by ImmobiliareLabs

log logging sentry php52 sentry-php php 5.2

26/05 2017

dev-feat/enhancemnet-dependencies

dev-feat/enhancemnet-dependencies https://github.com/immobiliare/sentry-php

Fork of a PHP client for Sentry (http://getsentry.com) that work also with php5.2

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

by ImmobiliareLabs

log logging sentry php52 sentry-php php 5.2

26/05 2017

dev-1.7.x-dev

dev-1.7.x-dev https://github.com/immobiliare/sentry-php

Fork of a PHP client for Sentry (http://getsentry.com) that work also with php5.2

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

by ImmobiliareLabs

log logging sentry php52 sentry-php php 5.2

26/05 2017

dev-enhancement/more-info-about-thrown-exception

dev-enhancement/more-info-about-thrown-exception https://github.com/immobiliare/sentry-php

Fork of a PHP client for Sentry (http://getsentry.com) that work also with php5.2

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

by ImmobiliareLabs

log logging sentry php52 sentry-php php 5.2

24/05 2017

dev-enhancement/error-severity

dev-enhancement/error-severity https://github.com/immobiliare/sentry-php

Fork of a PHP client for Sentry (http://getsentry.com) that work also with php5.2

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

by ImmobiliareLabs

log logging sentry php52 sentry-php php 5.2

28/04 2017

dev-enhancement/merge-with-upstream-ce93ddc

dev-enhancement/merge-with-upstream-ce93ddc https://github.com/immobiliare/sentry-php

Fork of a PHP client for Sentry (http://getsentry.com) that work also with php5.2

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

by ImmobiliareLabs

log logging sentry php52 sentry-php php 5.2

03/03 2017

dev-feature/2.0

dev-feature/2.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

log logging

03/02 2017

dev-releases/1.6.x

dev-releases/1.6.x http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

log logging

03/02 2017

1.6.2

1.6.2.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

log logging

14/12 2016

1.6.1

1.6.1.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

log logging

09/12 2016

1.6.0

1.6.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

log logging

29/09 2016

dev-releases/1.5.x

dev-releases/1.5.x http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

29/09 2016

1.5.0

1.5.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

20/09 2016

dev-releases/1.4.x

dev-releases/1.4.x http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

20/09 2016

1.4.1

1.4.1.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

20/09 2016

1.4.0

1.4.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

20/09 2016

dev-feature/overhaul-stacktraces

dev-feature/overhaul-stacktraces http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

19/09 2016

dev-releases/1.3.x

dev-releases/1.3.x http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

19/09 2016

1.3.0

1.3.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

08/09 2016

dev-release/1.2.x

dev-release/1.2.x http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

08/09 2016

1.2.0

1.2.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

30/07 2016

dev-releases/1.1.x

dev-releases/1.1.x http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

30/07 2016

1.1.0

1.1.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

29/07 2016

dev-releases/1.x

dev-releases/1.x http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

29/07 2016

1.0.1

1.0.1.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

28/07 2016

1.0.0

1.0.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

23/06 2016

dev-releases/0.22.x

dev-releases/0.22.x http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

23/06 2016

0.22.0

0.22.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

10/06 2016

0.21.2

0.21.2.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

10/06 2016

0.21.1

0.21.1.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

10/06 2016

dev-releases/0.21.x

dev-releases/0.21.x http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

10/06 2016

0.21.0

0.21.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

02/06 2016

dev-releases/0.20.x

dev-releases/0.20.x http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

02/06 2016

0.20.0

0.20.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

31/05 2016

dev-force-strings

dev-force-strings http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

27/05 2016

0.19.0

0.19.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

23/05 2016

0.18.1

0.18.1.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

19/05 2016

dev-no-session

dev-no-session http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

17/05 2016

0.18.0

0.18.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

11/05 2016

0.17.0

0.17.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

03/05 2016

0.16.0

0.16.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

03/05 2016

dev-breadcrumbs

dev-breadcrumbs http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

log logging

29/04 2016

0.15.0

0.15.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

log logging

27/04 2016

0.14.0

0.14.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

log logging

27/04 2016

dev-sentry-laravel

dev-sentry-laravel http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

log logging

09/09 2015

0.13.0

0.13.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

log logging

26/08 2015

0.12.1

0.12.1.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

log logging

17/07 2015

dev-feature/federated-docs

dev-feature/federated-docs http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

log logging

19/05 2015

0.12.0

0.12.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • ext-curl *
  • php >=5.2.4

 

The Development Requires

log logging

25/03 2015

0.11.0

0.11.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • php >=5.2.4

 

The Development Requires

log logging

25/03 2015

dev-switch-endpoints

dev-switch-endpoints http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • php >=5.2.4

 

The Development Requires

log logging

03/09 2014

0.10.0

0.10.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • php >=5.2.4

 

The Development Requires

log logging

26/08 2014

0.9.1

0.9.1.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • php >=5.2.4

 

The Development Requires

log logging

04/06 2014

0.9.0

0.9.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • php >=5.2.4

 

The Development Requires

log logging

03/06 2014

dev-curl-async

dev-curl-async http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • php >=5.2.4

 

The Development Requires

log logging

03/12 2013

0.8.0

0.8.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • php >=5.2.4

 

The Development Requires

log logging

17/09 2013

0.7.1

0.7.1.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • php >=5.2.4

 

The Development Requires

log logging

15/09 2013

0.7.0

0.7.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • php >=5.2.4

 

The Development Requires

log logging

05/06 2013

0.6.0

0.6.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • php >=5.2.4

 

The Development Requires

log logging

19/02 2013

0.5.1

0.5.1.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • php >=5.2.4

 

The Development Requires

log logging

22/01 2013

0.4.0

0.4.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

BSD

The Requires

  • php >=5.2.4

 

The Development Requires

log logging

16/10 2012

0.3.1

0.3.1.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

Apache License 2

The Requires

  • php >=5.2.4

 

The Development Requires

by Michael van Tellingen

log logging

15/10 2012

0.3.0

0.3.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

Apache License 2

The Requires

  • php >=5.2.4

 

by Michael van Tellingen

log logging

07/02 2012

0.2.0

0.2.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

Apache License 2

The Requires

  • php >=5.2.4

 

by Michael van Tellingen

log logging

01/02 2012

0.1

0.1.0.0 http://getsentry.com

A PHP client for Sentry (http://getsentry.com)

  Sources   Download

Apache License 2

The Requires

  • php >=5.2.4

 

by Michael van Tellingen

log logging