PHPackages                             feelri/core - 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. feelri/core

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

feelri/core
===========

laravel start

1.0.1(1y ago)19MITPHPPHP &gt;=8.2

Since Jan 16Pushed 1y agoCompare

[ Source](https://github.com/feelri/core)[ Packagist](https://packagist.org/packages/feelri/core)[ RSS](/packages/feelri-core/feed)WikiDiscussions main Synced 1mo ago

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

安装
--

[](#安装)

#### 1、【必须】安装扩展包

[](#1必须安装扩展包)

```
composer require feelri/core
```

#### 2、【必须】配置 .env 文件，更新 DB\_ 相关

[](#2必须配置-env-文件更新-db_-相关)

```
cp .env.example .env
```

#### 3、【必须】安装api相关（默认使用 Laravel Sanctum 授权）

[](#3必须安装api相关默认使用-laravel-sanctum-授权)

```
php artisan install:api
```

> 【可选】发布 Sanctum 相关文件

```
php artisan vendor:publish --provider="Laravel\Sanctum\SanctumServiceProvider"
```

#### 4、【必须】发布结构文件（配置、迁移、模型、控制器、路由等）

[](#4必须发布结构文件配置迁移模型控制器路由等)

> 会覆盖掉你的文件，请做好备份

```
php artisan vendor:publish --provider="Feelri\Core\Provider" --force
```

#### 5、【必须】执行迁移文件

[](#5必须执行迁移文件)

```
php artisan migrate
```

#### 6、【可选】填充默认数据

[](#6可选填充默认数据)

```
php artisan db:seed
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance42

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

480d ago

PHP version history (2 changes)1.0.0PHP &gt;=8.1

1.0.1PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/16f0bd0b905e6c204271b8632ad92906349ac854e86c0bd64ed8f209916caf16?d=identicon)[Wang Feiyang](/maintainers/Wang%20Feiyang)

---

Top Contributors

[![know-that](https://avatars.githubusercontent.com/u/31246220?v=4)](https://github.com/know-that "know-that (5 commits)")

---

Tags

arraystringenumcollectionutilsfeelri

### Embed Badge

![Health badge](/badges/feelri-core/health.svg)

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

###  Alternatives

[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k394.3M1.5k](/packages/nette-utils)[danielstjules/stringy

A string manipulation library with multibyte support

2.4k26.0M191](/packages/danielstjules-stringy)[jbzoo/utils

Collection of PHP functions, mini classes and snippets for everyday developer's routine life.

8321.5M36](/packages/jbzoo-utils)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)[voku/arrayy

Array manipulation library for PHP, called Arrayy!

4875.5M16](/packages/voku-arrayy)[voku/stringy

A string manipulation library with multibyte support

1783.8M19](/packages/voku-stringy)

PHPackages © 2026

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