Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

awhitney42/codeigniter-restserver-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter Rest Server (by Resources)

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

This is a fork from Phil Sturgeon's CodeIgniter Rest Server (http://github.com/philsturgeon/codeigniter-restserver) under the terms of his own DBAD license (http://www.dbad-license.org/). The primary difference is that resources are handled by their own controllers rather than the single controller used by Phil.

Requirements

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

About

An example controller that uses the fully RESTful server implementation https://github.com/chriskacerguis/codeigniter-restserver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages