Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rollbar branding to the Readme #584

Merged
merged 1 commit into from
Dec 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
# Rollbar-PHP
<p align="center">
<img alt="rollbar-logo" src="https://user-images.githubusercontent.com/3300063/207964480-54eda665-d6fe-4527-ba51-b0ab3f41f10b.png" />
</p>

<h1 align="center">Rollbar PHP SDK</h1>

<p align="center">
<strong>Proactively discover, predict, and resolve errors in real-time with <a href="https://rollbar.com">Rollbar’s</a> error monitoring platform. <a href="https://rollbar.com/signup/">Start tracking errors today</a>!</strong>
</p>


[![Latest Version on Packagist](https://img.shields.io/packagist/v/rollbar/rollbar.svg?style=flat-square)](https://packagist.org/packages/rollbar/rollbar)
![Build Status](https://github.com/rollbar/rollbar-php/workflows/Rollbar-PHP%20CI/badge.svg)
[![Total Downloads](https://img.shields.io/packagist/dt/rollbar/rollbar.svg?style=flat-square)](https://packagist.org/packages/rollbar/rollbar)

This library detects errors and exceptions in your application and sends them
to [Rollbar] for alerts, reporting, and analysis.
---

## Key benefits of using Rollbar PHP SDK are:
- **Frameworks:** Rollbar php supports many popular php frameworks such as <a href="https://docs.rollbar.com/docs/laravel">Laravel</a>, <a href="https://docs.rollbar.com/docs/codeigniter">CodeIgniter</a>, <a href="https://docs.rollbar.com/docs/symfony">Symfony</a> and many more!
- **Plugins:** Rollbar php has plugin support for <a href="https://docs.rollbar.com/docs/php-heroku">Heroku</a>, <a href="https://docs.rollbar.com/docs/wordpress">Wordpress</a>, <a href="https://docs.rollbar.com/docs/php-integration-with-rollbarjs">Rollbar.js</a> and more.
- **Automatic error grouping:** Rollbar aggregates Occurrences caused by the same error into Items that represent application issues. <a href="https://docs.rollbar.com/docs/grouping-occurrences">Learn more about reducing log noise</a>.
- **Advanced search:** Filter items by many different properties. <a href="https://docs.rollbar.com/docs/search-items">Learn more about search</a>.
- **Customizable notifications:** Rollbar supports several messaging and incident management tools where your team can get notified about errors and important events by real-time alerts. <a href="https://docs.rollbar.com/docs/notifications">Learn more about Rollbar notifications</a>.


[Rollbar]: https://rollbar.com

# Quickstart

Expand Down