{"id":89132,"library":"rollbar-rollbar","title":"Rollbar","description":"Monitors errors and exceptions and reports them to Rollbar","status":"active","version":"4.2.1","language":"php","source_language":null,"source_url":"https://github.com/rollbar/rollbar-php","tags":["rollbar","error-monitoring","logging","exceptions"],"install":[{"cmd":"composer require rollbar/rollbar","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Rollbar","correct":"use Rollbar\\Rollbar;"}],"quickstart":{"code":"use Rollbar\\Rollbar;\nuse Rollbar\\Payload\\Level;\n\nRollbar::init(['access_token' => 'YOUR_TOKEN']);\ntry {\n    throw new \\Exception('Test error');\n} catch (\\Exception $e) {\n    Rollbar::log(Level::ERROR, $e);\n}","lang":"php","description":"Initialize Rollbar and log an exception"},"warnings":[{"fix":"Upgrade PHP to 7.1 or later.","message":"Requires PHP 7.1+; older versions may have compatibility issues.","severity":"breaking","affected_versions":">=4.0.0"}],"env_vars":null,"search_vec":"'error':3,13 'error-monitor':12 'except':5,16 'log':15 'monitor':2,14 'report':7 'rollbar':1,10,11","created_at":"2026-06-19T08:42:33.578665+00:00","updated_at":"2026-06-19T08:42:33.578665+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rollbar/rollbar-php","github":"https://github.com/rollbar/rollbar-php","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["observability","logging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}