2017 © Pedro Peláez
 

project http-server-skeleton

Skeleton of RESTful API with request parsing, routing, and dependency injection

image

upscale/http-server-skeleton

Skeleton of RESTful API with request parsing, routing, and dependency injection

  • Monday, September 19, 2016
  • by upscalesoftware
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

HTTP Server Skeleton for RESTful API

This is a skeleton of a bare-bones RESTful API wired with request parsing, routing, and dependency injection capabilities. It defines the directory structure, router configuration, and the entry point that bootstraps the server., (*1)

Installation

Install via Composer to a directory of your choice (say, /tmp/rest-api-project):, (*2)

composer create-project --no-dev upscale/http-server-skeleton /tmp/rest-api-project

Launch the server via the PHP's built-in web server:, (*3)

php -S 127.0.0.1:8080 /tmp/rest-api-project/server.php

Open http://127.0.0.1:8080 in a browser to confirm the server is running., (*4)

Performance

The project is powered by the lightweight HTTP server engine committed to speed and minimalism., (*5)

License

Licensed under the Apache License, Version 2.0., (*6)

The Versions

19/09 2016

dev-master

9999999-dev

Skeleton of RESTful API with request parsing, routing, and dependency injection

  Sources   Download

Apache-2.0

The Requires

 

api rest skeleton lightweight http restful

19/09 2016

2.0.0

2.0.0.0

Skeleton of RESTful API with request parsing, routing, and dependency injection

  Sources   Download

Apache-2.0

The Requires

 

api rest skeleton lightweight http restful

16/09 2016

1.1.0

1.1.0.0

Skeleton of RESTful API with request parsing, routing, and dependency injection

  Sources   Download

Apache-2.0

The Requires

 

rest api skeleton lightweight restful api rest server http server restful web service

15/09 2016

1.0.0

1.0.0.0

Skeleton of RESTful API with request parsing, routing, and dependency injection

  Sources   Download

Apache-2.0

The Requires

 

rest api skeleton lightweight restful api rest server http server restful web service