PHPackages                             cesarv/dev-funcs - 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. cesarv/dev-funcs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cesarv/dev-funcs
================

Short cuts during development

050PHP

Since Jul 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/cesar-v/dev-funcs)[ Packagist](https://packagist.org/packages/cesarv/dev-funcs)[ RSS](/packages/cesarv-dev-funcs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Development Functions
=====================

[](#development-functions)

Quick development shortcuts and functions.

Examples
--------

[](#examples)

var\_dump($vars) is too long:

```
d($vars);

```

var\_dump($vars); exit(); is too long:

```
dd($vars);

```

Benchmark snippet of code:

```
speed($callback, $iterations = 25, $displayResults = false);

```

When screen output has been muddled up:

```
de($vars);

```

^^ Will dump $vars to... my email :). (Would a way to not hard code my own email into it)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7029f9482d7fde12b7f9c477f708504f9ed3e9c86368662d5d2a8a73d6fe01fe?d=identicon)[cesarv](/maintainers/cesarv)

### Embed Badge

![Health badge](/badges/cesarv-dev-funcs/health.svg)

```
[![Health](https://phpackages.com/badges/cesarv-dev-funcs/health.svg)](https://phpackages.com/packages/cesarv-dev-funcs)
```

###  Alternatives

[amin3520/anar

:description

272.3k](/packages/amin3520-anar)

PHPackages © 2026

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