PHPackages                             cakephp-biztech/cake-rollbar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. cakephp-biztech/cake-rollbar

ActiveCakephp-plugin

cakephp-biztech/cake-rollbar
============================

CakePHP plugin integration for Rollbar

v0.1.1(5y ago)139MITPHPCI failing

Since Oct 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/cakephp-biztech/cakephp-rollbar)[ Packagist](https://packagist.org/packages/cakephp-biztech/cake-rollbar)[ Docs](https://github.com/ishan-biztech/cakephp-rollbar)[ RSS](/packages/cakephp-biztech-cake-rollbar/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Rollbar plugin for CakePHP 3.x
==============================

[](#rollbar-plugin-for-cakephp-3x)

CakePHP plugin integration for Rollbar error tracking tool.

Requirements
------------

[](#requirements)

- CakePHP 3.5 or greater
- PHP 5.6 or greater
- And [Rollbar](https://rollbar.com/) account

Installation
------------

[](#installation)

1. You can install this plugin into your CakePHP application using [composer](https://getcomposer.org)

    ```
    composer require cakephp-biztech/cake-rollbar

    ```
2. After installation, [load the plugin](https://book.cakephp.org/3/en/plugins.html#loading-a-plugin)

    ```
    // src/Application.php
    Plugin::load('CakeRollbar');
    ```

    Or, you can load the plugin using the shell command:

    ```
    bin/cake plugin load CakeRollbar
    ```

Setup
-----

[](#setup)

Create a new Rollbar project and get `post_server_item` access token by going to your project's settings. And set below config array into your `config/app.php` file.

```
// config/app.php
return [
    'Rollbar' => [
        'access_token' => env('ROLLBAR_POST_SERVER_ITEM_ACCESS_TOKEN', null),
        'environment' => env('APP_ENV'),
    ]
];
```

All set! 🎉

This plugin will capture and send all the notices, errors, exceptions, etc. to Rollbar for you to solve them.

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2024d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/105db221e6c281108c05a6a7f7f7f358e954979ff8981465da163698e24ab353?d=identicon)[cakephp-biztech](/maintainers/cakephp-biztech)

---

Top Contributors

[![ishan-biztech](https://avatars.githubusercontent.com/u/61005017?v=4)](https://github.com/ishan-biztech "ishan-biztech (31 commits)")

---

Tags

cakephpcakephp-pluginerror-reportingerror-trackingrollbarcakephprollbarcakephp-pluginerror-tracking

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/cakephp-biztech-cake-rollbar/health.svg)

```
[![Health](https://phpackages.com/badges/cakephp-biztech-cake-rollbar/health.svg)](https://phpackages.com/packages/cakephp-biztech-cake-rollbar)
```

###  Alternatives

[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[cakephp/bake

Bake plugin for CakePHP

11211.2M156](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M26](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k9](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
