kpicaza/in-fw
Composer 安装命令:
composer create-project kpicaza/in-fw
包简介
In Framework, created on top of silex micro-framework to develop In CRM Application.
README 文档
README
PHP development starter on top of silex micro-framework oriented to micro-service development and focused on Test Driven Development and Behaviour Driven Development styles.
Features
- Composer
- Silex Micro-framework
- Symfony console
- Monolog
- Symfony Form
- Symfony Validators
- PHPUnit integration
- PHPSpec integration
- Scrutinizer integration
- Easy to extend thanks to Pimple and Silex Providers.
Installation
With composer:
composer create-project kpicaza/in-fw project-name -sdev
cd project-name
phpunit
From source:
git clone https://github.com/kpicaza/in-framework.git project-name
cd project-name
composer install
cp app/config/parameters.php.dist app/config/parameters.php
phpunit
-
By default In framework does not provide any templating system, you can install easily twig folowing official documentation at Silex Docs.
-
By default In framework does not provide any persistence layer.
Disclaimer
This software is not used on any production environment yet, feel free to use to your own purposes and opening issues if you have some questions.
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-14