rollbar / rollbar-php-symfony-bundle
Bundle for Symfony that integrates Rollbar tracker
Installs: 1 077 976
Dependents: 0
Suggesters: 0
Security: 0
Stars: 28
Watchers: 16
Forks: 31
Open Issues: 12
Type:symfony-bundle
Requires
- php: >=8.0.2
- ext-json: *
- rollbar/rollbar: ^3.1|^4.0
- symfony/config: ^5.4|^6.2
- symfony/dependency-injection: ^5.4|^6.2
- symfony/http-kernel: ^5.4|^6.2
- symfony/monolog-bundle: ^3.8
- symfony/serializer: ^5.4|^6.2
Requires (Dev)
- matthiasnoback/symfony-dependency-injection-test: ^4.3
- phpunit/phpunit: ^9.6|^10.1
- squizlabs/php_codesniffer: ^3.7
- symfony/framework-bundle: ^5.4|^6.2
This package is not auto-updated.
Last update: 2024-11-02 01:26:42 UTC
README
As of May 2024, Rollbar will not be actively updating this repository and plans to archive it in January of 2025. We encourage our community to fork this repo if you wish to continue its development. While Rollbar will no longer be engaging in active development, we remain committed to reviewing and merging pull requests related to security updates. If an actively maintained fork emerges, please reach out to our support team and we will link to it from our documentation.
Rollbar for Symfony
Rollbar full-stack error tracking for Symfony.
Supported Symfony versions: 5+
Support for Symfony versions 5+ is maintained in branch master
and tags v4+
.
Support for Symfony versions 3.* and 4.* is maintained in branch symfony_3_4
and tags in the v3.*
series.
Setup Instructions
- Sign up for a Rollbar account
- Follow the Installation instructions in our Symfony SDK docs to install
rollbar-php-symfony-bundle
and configure it for your platform.
Usage and Reference
For complete usage instructions, see our Symfony SDK docs.
For complete configuration reference, see our PHP SDK docs
Release History & Changelog
See our Releases page for a list of all releases, including changes.
Related projects
A range of examples of using Rollbar PHP is available here: Rollbar PHP Examples.
A Wordpress Plugin is available through Wordpress Admin Panel or through Wordpress Plugin directory: Rollbar Wordpress
A Laravel-specific package is available for integrating with Laravel: Rollbar Laravel
A CakePHP-specific package is available for integrating with CakePHP 2.x: CakeRollbar
A Flow-specific package is available for integrating with Neos Flow: m12/flow-rollbar
Yii package: baibaratsky/yii-rollbar
Yii2 package: baibaratsky/yii2-rollbar
Help / Support
If you run into any issues, please email us at support@rollbar.com
For bug reports, please open an issue on GitHub.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Testing
Tests are in tests
.
To run the tests: composer test
To fix code style issues: composer fix