PHPackages                             lyrasoft/member - 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. lyrasoft/member

ActiveWindwalker-package

lyrasoft/member
===============

LYRASOFT member package

1.3.1(6mo ago)05.7k2[1 issues](https://github.com/lyrasoft/luna-member/issues)MITPHPPHP &gt;=8.4.6

Since Nov 22Pushed 6mo ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (13)Used By (0)

LYRASOFT Member Package
=======================

[](#lyrasoft-member-package)

[![p-001-2021-11-23-03-12-35](https://user-images.githubusercontent.com/1639206/142921263-19599c30-8baa-4a69-83f4-376e3d33b6a6.jpg)](https://user-images.githubusercontent.com/1639206/142921263-19599c30-8baa-4a69-83f4-376e3d33b6a6.jpg)

Installation
------------

[](#installation)

Install from composer

```
composer require lyrasoft/member
```

Then copy files to project

```
php windwalker pkg:install lyrasoft/member -t routes -t migrations -t seeders
```

Seeders

- Add `member.seeder.php` to `resources/seeders/main.seeder.php`
- Package will auto add categories to seeders
- If you want to modify categories, edit `seeders/categories/member.categories.php`

### Languages

[](#languages)

Add this line to admin &amp; front middleware:

```
$this->lang->loadAllFromVendor(\Lyrasoft\Member\MemberPackage::class, 'ini');
```

If you want to copy language files, use this command:

```
php windwalker pkg:install lyrasoft/member -t lang
```

Register Admin Menu
-------------------

[](#register-admin-menu)

Edit `resources/menu/admin/sidemenu.menu.php`

```
// Category
$menu->link('成員分類')
    ->to($nav->to('category_list', ['type' => 'member']))
    ->icon('fal fa-sitemap');

// Portfolio
$menu->link('成員管理')
    ->to($nav->to('member_list'))
    ->icon('fal fa-person');
```

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance67

Regular maintenance activity

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 70.7% 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 ~159 days

Recently: every ~207 days

Total

10

Last Release

200d ago

PHP version history (2 changes)1.2.0PHP &gt;=8.2

1.3.0PHP &gt;=8.4.6

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1639206?v=4)[Simon Asika](/maintainers/asika32764)[@asika32764](https://github.com/asika32764)

---

Top Contributors

[![asika32764](https://avatars.githubusercontent.com/u/1639206?v=4)](https://github.com/asika32764 "asika32764 (29 commits)")[![api810209](https://avatars.githubusercontent.com/u/82069910?v=4)](https://github.com/api810209 "api810209 (7 commits)")[![chokeslam](https://avatars.githubusercontent.com/u/34531644?v=4)](https://github.com/chokeslam "chokeslam (4 commits)")[![WuGe01](https://avatars.githubusercontent.com/u/62413426?v=4)](https://github.com/WuGe01 "WuGe01 (1 commits)")

---

Tags

luna-package

### Embed Badge

![Health badge](/badges/lyrasoft-member/health.svg)

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

PHPackages © 2026

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