CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing ...
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 ...