Skip to content

A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller.

License

Notifications You must be signed in to change notification settings

ravenjohn/codeigniter-restserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter Rest Server

A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller. A fork from https://github.com/philsturgeon/codeigniter-restserver

Requirements

  1. PHP 5.2 or greater
  2. CodeIgniter 2.1.0 to 3.0-dev

Note: for 1.7.x support download v2.2 from Downloads tab

Installation

Drag and drop the application/libraries/Format.php, application/core/MY_Model.php and application/core/REST_Controller.php files into your application's directories. Additionally, copy the rest.php file from application/config in your application's configuration directory.

Documentations?

Nah. I'm tired.

About

A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%