PHPackages                             screenfeed/sf-adminbar-tools - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. screenfeed/sf-adminbar-tools

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

screenfeed/sf-adminbar-tools
============================

WordPress plugin to add some development tools.

v4.0.0(5y ago)26GPL-2.0PHPPHP &gt;=5.6.0

Since Jan 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Screenfeed/sf-adminbar-tools)[ Packagist](https://packagist.org/packages/screenfeed/sf-adminbar-tools)[ Docs](https://github.com/Screenfeed/sf-adminbar-tools)[ RSS](/packages/screenfeed-sf-adminbar-tools/feed)WikiDiscussions main Synced 4d ago

READMEChangelog (1)Dependencies (14)Versions (2)Used By (0)

SF Admin Bar Tools
==================

[](#sf-admin-bar-tools)

A WordPress plugin that adds some small development tools to the admin bar.

Requires **php 5.6** and **WordPress 4.7**.

What this plugin does
---------------------

[](#what-this-plugin-does)

The plugin adds a new tab in your admin bar with simple but useful indications and tools.

- Displays the number of queries in your page and the amount of time to generate the page.
- Displays the php memory usage and php memory limits (constants `WP_MEMORY_LIMIT` and `WP_MAX_MEMORY_LIMIT`).
- displays the php version and WP version.
- Displays `WP_DEBUG`, `SCRIPT_DEBUG`, `WP_DEBUG_LOG`, `WP_DEBUG_DISPLAY`, and error reporting values.

### In your site front-end

[](#in-your-site-front-end)

- Lists the template and all template parts used in the current page (template parts added with `get_template_part()`). Compatible with WooCommerce's templates.
- `$wp_query`: this will open a lightbox displaying the content of `$wp_query`. Click the lightbox title to reload the value, click outside the lightbox to close it.

### In your site administration

[](#in-your-site-administration)

- Admin hooks: lists some oftenly used hooks (like `admin_init`). The indicator to the right of the line tells you how many times the hook has been triggered by a callback. A "P" means the hook has a parameter: hover it for more details. Click a hook (on its text) to auto-select its code, for example: click *admin\_init* to select `add_action( 'admin_init', '' );`.
- `$current_screen`: displays the value of 4 properties of this object: `id`, `base`, `parent_base`, `parent_file`.
- `$...now`: displays the value of the well-known variables `$pagenow`, `$typenow`, and `$taxnow`.
- On a user profile page, `$userdata`: : this will open a lightbox displaying the user's data.

You can decide who's gonna use this plugin (go to your profile page for all the settings). This way, the plugin's items won't show up to other users (your client for example).
Also, a new menu item `Code Tester` will appear. There you are able to do some tests with your code.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

1942d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/28a15a62bebc943eac612deb52bb1230b71c878f1a6687cdf534b59b73a73ef6?d=identicon)[Screenfeed](/maintainers/Screenfeed)

---

Top Contributors

[![Screenfeed](https://avatars.githubusercontent.com/u/1878479?v=4)](https://github.com/Screenfeed "Screenfeed (7 commits)")

---

Tags

wordpressdev-tool

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/screenfeed-sf-adminbar-tools/health.svg)

```
[![Health](https://phpackages.com/badges/screenfeed-sf-adminbar-tools/health.svg)](https://phpackages.com/packages/screenfeed-sf-adminbar-tools)
```

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[cedaro/gravity-forms-iframe

Embed a Gravity Form on any site using an iframe.

1563.0k](/packages/cedaro-gravity-forms-iframe)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

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