PHPackages                             palvoelgyilaszlo/helper - 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. palvoelgyilaszlo/helper

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

palvoelgyilaszlo/helper
=======================

help for php programming

v1.4(4y ago)01495MITPHP

Since May 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/palvoelgyilaszlo/helper)[ Packagist](https://packagist.org/packages/palvoelgyilaszlo/helper)[ RSS](/packages/palvoelgyilaszlo-helper/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)DependenciesVersions (16)Used By (5)

helper
======

[](#helper)

The motivation is to make the output more visible and at the same time to mark the exact position of the output.

Methods:

Everything is structured and easy to read again. $stop = true/false
===================================================================

[](#everything-is-structured-and-easy-to-read-again-stop--truefalse)

```
Helper::e( $variable, $stop );

```

Returns all declared classes
============================

[](#returns-all-declared-classes)

```
Helper::getClasses();

```

Returns all methods of a class
==============================

[](#returns-all-methods-of-a-class)

```
Helper::getClassMethod('Helper');

```

Outputs the class name including namespace
==========================================

[](#outputs-the-class-name-including-namespace)

```
Helper::getClassName(new Helper);

```

Returns all methods that can be used
====================================

[](#returns-all-methods-that-can-be-used)

```
Helper::getSelfMethodes();

```

Describes something about an array object
=========================================

[](#describes-something-about-an-array-object)

```
Helper::arrayObject();

```

Timing. Start time
==================

[](#timing-start-time)

```
Helper::timeStart();

```

Timing. Stop time
=================

[](#timing-stop-time)

```
Helper::timeStop();

```

Output time measurement duration
================================

[](#output-time-measurement-duration)

```
Helper::getDuration();

```

Is the class user defined?
==========================

[](#is-the-class-user-defined)

```
Helper::reflectionClassisUserDefined('Palvoelgyi\Helper\Helper',0);

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~19 days

Recently: every ~62 days

Total

15

Last Release

1557d ago

### Community

Maintainers

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

---

Top Contributors

[![palvoelgyilaszlo](https://avatars.githubusercontent.com/u/83946817?v=4)](https://github.com/palvoelgyilaszlo "palvoelgyilaszlo (17 commits)")

### Embed Badge

![Health badge](/badges/palvoelgyilaszlo-helper/health.svg)

```
[![Health](https://phpackages.com/badges/palvoelgyilaszlo-helper/health.svg)](https://phpackages.com/packages/palvoelgyilaszlo-helper)
```

PHPackages © 2026

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