2017 © Pedro Peláez
 

library restful

RESTful Server :: standalone

image

danielaranda/restful

RESTful Server :: standalone

  • Thursday, June 11, 2015
  • by daniel-aranda
  • Repository
  • 2 Watchers
  • 7 Stars
  • 83 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 17 Versions
  • 0 % Grown

The README.md

RESTful Server

Continuos Integration for RESTful project, (*1)

PHP standalone RESTful server.

This project is not intended to be another Laravel or Symfony, it is a standalone RESTful server with two major focus: * Easy to use, just import it with Composer and mostly be ready to run the server. * Performance, I use the server for two things: * Quick proof of concepts. The time that take you to setup this Framework should be less than a minute, for practical purposes investing 15 minutes or more in the setup of a Framework is just too much regarding Proof of concepts. * Big data. This projects is open source, however in my professional side I work a lot with REST apis and big data over cloud systems and perform matters, and when I said matters I mean tiny details like this example: * Some of the popular Frameworks has a minimum response time of 150ms in average, as first hand that sounds quickly but the truth is that it could be faster * This Framework can reach speeds of 30ms because it focus on RESTful nothing else, every other additional is optional, in several cases you have a cached response and just want a super quick response., (*2)

Requirements

  • PHP 5.5 or greater
  • PHP project with Composer

Installation

composer require "danielaranda/restful=*"
composer update

Create server endpoint.

  • At your project root create a folder named public, which is assumed will be the folder that your web server will use as Document Root.
  • Create the file public/api.php ```php <?php //TBD

The Versions

11/06 2015

dev-master

9999999-dev

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

11/06 2015

0.3.8

0.3.8.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

07/06 2015

0.3.7

0.3.7.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

21/04 2015

0.3.6

0.3.6.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

21/04 2015

0.3.5

0.3.5.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

05/04 2015

0.3.4

0.3.4.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

25/03 2015

0.3.3

0.3.3.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

22/03 2015

0.3.2

0.3.2.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

16/03 2015

0.2.6

0.2.6.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

16/03 2015

0.3.1

0.3.1.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

15/03 2015

0.3.0

0.3.0.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

13/03 2015

0.2.5

0.2.5.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

13/03 2015

0.2.4

0.2.4.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

13/03 2015

0.2.3

0.2.3.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

11/03 2015

0.2.2

0.2.2.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

11/03 2015

0.2.1

0.2.1.0

RESTful Server :: standalone

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Aranda

02/03 2015

0.2.0

0.2.0.0

RESTful Server :: standalone

  Sources   Download

MIT

The Development Requires

by Daniel Aranda