Download the PHP package fastd/fastd-module without Composer
On this page you can find all versions of the php package fastd/fastd-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fastd/fastd-module
More information about fastd/fastd-module
Files in fastd/fastd-module
Download fastd/fastd-module
More information about fastd/fastd-module
Files in fastd/fastd-module
Vendor fastd
Package fastd-module
Short Description The fastd module framework.
License MIT
Package fastd-module
Short Description The fastd module framework.
License MIT
Keywords module develop framework.
Please rate this library. Is it a good library?
Informations about the package fastd-module
fastd-module
创建自己的 FastD Framework 开发包。
创建 composer.json
,加入依赖脚本:
执行 composer -vvv install
安装完成后会生成目录结构:
访问 web
目录,会呈现:
Welcome to FastD Module Framework.
等字眼,环境生成成功.
建立自己的项目包在 src
目录。目录结构遵循 psr-4
即可,需要有 Boot.php
引导文件,继承 FastD\Framework\Bundle
基类引导文件。完成自己的项目包。即可发布vcs,自行进行依赖安装,达到一人开发,多人维护,随时更新。酸爽
演示
可以通过命令行: php app/console bundle:generate Demo
创建一个演示项目
License MIT
All versions of fastd-module with dependencies
PHP Build Version
Package Version
The package fastd/fastd-module contains the following files
Loading the files please wait ....