Create REST API Endpoints from an Existing PHP CodeIgniter Project

23 views Asked by At

I have a web application built on PHP CodeIgniter 2.1.3 and MySql. I know this is an old framework. However, I wonder if there's a quick way to create API Endpoints from this existing project. My ultimate goal is to create a new web application that decouples the front and back ends and moves away from the MVC model.

0

There are 0 answers