ieru/ieru-rest-engine

PHP REST engine for various projects of the IERU research team

dev-master 2013-10-09 21:17 UTC

This package is not auto-updated.

Last update: 2024-05-25 12:22:03 UTC


README

About

This is a simple REST Engine written in PHP, with a focus on being fast and lightweight. It requires an API written also in PHP and placed in the same folder of this engine (it must be called Ieru), according to the PSR-0 standard (there is an example in the Github project IERU Organic.Edunet APIs). Further documentation for building an API example will be added in the future. It does not require any external libraries.

Installation

Please refer to IERU API Server for installation instructions.