PHPackages                             fastd/fastd-module - 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. [Framework](/categories/framework)
4. /
5. fastd/fastd-module

ActiveLibrary[Framework](/categories/framework)

fastd/fastd-module
==================

The fastd module framework.

v1.1.1(9y ago)126913MITPHPPHP &gt;=5.4.0

Since Jul 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/JanHuang/fast-module)[ Packagist](https://packagist.org/packages/fastd/fastd-module)[ RSS](/packages/fastd-fastd-module/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelogDependencies (1)Versions (16)Used By (3)

\#fastd-module

---

创建自己的 **FastD Framework** 开发包。

---

创建 `composer.json`，加入依赖脚本:

```
{
    "require": {
        "fastd/fastd-module": "0.1.x-dev"
    },
    "scripts": {
        "post-update-cmd": "Module\\Module::init",
        "post-install-cmd": "Module\\Module::init",
        "post-create-project-cmd": "Module\\Module::init"
    }
}

```

执行 `composer -vvv install`

安装完成后会生成目录结构:

```
drwxr-xr-x   5 janhuang  admin   170B  7 20 12:01 app
-rw-r--r--   1 janhuang  admin   254B  7 20 11:58 composer.json
-rw-r--r--   1 janhuang  admin    28K  7 20 12:00 composer.lock
drwxr-xr-x   2 janhuang  admin    68B  7 20 12:00 src
drwxr-xr-x  11 janhuang  admin   374B  7 20 12:00 vendor
drwxr-xr-x   3 janhuang  admin   102B  7 20 12:00 web

```

访问 `web` 目录，会呈现:

`Welcome to FastD Module Framework.`

等字眼，环境生成成功.

建立自己的项目包在 `src` 目录。目录结构遵循 `psr-4` 即可，需要有 `Boot.php` 引导文件，继承 `FastD\Framework\Bundle` 基类引导文件。完成自己的项目包。即可发布vcs，自行进行依赖安装，达到一人开发，多人维护，随时更新。酸爽

\###演示

可以通过命令行: `php app/console bundle:generate Demo` 创建一个演示项目

\#License MIT

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Recently: every ~85 days

Total

14

Last Release

3582d ago

Major Versions

v0.1.8 → v1.0.0-BETA12015-09-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/94c2bc821caf23977e1c3deea85e3cbc9a73a632e1afaf778638f7fe9da1c42b?d=identicon)[JanHuang](/maintainers/JanHuang)

---

Top Contributors

[![JanHuang](https://avatars.githubusercontent.com/u/7090871?v=4)](https://github.com/JanHuang "JanHuang (37 commits)")

---

Tags

module develop framework.

### Embed Badge

![Health badge](/badges/fastd-fastd-module/health.svg)

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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