Codeigniter PHP web framework in android Termux

What is Codeigniter?
CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.

How install in Termux?

Open termux app and type following commands :
  • mkdir app
  • $ cd app
copy codeigniter files and start web server.
  • $ php -S localhost:8080

You can build your codeigniter web apps.

Comments