2017 © Pedro Peláez
 

library fastd-module

The fastd module framework.

image

fastd/fastd-module

The fastd module framework.

  • Wednesday, July 27, 2016
  • by JanHuang
  • Repository
  • 1 Watchers
  • 1 Stars
  • 217 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 16 Versions
  • 0 % Grown

The README.md

fastd-module


创建自己的 FastD Framework 开发包。, (*1)


创建 composer.json,加入依赖脚本:, (*2)

{
    "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, (*3)

安装完成后会生成目录结构:, (*4)

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 目录,会呈现:, (*5)

Welcome to FastD Module Framework., (*6)

等字眼,环境生成成功., (*7)

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

演示

可以通过命令行: php app/console bundle:generate Demo 创建一个演示项目, (*9)

License MIT

The Versions

27/07 2016

dev-master

9999999-dev

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

27/07 2016

v1.1.1

1.1.1.0

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

11/05 2016

dev-dev

dev-dev

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

28/01 2016

v1.1.0

1.1.0.0

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

23/09 2015

v1.0.0

1.0.0.0

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

12/09 2015

v1.0.0-BETA1

1.0.0.0-beta1

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

20/08 2015

v0.1.8

0.1.8.0

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

08/08 2015

v0.1.7

0.1.7.0

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

08/08 2015

v0.1.6

0.1.6.0

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

02/08 2015

v0.1.5

0.1.5.0

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

30/07 2015

v0.1.4

0.1.4.0

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

26/07 2015

v0.1.3

0.1.3.0

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

22/07 2015

v0.1.2

0.1.2.0

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

20/07 2015

v0.1.1

0.1.1.0

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

20/07 2015

v0.1.0

0.1.0.0

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.

19/07 2015

v0.1.0-RC1

0.1.0.0-RC1

The fastd module framework.

  Sources   Download

MIT

The Requires

 

by Avatar JanHuang

module develop framework.