rollbar-akeneo-pim/rollbar-php-symfony-bundle

Bundle for Symfony that integrates Rollbar tracker to Akeneo PIM

v3.1.2 2019-01-02 14:47 UTC

README

codecov Build Status Software License

Rollbar full-stack error tracking for Symfony.

Supported Symfony versions: 3+, 4+.

NOTE 10/08/2018 The package has been renamed to rollbar/rollbar-php-symfony-bundle to reflect support for Symfony 3 and 4. If you have been using the package using the old name (rollbar/rollbar-php-symfony3-bundle) make sure to update your composer.json to use the new package name.

Setup Instructions

  1. Sign up for a Rollbar account
  2. 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 avaliable 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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Testing

Tests are in tests. To run the tests: composer test To fix code style issues: composer fix