PHPackages                             grummfy/php-debugbar-clevercloud - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. grummfy/php-debugbar-clevercloud

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

grummfy/php-debugbar-clevercloud
================================

Adding information from instance running on clever cloud for the php debugbar

1.0.0(8y ago)0154MITPHPPHP &gt;=5.4.0

Since Aug 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Grummfy/php-debugbar-clevercloud)[ Packagist](https://packagist.org/packages/grummfy/php-debugbar-clevercloud)[ RSS](/packages/grummfy-php-debugbar-clevercloud/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Debug bar information about clever cloud instance
=================================================

[](#debug-bar-information-about-clever-cloud-instance)

Adding information from instance running on [clever cloud](https://www.clever-cloud.com) for the [php debugbar](http://phpdebugbar.com/).

Install &amp; configuration
---------------------------

[](#install--configuration)

```
composer require --dev grummfy/php-debugbar-clevercloud

```

Then add to your debugbar :

```
$debugbar->addCollector(new Grummfy\DebugBar\CleverCloudCollector());

```

You can also say to hide some value by giving them to the debug bar:

```
$debugbar->addCollector(new Grummfy\DebugBar\CleverCloudCollector(['APP_ID']));

```

### Integration to other debug bar

[](#integration-to-other-debug-bar)

On any bar based on php-debugbar, it will be the same.

An example with [laravel](https://github.com/barryvdh/laravel-debugbar):

```
Debugbar::addCollector(new Grummfy\DebugBar\CleverCloudCollector());

```

### List of data exposed

[](#list-of-data-exposed)

- APP\_ID: the ID of the application.
- INSTANCE\_ID: the ID of the current instance (scaler) of your application.
- INSTANCE\_TYPE: The type of the instance (scaler).
- COMMIT\_ID: the commit ID used as a base to deploy your application.
- APP\_HOME: the absolute path of your application on the server.
- INSTANCE\_NUMBER: the number of this instances inside all the sacaler (if you got 3 scaler it can be a number between 0 to 2)

More information of [environment variables](https://www.clever-cloud.com/doc/admin-console/environment-variables/#special-environment-variables).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3196d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/668804?v=4)[Grummfy](/maintainers/Grummfy)[@Grummfy](https://github.com/Grummfy)

---

Tags

cleverclouddebugbarphp-debugbardebugdebugbarclevercloudclever-cloud

### Embed Badge

![Health badge](/badges/grummfy-php-debugbar-clevercloud/health.svg)

```
[![Health](https://phpackages.com/badges/grummfy-php-debugbar-clevercloud/health.svg)](https://phpackages.com/packages/grummfy-php-debugbar-clevercloud)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[snowair/phalcon-debugbar

Integrates PHP Debug Bar with Phalcon.

160123.3k1](/packages/snowair-phalcon-debugbar)

PHPackages © 2026

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