PHPackages                             lyrasoft/portfolio - 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/portfolio

ActiveWindwalker-package

lyrasoft/portfolio
==================

LYRASOFT portfolio package

1.2.0(6mo ago)05.3k1[2 issues](https://github.com/lyrasoft/luna-portfolio/issues)MITPHPPHP &gt;=8.4.6

Since Nov 22Pushed 6mo ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (12)Used By (0)

LYRASOFT Portfolio Package
==========================

[](#lyrasoft-portfolio-package)

[![p-001-2021-11-23-03-08-34](https://user-images.githubusercontent.com/1639206/142921320-b0f9f2b5-9460-4b95-8fd0-df9762a13b82.jpg)](https://user-images.githubusercontent.com/1639206/142921320-b0f9f2b5-9460-4b95-8fd0-df9762a13b82.jpg)

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

[](#installation)

Install from composer

```
composer require lyrasoft/portfolio
```

Then copy files to project

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

Seeders

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

### Languages

[](#languages)

Add this line to admin &amp; front middleware:

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

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

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

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

[](#register-admin-menu)

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

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

// Portfolio
$menu->link('作品管理')
    ->to($nav->to('portfolio_list'))
    ->icon('fal fa-images');
```

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance66

Regular maintenance activity

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 69.2% 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 ~179 days

Recently: every ~263 days

Total

9

Last Release

199d ago

### 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 (36 commits)")[![api810209](https://avatars.githubusercontent.com/u/82069910?v=4)](https://github.com/api810209 "api810209 (8 commits)")[![chokeslam](https://avatars.githubusercontent.com/u/34531644?v=4)](https://github.com/chokeslam "chokeslam (8 commits)")

---

Tags

luna-package

### Embed Badge

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

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

PHPackages © 2026

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