library restful
RESTful Server :: standalone
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
RESTful Server
, (*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
dev-master
9999999-dev
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.3.8
0.3.8.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.3.7
0.3.7.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.3.6
0.3.6.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.3.5
0.3.5.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.3.4
0.3.4.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.3.3
0.3.3.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.3.2
0.3.2.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.2.6
0.2.6.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.3.1
0.3.1.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.3.0
0.3.0.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.2.5
0.2.5.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.2.4
0.2.4.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.2.3
0.2.3.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.2.2
0.2.2.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.2.1
0.2.1.0
RESTful Server :: standalone
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Aranda
0.2.0
0.2.0.0
RESTful Server :: standalone
Sources
Download
MIT
The Development Requires
by
Daniel Aranda