PHPackages                             sgenmi/yaf-help-doc - 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. sgenmi/yaf-help-doc

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

sgenmi/yaf-help-doc
===================

Yaf help doc

v0.0.1(5y ago)34471PHPPHP &gt;=5.4

Since Jun 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Sgenmi/yaf-help-doc)[ Packagist](https://packagist.org/packages/sgenmi/yaf-help-doc)[ RSS](/packages/sgenmi-yaf-help-doc/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (1)

Yaf-help-doc is compatible with Yaf 3.3.4
=========================================

[](#yaf-help-doc-is-compatible-with-yaf-334)

- Install Yaf

```
    wget http://pecl.php.net/get/yaf-3.3.4.tgz
    tar zxvf yaf-3.3.2.tgz
    cd yaf-3.3.4
    phpize   [/path/to/phpize]
    ./configure --with-php-config=php-config  [/path/to/php-config]
    make && sudo make install
```

- Edit php.ini
    - Add the following code to php.ini
    - open use\_namespace

```
    extension=yaf.so
    yaf.use_namespace=1
    yaf.name_suffix=0
    yaf.name_separator=\;
```

- nginx Config

```
server {
  listen 8080;
  server_name xx.com ;
  access_log off;
  index index.html index.htm index.php;
  # Project path

  root /var/www/xxxx/public;

  #error_page 404 /404.html;
  #error_page 502 /502.html;

  location / {
      try_files $uri $uri/ /index.php?$args;
  }

  location ~ [^/]\.php(/|$) {
    #fastcgi_pass remote_php_ip:9000;
    fastcgi_pass unix:/dev/shm/php-cgi.sock;
    fastcgi_index index.php;
    include fastcgi.conf;
  }

  location ~ /\.ht {
    deny all;
  }
  location ~ /\.git {
      deny all;
  }
  location ~ /\.md {
        deny all;
    }
}

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

2161d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6470f67a7fa34860c4297836c0490b45a9da2f14607a7d30221101756b69ea22?d=identicon)[Sgenmi](/maintainers/Sgenmi)

---

Top Contributors

[![Sgenmi](https://avatars.githubusercontent.com/u/3337501?v=4)](https://github.com/Sgenmi "Sgenmi (38 commits)")

### Embed Badge

![Health badge](/badges/sgenmi-yaf-help-doc/health.svg)

```
[![Health](https://phpackages.com/badges/sgenmi-yaf-help-doc/health.svg)](https://phpackages.com/packages/sgenmi-yaf-help-doc)
```

###  Alternatives

[koss-shtukert/laravel-nova-select2-auto-complete

A Laravel Nova field.

39310.1k](/packages/koss-shtukert-laravel-nova-select2-auto-complete)[werd/ivona-speechcloud-sdk-php

IVONA SpeechCloud SDK for PHP

102.1k](/packages/werd-ivona-speechcloud-sdk-php)

PHPackages © 2026

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