2017 © Pedro Peláez
 

library rest-app

Simple REST skeleton application for Owl framework

image

owl/rest-app

Simple REST skeleton application for Owl framework

  • Tuesday, August 4, 2015
  • by ovr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Logo, (*1)

Owl Rest Edition Skeleton

Special edition for easy creation of REST API services., (*2)

Web Server Setup

PHP CLI Server

The simplest way to get started if you are using PHP 5.4 or above is to start the internal PHP cli-server in the root directory:, (*3)

php -S 0.0.0.0:8080 -t public/ public/index.php

This will start the cli-server on port 8080, and bind it to all network interfaces., (*4)

Note: The built-in CLI server is for development only., (*5)

License

This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information., (*6)

The Versions

04/08 2015

dev-master

9999999-dev

Simple REST skeleton application for Owl framework

  Sources   Download

MIT

The Requires

  • php ~5.4
  • ext-json *
  • ext-owl >=0.3

 

03/05 2015

0.1.0

0.1.0.0

Simple REST skeleton application for Owl framework

  Sources   Download

MIT

The Requires

  • php ~5.4
  • ext-json *
  • ext-owl >=0.3