15 lines
223 B
Markdown
15 lines
223 B
Markdown
- Install composer
|
|
|
|
<http://getcomposer.org/doc/01-basic-usage.md>
|
|
|
|
- Install bugsnag using composer
|
|
|
|
```shell
|
|
composer install
|
|
```
|
|
|
|
- Run the example script
|
|
|
|
```shell
|
|
php index.php
|
|
``` |