Download the PHP package kohkimakimoto/altax-server without Composer
On this page you can find all versions of the php package kohkimakimoto/altax-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kohkimakimoto/altax-server
More information about kohkimakimoto/altax-server
Files in kohkimakimoto/altax-server
Download kohkimakimoto/altax-server
More information about kohkimakimoto/altax-server
Files in kohkimakimoto/altax-server
Vendor kohkimakimoto
Package altax-server
Short Description Running php built-in web server via altax.
License Apache License 2.0
Homepage https://github.com/kohkimakimoto/altax-server
Package altax-server
Short Description Running php built-in web server via altax.
License Apache License 2.0
Homepage https://github.com/kohkimakimoto/altax-server
Please rate this library. Is it a good library?
Informations about the package altax-server
Altax server plugin
Running php built-in web server via altax.
Installation
Edit your .altax/composer.json
file like the following
{
"require": {
"kohkimakimoto/altax-server": "dev-master"
}
}
Run altax update
$ altax update
Add the following line your .altax/config.php
file.
Task::register('server', 'Altax\Contrib\Server\Command\ServerCommand');
Usage
Run the task command
$ altax server [-H|--host[="..."]] [-p|--port[="..."]] [-t|--docroot[="..."]] [script]
Configuration
Example:
host
The host address of the server.
port
The port of the server.
docroot
The document root of the server.
script
Router script of the server.
See also
All versions of altax-server with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package kohkimakimoto/altax-server contains the following files
Loading the files please wait ....