detailnet/zf-headers-module
最新稳定版本:0.1.1
Composer 安装命令:
composer require detailnet/zf-headers-module
包简介
Zend Framework 2 Module for sending proper HTTP headers
README 文档
README
Introduction
This module currently only fixes a bug in ZF related to sending proper Content-Length headers.
Requirements
Zend Framework 2 Skeleton Application (or compatible architecture)
Installation
Install the module through Composer using the following steps:
-
cd my/project/directory -
Create a
composer.jsonfile with following contents (or update your existing file accordingly):{ "require": { "detailnet/zf-headers-module": "1.x-dev" } } -
Install Composer via
curl -s http://getcomposer.org/installer | php(on Windows, download the installer and execute it with PHP) -
Run
php composer.phar self-update -
Run
php composer.phar install -
Open
configs/application.config.phpand add following key to yourmodules:'Detail\Headers', -
Copy
vendor/detailnet/zf-headers-module/config/detail_headers.local.php.distinto your application'sconfig/autoloaddirectory, rename it todetail_headers.local.phpand make the appropriate changes.
Usage
tbd
统计信息
- 总下载量: 198
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-13