2017 © Pedro Peláez
 

library php-cli-server-router

A simple router for the PHP CLI server and bindings for it to Lumen/Laravel.

image

iainconnor/php-cli-server-router

A simple router for the PHP CLI server and bindings for it to Lumen/Laravel.

  • Friday, January 19, 2018
  • by iainconnor
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,147 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PHP CLI Server Router

A simple library to expose the PHP CLI Webserver via an Artisan command for use in Laravel and Lumen applications., (*1)

This implementation also enhances the default usage of the webserver by redirecting trailing slashes and allowing file requests to be handled by your application., (*2)

Installation

From composer, composer require iainconnor/php-cli-server-router., (*3)

Usage

  1. Add the PhpCliServerRouterServiceProvider in Laravel or Lumen.
  2. Run artisan php-cli-server:up.
  3. Open your browser to http://localhost:8000.

The Versions

19/01 2018

1.0.2

1.0.2.0

A simple router for the PHP CLI server and bindings for it to Lumen/Laravel.

  Sources   Download

MIT

The Requires

 

by Iain Connor

14/07 2017

dev-master

9999999-dev

A simple router for the PHP CLI server and bindings for it to Lumen/Laravel.

  Sources   Download

MIT

The Requires

 

by Iain Connor

14/07 2017

1.0.1

1.0.1.0

A simple router for the PHP CLI server and bindings for it to Lumen/Laravel.

  Sources   Download

MIT

The Requires

 

by Iain Connor

10/07 2017

1.0.0

1.0.0.0

A simple router for the PHP CLI server and bindings for it to Lumen/Laravel.

  Sources   Download

MIT

The Requires

 

by Iain Connor