PHPackages                             nueip/helpers - 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. nueip/helpers

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

nueip/helpers
=============

NuEIP Helpers.

1.17.1(1y ago)33.3k7MITPHPPHP ^7 || ^8

Since Jun 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nueip/helpers)[ Packagist](https://packagist.org/packages/nueip/helpers)[ Docs](https://github.com/nueip/helpers)[ RSS](/packages/nueip-helpers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (37)Used By (0)

NuEIP Helpers
=============

[](#nueip-helpers)

NuEIP Helpers.

[![Latest Stable Version](https://camo.githubusercontent.com/45ddfb8a5512e5094247cef6ddc2df89ab84491d321a25bc06a7ec854a665252/68747470733a2f2f706f7365722e707567782e6f72672f6e756569702f68656c706572732f762f737461626c65)](https://packagist.org/packages/nueip/helpers) [![Total Downloads](https://camo.githubusercontent.com/c8e74f91662b4f17eb5de85259c47a773bb5e59941b2b194e9ad3c8bc2b8884a/68747470733a2f2f706f7365722e707567782e6f72672f6e756569702f68656c706572732f646f776e6c6f616473)](https://packagist.org/packages/nueip/helpers) [![Latest Unstable Version](https://camo.githubusercontent.com/04af8ba49a9a663db2abc1930407438c309a368913f98f5c7db05203dd9442f6/68747470733a2f2f706f7365722e707567782e6f72672f6e756569702f68656c706572732f762f756e737461626c65)](https://packagist.org/packages/nueip/helpers) [![License](https://camo.githubusercontent.com/c8748341544866362624df48e215b8590e34a8ee94175159cc8acd511519ca3b/68747470733a2f2f706f7365722e707567782e6f72672f6e756569702f68656c706572732f6c6963656e7365)](https://packagist.org/packages/nueip/helpers)

功能講解
----

[](#功能講解)

- [ArrayHelper](/src/README/ArrayHelper.md)

    - 陣列有關函式
- [DateTimeHelper](/src/README/DateTimeHelper.md)

    - 日期計算有關函式
- [EncodeHelper](/src/README/EncodeHelper.md)

    - 解/壓縮檔案有關函式
- [EncryptHelper](/src/README/EncryptHelper.md)

    - 加解密有關函式
- [FileHelper](/src/README/FileHelper.md)

    - 檔案輸出有關函式
- [SecurityHelper](/src/README/SecurityHelper.md)

    - Qrcode有關函式
- [SqlHelper](/src/README/SqlHelper.md)

    - ci中用的SQL有關函式
- [SystemHelper](/src/README/SystemHelper.md)

    - 提供處理系統參數控制的方法
- [TextHelper](/src/README/TextHelper.md)

    - 文字有關函式
- [TimePeriodHelper](/src/README/TimePeriodHelper.md)

    - 時間集合有關函式
- [UrlHelper](/src/README/UrlHelper.md)

    - 網址有關函式
- [ValidateHelper](/src/README/ValidateHelper.md)

    - 驗證有關函式

Mcrypt 支援
---------

[](#mcrypt-支援)

> PHP 7.2 以上需要自行安裝 Mcrypt

```
# 安裝依賴
$ sudo apt install gcc make autoconf libc-dev pkg-config libmcrypt-dev php-pear php8.1-dev

# 安裝 Mcrypt
$ sudo apt-get -y install libmcrypt-dev
$ sudo pecl install mcrypt-1.0.4

# 設定
$ sudo bash -c "echo extension=/usr/lib/php/20200930/mcrypt.so > /etc/php/8.1/cli/conf.d/mcrypt.ini"
$ sudo bash -c "echo extension=/usr/lib/php/20200930/mcrypt.so > /etc/php/8.1/apache2/conf.d/mcrypt.ini"

# 檢查
$ php -i | grep "mcrypt"
```

測試
--

[](#測試)

> 使用PHPUnit測試

### PHP7.0

[](#php70)

```
# 下載指定版本的 PHPUnit
$ wget https://phar.phpunit.de/phpunit-6.5.phar

# 執行 PHPUnit
$ php7.0 phpunit-6.5.phar -c phpunit-6.5.xml
```

### PHP7.4

[](#php74)

```
# 下載指定版本的 PHPUnit
$ wget https://phar.phpunit.de/phpunit-9.6.phar

# 環境變數
$ XDEBUG_MODE=coverage; export XDEBUG_MODE;

# 執行 PHPUnit
$ php7.4 phpunit-9.6.phar -c phpunit-9.6.xml
```

### PHP8.1

[](#php81)

```
# 下載指定版本的 PHPUnit
$ wget https://phar.phpunit.de/phpunit-10.1.phar

# 環境變數
$ XDEBUG_MODE=coverage; export XDEBUG_MODE;

# 執行 PHPUnit
$ php8.1 phpunit-10.1.phar -c phpunit-10.1.xml
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance44

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~326 days

Total

32

Last Release

441d ago

Major Versions

0.1.0 → 1.0.02019-07-01

PHP version history (2 changes)1.1.0PHP ^7.0

1.16.0PHP ^7 || ^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/942836f1d8cd35bae7a32f3d2998cf2c769179e8ea4026db206154de187a272e?d=identicon)[nueip](/maintainers/nueip)

![](https://www.gravatar.com/avatar/6bd60e16d77c1a5d8ade5391d4467721da169c487886b9f568586bcc66661050?d=identicon)[gunter1020](/maintainers/gunter1020)

---

Top Contributors

[![gunter1020](https://avatars.githubusercontent.com/u/15287859?v=4)](https://github.com/gunter1020 "gunter1020 (53 commits)")[![marshung24](https://avatars.githubusercontent.com/u/34496839?v=4)](https://github.com/marshung24 "marshung24 (25 commits)")[![nick-lai](https://avatars.githubusercontent.com/u/7104395?v=4)](https://github.com/nick-lai "nick-lai (25 commits)")[![yidas](https://avatars.githubusercontent.com/u/12604195?v=4)](https://github.com/yidas "yidas (9 commits)")[![jasonlu0720](https://avatars.githubusercontent.com/u/56059446?v=4)](https://github.com/jasonlu0720 "jasonlu0720 (1 commits)")[![sabinawang](https://avatars.githubusercontent.com/u/99318104?v=4)](https://github.com/sabinawang "sabinawang (1 commits)")[![weiyahsuwork](https://avatars.githubusercontent.com/u/67669549?v=4)](https://github.com/weiyahsuwork "weiyahsuwork (1 commits)")[![dream-rhythm](https://avatars.githubusercontent.com/u/22325790?v=4)](https://github.com/dream-rhythm "dream-rhythm (1 commits)")

### Embed Badge

![Health badge](/badges/nueip-helpers/health.svg)

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

###  Alternatives

[jamesmills/laravel-timezone

Timezone storage and retrieval for Laravel

698764.1k12](/packages/jamesmills-laravel-timezone)

PHPackages © 2026

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