PHP 5.6 or newer (PHP 7+ recommended) MySQL 5.5+ Apache/Nginx web server Composer (for dependency management) project/ ├── application/ │ ├── controllers/ # API Controllers │ ├── models/ # Database ...
cd app-codeigniter php -S 0.0.0.0:9100 # run http://localhost:9100 ...