PHP code example of yassa / rollbar
1. Go to this page and download the library: Download yassa/rollbar library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
yassa / rollbar example snippets
return array(
'modules' => array(
'Yassa\Rollbar', // must be added as the first module
// ...
),
// ...
);
bash
$ php composer.phar update