New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

php-serve

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

php-serve

PHP Server command line for Node

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

node-php-serve

CLI for node-php-server

LICENSE: ISC

Sample usage

php-serve --hostname localhost --port 8000 ./hellotest.php

Prerequisites

  • Node.js
  • npm
  • PHP installation

Major limitations

This CLI runs node-php-server, which in turn runs runs a single PHP process. This is a single-process, single-threaded server which will block during the processing of each incoming request.

Major TODO(s)

  • Test with Windows
  • Automatic test suite

FUTURE

  • Support multi-threading, perhaps with node-webworker-threads or JXCore

THANKS for guidance

Keywords

node

FAQs

Package last updated on 07 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts