Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from bugsnag/wrapping
Browse files Browse the repository at this point in the history
Remove wrapping on the readme
  • Loading branch information
snmaynard committed Aug 18, 2016
2 parents 7402030 + d6cf925 commit c7116ef
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,22 @@
[![StyleCI Status](https://styleci.io/repos/23802949/shield?branch=master)](https://styleci.io/repos/23802949)
[![Documentation](https://img.shields.io/badge/documentation-latest-blue.svg?style=flat-square)](https://docs.bugsnag.com/platforms/php/)

The Bugsnag Notifier for Silex gives you instant notification of errors and
exceptions in your Silex PHP applications. We support both Silex 1 and 2.
The Bugsnag Notifier for Silex gives you instant notification of errors and exceptions in your Silex PHP applications. We support both Silex 1 and 2.


## Features

* Automatically report unhandled exceptions and crashes
* Report handled exceptions
* Attach user information and custom diagnostic data to determine how many
people are affected by a crash
* Attach user information and custom diagnostic data to determine how many people are affected by a crash


## Getting started

1. [Create a Bugsnag account](https://bugsnag.com)
2. Complete the instructions in the
[integration guide](https://docs.bugsnag.com/platforms/php/silex/)
3. Report handled exceptions using
[`Bugsnag::notify()`](https://docs.bugsnag.com/platforms/php/silex/#reporting-handled-exceptions)
4. Customize your integration using the
[configuration options](https://docs.bugsnag.com/platforms/php/silex/configuration-options/)
2. Complete the instructions in the [integration guide](https://docs.bugsnag.com/platforms/php/silex/)
3. Report handled exceptions using [`Bugsnag::notify()`](https://docs.bugsnag.com/platforms/php/silex/#reporting-handled-exceptions)
4. Customize your integration using the [configuration options](https://docs.bugsnag.com/platforms/php/silex/configuration-options/)


## Support
Expand All @@ -35,11 +30,9 @@ exceptions in your Silex PHP applications. We support both Silex 1 and 2.

## Contributing

All contributors are welcome! For information on how to build, test,
and release, see our [contributing guide](CONTRIBUTING.md).
All contributors are welcome! For information on how to build, test, and release, see our [contributing guide](CONTRIBUTING.md).


## License

The Bugsnag Silex library is free software released under the MIT License.
See [LICENSE.txt](LICENSE.txt) for details.
The Bugsnag Silex library is free software released under the MIT License. See [LICENSE.txt](LICENSE.txt) for details.

0 comments on commit c7116ef

Please sign in to comment.