-
Notifications
You must be signed in to change notification settings - Fork 0
A Composer package that provides a router for the PHP CLI web server
License
phormio/php-cli-server-router
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
INTRODUCTION This package provides a basic router for the PHP CLI web server. You might use it as follows: php -S localhost:8000 src/router.php FEATURES * index.xhtml is a possible directory index. * More content types are available. /etc/mime.types is used, on systems that have it, to map extensions to content types. On systems that lack this file, an internal copy is used. OPERATING SYSTEMS The router should work on all OSes supported by PHP. However, at time of writing, the software has only been tested on Unix. INSTALLATION Install with Composer (the package name is phormio/cli-server-router) or just clone the repository.
About
A Composer package that provides a router for the PHP CLI web server
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published