承接 middlewares/www 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

middlewares/www

最新稳定版本:v2.1.0

Composer 安装命令:

composer require middlewares/www

包简介

Middleware to add or remove the www subdomain in the host uri and returns a redirect response

README 文档

README

Latest Version on Packagist Software License Testing Total Downloads

Middleware to add or remove the www subdomain in the host uri and returns a redirect response. The following types of hosts wont be changed:

  • The one word hosts, for example: http://localhost.
  • The ip based hosts, for example: http://0.0.0.0.

Requirements

Installation

This package is installable and autoloadable via Composer as middlewares/www.

composer require middlewares/www

Usage

Set true to add the www subdomain and false to remove it.

//Remove www
$www = new Middlewares\Www(false);

//Add www
$www = new Middlewares\Www(true);

Optionally, you can provide a Psr\Http\Message\ResponseFactoryInterface as the second argument to create the redirect response (301). If it's not defined, Middleware\Utils\Factory will be used to detect it automatically.

$responseFactory = new MyOwnResponseFactory();

$www = new Middlewares\Www(true, $responseFactory);

Please see CHANGELOG for more information about recent changes and CONTRIBUTING for contributing details.

The MIT License (MIT). Please see LICENSE for more information.

统计信息

  • 总下载量: 1.47k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-10-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固