Skip to content

Commit 678a10a

Browse files
End notes like in rollbar-php
1 parent c803936 commit 678a10a

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,3 +468,39 @@ function get_current_user() {
468468
$config['person_fn'] = 'get_current_user';
469469
?>
470470
```
471+
472+
## Related projects
473+
474+
This project is a Laravel wrapper of Rollbar PHP: [Rollbar PHP](https://github.com/rollbar/rollbar-php)
475+
476+
A CakePHP-specific package is avaliable for integrating Rollbar PHP with CakePHP 2.x:
477+
[CakeRollbar](https://github.com/tranfuga25s/CakeRollbar)
478+
479+
A Flow-specific package is available for integrating Rollbar PHP with Neos Flow: [m12/flow-rollbar](https://packagist.org/packages/m12/flow-rollbar)
480+
481+
Yii package: [baibaratsky/yii-rollbar](https://github.com/baibaratsky/yii-rollbar)
482+
483+
Yii2 package: [baibaratsky/yii2-rollbar](https://github.com/baibaratsky/yii2-rollbar)
484+
485+
## Help / Support
486+
487+
If you run into any issues, please email us at [[email protected]](mailto:[email protected])
488+
489+
You can also find us in IRC: [#rollbar on chat.freenode.net](irc://chat.freenode.net/rollbar)
490+
491+
For bug reports, please [open an issue on GitHub](https://github.com/rollbar/rollbar-php/issues/new).
492+
493+
494+
## Contributing
495+
496+
1. Fork it
497+
2. Create your feature branch (`git checkout -b my-new-feature`)
498+
3. Commit your changes (`git commit -am 'Added some feature'`)
499+
4. Push to the branch (`git push origin my-new-feature`)
500+
5. Create new Pull Request
501+
502+
503+
## Testing
504+
Tests are in `tests`.
505+
To run the tests: `composer test`
506+
To fix code style issues: `composer fix`

0 commit comments

Comments
 (0)