Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getsentry/sentry-php-sdk
This is a meta package to ship sentry-php with a recommend http client.
https://github.com/getsentry/sentry-php-sdk
tag-production
Last synced: 6 days ago
JSON representation
This is a meta package to ship sentry-php with a recommend http client.
- Host: GitHub
- URL: https://github.com/getsentry/sentry-php-sdk
- Owner: getsentry
- License: mit
- Created: 2019-02-08T10:52:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T11:11:00.000Z (12 months ago)
- Last Synced: 2024-10-29T21:59:19.874Z (15 days ago)
- Topics: tag-production
- Homepage: https://github.com/getsentry/sentry-php
- Size: 27.3 KB
- Stars: 324
- Watchers: 52
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Official Sentry SDK for PHP
[![Monthly Downloads](https://poser.pugx.org/sentry/sdk/d/monthly)](https://packagist.org/packages/sentry/sdk)
[![Latest Stable Version](https://poser.pugx.org/sentry/sdk/v/stable)](https://packagist.org/packages/sentry/sdk)
[![License](https://poser.pugx.org/sentry/sdk/license)](https://packagist.org/packages/sentry/sdk)This is a meta package that **historically** shipped [sentry/sentry](https://github.com/getsentry/sentry-php) with an HTTP client.
We recommend using [sentry/sentry](https://github.com/getsentry/sentry-php) instead.
```bash
composer require sentry/sentry
```Since this is only a meta package, if you are finding this repo and having issues, please create an issue on our main repository's [issue tracker](https://github.com/getsentry/sentry-php/issues)