Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 645 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 645 Bytes

IERU REST Engine

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.