承接 lox/phpup 相关项目开发

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

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

lox/phpup

最新稳定版本:v1.0.0

Composer 安装命令:

composer require lox/phpup

包简介

Run a minimal apache instance for a given php script or directory

README 文档

README

Often in development you'll want to run a php project without writing up a full apache config for it. This generates a minimal apache config and runs an apache instance in the foreground.

Tested under:

  • Ubuntu 12.04
  • Ubuntu 10.04
  • Mac OSX 10.7
  • Mac OSX 10.8

Installing

cd /usr/local/bin
wget https://raw.github.com/lox/phpup/master/phpup
chmod +x phpup

Alternately, if you want it as part of your project, install via composer.

Running

# Serving the present dir on default port
./phpup

# Serving a single file
./phpup -p 8000 helloworld.php

# Serving cwd directory with an .htaccess
./phpup -p 800 .

统计信息

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

GitHub 信息

  • Stars: 37
  • Watchers: 4
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-12-05