danzabar/phalcon-starter
最新稳定版本:v1.2
Composer 安装命令:
composer require danzabar/phalcon-starter
包简介
A standard setup for the Phalcon php framework.
README 文档
README
A Skeleton project that has an already working test suite with travis setup and Composer integration.
How to install
Simply run composer create-project danzabar/phalcon-starter project-directory --prefer-source
Usage
In your project base, running phpunit will run unit tests, there is already an example test setup in there.
There is also a base controller and an example controller.
Modules
Modules can be added in the app/config/modules.php file, I have included a constant for the vendor directory, as I think modules are best served as composer packages. Although you are always free to make a directory and create modules specific to your app.
CLI
I have a seperate package Danzabar\Phalcon-CLI that improves the usability of the CLI. To run the CLI go to the root and run php cli Task:action params. Theres more Documentation about the features of the CLI package on its own repo.
统计信息
- 总下载量: 85
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-19