PHPackages                             larapulse/support - 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. larapulse/support

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

larapulse/support
=================

Handy PHP functions

v1.0.0(8y ago)177[2 issues](https://github.com/larapulse/support/issues)1MITPHPPHP ~7.0

Since Nov 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/larapulse/support)[ Packagist](https://packagist.org/packages/larapulse/support)[ Docs](https://github.com/larapulse/support)[ RSS](/packages/larapulse-support/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (1)

PHP Support functions
=====================

[](#php-support-functions)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8735b0736fd4cd665f44b27e7ed9dac64e9f3c792ff2fe76551a7170571d8917/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726170756c73652f737570706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/larapulse/support)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/68a68f33915e33524acbc4d9a48181b8d1072ec904fdc1ed9e7d239161df8097/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c61726170756c73652f737570706f72742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/larapulse/support)[![Coverage Status](https://camo.githubusercontent.com/05185d22d92203dc12ac03d8099d5f22c5c25de40fc45165741bb09a82ffcc59/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c61726170756c73652f737570706f72742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/larapulse/support/code-structure)[![Quality Score](https://camo.githubusercontent.com/d5ecc13eb7ea45706f3f5b57b458311986c61f4adc249d441f64b4ed7131d1bd/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c61726170756c73652f737570706f72742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/larapulse/support)

PHP package with helper functions.

Structure
---------

[](#structure)

If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.

```
bin/
config/
src/
tests/
vendor/

```

Install
-------

[](#install)

Via Composer

```
$ composer require larapulse/support
```

Usage
-----

[](#usage)

This package contains some useful functions that can be used for different cases, such as:

```
$initial = [
    'environment'   => 'dev',
    'app_start'     => date('Y-m-d H:i:s'),
    'options'       => [
        'test'  => true,
        'debug' => true,
        'log'   => 'notice'.
    ],
];

$hash = md5(implode('|', array_flatten_assoc($initial)));
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](docs/CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](docs/CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](docs/CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Sergey Podgornyy](https://github.com/SergeyPodgornyy)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

3096d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64a637b1e5277fee4c9571b27c631a7c212d44a4ccd23b95e5c1d807220707cd?d=identicon)[SergeyPodgornyy](/maintainers/SergeyPodgornyy)

---

Top Contributors

[![SergeyPodgornyy](https://avatars.githubusercontent.com/u/13667212?v=4)](https://github.com/SergeyPodgornyy "SergeyPodgornyy (3 commits)")

---

Tags

supportlarapulse

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/larapulse-support/health.svg)

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

###  Alternatives

[arcanedev/support

ARCANEDEV Support Helpers

1888.2M78](/packages/arcanedev-support)[binshops/laravel-ticket

A simple ticketing system for Laravel 5.1 – 5.8 and 6.\* - 7.\* - 8.\* - 9.\* - 10.\* -which integrates smoothly with Laravel default users and auth system

261.0k](/packages/binshops-laravel-ticket)

PHPackages © 2026

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