The Codeigniter REST Framework by sdarmaputra
- Composer dependencies automatically loaded
- JWT support
- Modified model to support CRUD by default
- Modified controller to support authentication and JSON rendering by default
- Modified input to support reading HTTP PUT method data
- Modified exceptions to support JSON rendered exceptions
- View rendered using JSON format
- Download or clone the repository:
git clone https://gitlab.com/sdarmaputra/codeigniter-rest.git
- Go to codeigniter-rest directory
- Run
composer install
- Start to code and stay awesome :)