https://github.com/rollbar/rollbar-php-examples
A number of examples apps using Rollbar PHP
https://github.com/rollbar/rollbar-php-examples
Last synced: about 1 year ago
JSON representation
A number of examples apps using Rollbar PHP
- Host: GitHub
- URL: https://github.com/rollbar/rollbar-php-examples
- Owner: rollbar
- Archived: true
- Created: 2017-10-17T21:47:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:21:14.000Z (over 3 years ago)
- Last Synced: 2025-05-08T00:06:14.119Z (about 1 year ago)
- Language: PHP
- Homepage: https://rollbar.com/
- Size: 661 KB
- Stars: 3
- Watchers: 31
- Forks: 1
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rollbar PHP Examples
A number of example apps using Rollbar PHP.
## List of examples
- [custom-data](https://github.com/rollbar/rollbar-php-examples/tree/master/custom-data): saving context data in the custom configuration option
- [laravel](https://github.com/rollbar/rollbar-php-examples/tree/master/laravel): all of the Laravel examples are grouped in this directory
- [custom-data](https://github.com/rollbar/rollbar-php-examples/tree/master/laravel/custom-data): how to add custom data dynamically to your Rollbar messages in Laravel
- [simple-logging](https://github.com/rollbar/rollbar-php-examples/tree/master/laravel/simple-logging): this is the most simple, out-of-the-box logging Rollbar provides automatically and by manually invoking the log methods
- [monolog](https://github.com/rollbar/rollbar-php-examples/tree/master/monolog): using Rollbar through Monolog
- [transformer](https://github.com/rollbar/rollbar-php-examples/tree/master/transformer): setting up a custom transformer which modifies the payload before sending it to Rollbar
## Installation
Each example contains a README.md file of it's own with instructions how to set up the example app.
## Help / Support
If you run into any issues, please email us at [support@rollbar.com](mailto:support@rollbar.com)
## Testing
Each project contains the `example.php` file which is the main entrypoint to the example application. It can be invoked using `composer test`.