UNPKG

php-built-in-web-server-router

Version:
38 lines (37 loc) 1.88 kB
{ "name": "php-built-in-web-server-router", "version": "1.6.1", "description": "A router library for your PHP Built-in Webserver.", "main": "index.js", "scripts": { "start-default": "php -d max_execution_time=280 -S 0.0.0.0:9000 ./src/router.php", "start-codeigniter": "php -d max_execution_time=280 -S 0.0.0.0:9001 -t ./codeigniter src/router.php", "start-yii": "php -d max_execution_time=280 -S 0.0.0.0:9002 -t ./yii/web src/router.php", "start-wordpress": "php -d max_execution_time=280 -S 0.0.0.0:9003 -t ./wordpress src/router.php", "start-wordpress48": "php -d max_execution_time=280 -S 0.0.0.0:9004 -t ./wordpress48 src/router.php", "start-drupal7": "php -d max_execution_time=280 -S 0.0.0.0:9005 -t ./drupal7 src/router.php", "start-drupal8": "php -d max_execution_time=280 -S 0.0.0.0:9006 -t ./drupal8 src/router.php", "start-slim": "php -d max_execution_time=280 -S 0.0.0.0:9007 -t ./slim/public src/router.php", "test-router-path": "node ./test/routerPath.js", "deployDev": "git add -A && git commit -a -m \"deploy dev changes\" && npm version patch && git pull --progress -v --no-rebase \"origin\" && git push --tags --progress \"origin\" master:master" }, "repository": { "type": "git", "url": "git+https://github.com/darklightcode/PHP-Built-in-web-server-Router.git" }, "keywords": [ "php-router", "router.php", "router-development", "php built-in webserver", "php webserver", "php development", "node-php-awesome-server" ], "author": "darklightcode <https://github.com/darklightcode> (https://github.com/darklightcode)", "license": "MIT", "bugs": { "url": "https://github.com/darklightcode/PHP-Built-in-web-server-Router/issues" }, "homepage": "https://github.com/darklightcode/PHP-Built-in-web-server-Router#readme" }