PHPackages                             arshahin/utility-kit - 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. arshahin/utility-kit

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

arshahin/utility-kit
====================

A PHP utility helper package for general and Laravel-based projects

v1.1.5(1y ago)28MITPHPPHP ^7.4 || ^8.0

Since Apr 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AR-Shahin/utility-kit)[ Packagist](https://packagist.org/packages/arshahin/utility-kit)[ RSS](/packages/arshahin-utility-kit/feed)WikiDiscussions main Synced 1mo ago

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

🧰 Utility Kit – PHP Helper Functions Package
============================================

[](#-utility-kit--php-helper-functions-package)

A lightweight collection of reusable PHP helper functions designed to simplify common tasks.
Use it in any PHP project or integrate directly into Laravel. Clean, minimal, and extensible.

---

📦 Installation
--------------

[](#-installation)

Require the package via Composer:

```
composer require arshahin/utility-kit
```

---

⚙️ Usage
--------

[](#️-usage)

Import and use the helper methods statically:

```
use ARShahin\UtilityKit\Helpers\StringHelper;

StringHelper::startsWith("Laravel", "Lar"); // true
```

You can also use the helper functions if you have configured them with Laravel's service provider and facade system.

---

✏️ Contributing
---------------

[](#️-contributing)

We welcome contributions! If you'd like to contribute:

1. Create a new branch.
2. Add your helper function.
3. ✅ Make sure to include:
    - Proper docblocks for your functions.
    - Return types for all methods.
    - Follow PSR-12 coding standards for formatting and structure.
    - PHPUnit test cases for your function.
4. Submit a pull request.

Example requirement:

```
/**
 * Check if a string is palindrome.
 *
 * @param string $string
 * @return bool
 */
public static function isPalindrome(string $string): bool
```

---

✅ Testing
---------

[](#-testing)

Run the test suite using PHPUnit:

```
vendor/bin/phpunit tests/
```

```
vendor/bin/phpunit --testdox
```

Ensure all test cases pass before submitting your PR.

---

🚀 Roadmap
---------

[](#-roadmap)

- String helper methods
- Array helper methods
- Date/time utilities
- More facades &amp; Laravel integrations

---

✨ License
---------

[](#-license)

MIT License. Feel free to use, modify, and distribute.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance48

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Every ~1 days

Total

7

Last Release

388d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/775209fc7e022daa82a6bf9d137abac731d99cfc41b765a944cdf41a66938e70?d=identicon)[ar-shahin](/maintainers/ar-shahin)

---

Top Contributors

[![AR-Shahin](https://avatars.githubusercontent.com/u/56718222?v=4)](https://github.com/AR-Shahin "AR-Shahin (13 commits)")

---

Tags

laravelphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arshahin-utility-kit/health.svg)

```
[![Health](https://phpackages.com/badges/arshahin-utility-kit/health.svg)](https://phpackages.com/packages/arshahin-utility-kit)
```

###  Alternatives

[hyperthese/php-serial

Multi-platform serial port access convenience class

3557.7k1](/packages/hyperthese-php-serial)[tigrang/cakephp-datatable

CakePHP DataTable Plugin

465.1k](/packages/tigrang-cakephp-datatable)

PHPackages © 2026

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