attogram/htfaker 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

attogram/htfaker

Composer 安装命令:

composer require attogram/htfaker

包简介

.htaccess functionality for the PHP built-in web server

README 文档

README

Latest Stable Version Latest Unstable Version Total Downloads License Code Climate Codacy Badge [CHANGELOG]

htfaker is a router script that emulates Apache .htaccess functionality for the PHP built-in web server.

Install

Example install:

composer require attogram/htfaker

Usage

Example usage:

cd vendor/attogram/htfaker
php -S localhost:8080 router.php

then open http://localhost:8080/ in your web browser.

Status

htfaker is in the startup stage.

If you're interested in making a working library, please fork and contribute!

htfaker framework status
get document root directory Testing
get current directory in dev
check if request is for a file in dev
check if request is for a directory in dev
get .htaccess files, current to root Testing
parse all found .htaccess files Testing
get all directives to apply in dev
apply directives in dev
shutdown -
core directives status
ErrorDocument in dev
ErrorDocument 400 (Bad Request) -
ErrorDocument 401 (Unauthorized) -
ErrorDocument 402 (Payment Required) -
ErrorDocument 403 (Forbidden) -
ErrorDocument 404 (Not Found) -
ErrorDocument 500 (Internal Server Error) -
ForceType -
Options in dev
Options -Indexes -
Options +Indexes -
mod_access_compat directives status
Allow -
Allow from all -
Allow from host -
Allow from host [host] ... -
Allow from ip -
Allow from ip [ip] ... -
Allow from network/netmask -
Allow from network/nnn-CIDR -
Allow from env= -
Deny -
Deny from all -
Deny from host -
Deny from host [host] ... -
Deny from ip -
Deny from ip [ip] ... -
Deny from network/netmask -
Deny from network/CIDR -
Deny from env= -
Order -
Order Allow,Deny -
Order Deny,Allow -
Satisfy -
Satisfy All -
Satisfy Any -
mod_alias directives status
Redirect -
RedirectPermanent -
RedirectTemp -
RedirectMatch -
mod_dir directives status
DirectoryCheckHandler -
DirectoryIndex in dev
DirectoryIndex local-url -
DirectoryIndex local-url [local-url]... -
DirectoryIndex disabled -
DirectoryIndexRedirect -
DirectorySlash -
FallbackResource in dev
FallbackResource local-url -
FallbackResource disabled -
mod_rewrite directives status
RewriteEngine -
RewriteOptions -
RewriteBase -
RewriteCond -
RewriteRule -
mod_authn_core directives status
Require -
AuthType -
AuthName -
mod_authn_file directives status
AuthUserFile -
mod_authz_groupfile directives status
AuthGroupFile -

License

htfaker is dual licensed under The MIT License or the GNU General Public License, at your choosing.

Read the LICENSE.md file for more info.

TODO

attogram/htfaker 适用场景与选型建议

attogram/htfaker 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 29 次下载、GitHub Stars 达 1, 最近一次更新时间为 2016 年 07 月 26 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 attogram/htfaker 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 attogram/htfaker 我们能提供哪些服务?
定制开发 / 二次开发

基于 attogram/htfaker 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 29
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 8
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: (MIT or GPL-3.0+) 56d7ce73815e7f972841c5673f8c0b0eddda7e8c
  • 更新时间: 2016-07-26