PHPackages                             loeyae/loeye-sample - 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. loeyae/loeye-sample

ActiveProject

loeyae/loeye-sample
===================

project of loeye2.

0.0.6(6y ago)016MITPHPCI failing

Since Jul 15Pushed 6y agoCompare

[ Source](https://github.com/loeyae/loeye_sample)[ Packagist](https://packagist.org/packages/loeyae/loeye-sample)[ RSS](/packages/loeyae-loeye-sample/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

loeye\_sample
=============

[](#loeye_sample)

loeye2 sample project

apache vhost config sample

```

    DocumentRoot "${PROJECT_DIR}/htdocs/"
    ServerName localhost
    ServerAlias localhost

    Alias /bootstrap/ "${PROJECT_DIR}//twbs/bootstrap/"

        Options +Indexes +FollowSymLinks
        AllowOverride all

        Require local

        Order Deny,Allow
          Deny from all
          Allow from localhost ::1 127.0.0.1

        Options Indexes FollowSymLinks MultiViews
        AllowOverride None

            Require local

            Order Deny,Allow
            Deny from all
            Allow from localhost ::1 127.0.0.1

        RewriteEngine on
        RewriteRule ^/bootstrap/.*$  /bootstrap$1
        # 如果请求的是真实存在的文件或目录，直接访问
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        # 如果请求的不是真实文件或目录，分发请求至 index.php
        RewriteRule . index.php

        php_admin_value upload_max_filesize 128M
        php_admin_value post_max_size 128M
        php_admin_value max_execution_time 360
        php_admin_value max_input_time 360

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Recently: every ~28 days

Total

6

Last Release

2382d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bc9e8acc10ec922d37e94d87e7d868a2c3b5d1bebabe85df404e8fb47d9e5c8?d=identicon)[loeyae](/maintainers/loeyae)

---

Top Contributors

[![loeyae](https://avatars.githubusercontent.com/u/8197276?v=4)](https://github.com/loeyae "loeyae (11 commits)")

### Embed Badge

![Health badge](/badges/loeyae-loeye-sample/health.svg)

```
[![Health](https://phpackages.com/badges/loeyae-loeye-sample/health.svg)](https://phpackages.com/packages/loeyae-loeye-sample)
```

PHPackages © 2026

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