Top Pick Authentication Library for CodeIgniter 4

CodeIgniter 4 was released last February 2020 and it intentionally does not provide an internal authentication or authorization class. So you can either code it yourselves or use any available authentication library for CodeIgniter 4. What is the best authentication library for CodeIgniter 4? You may want to try these two libraries for your next …

Create Todo App with CodeIgniter 3 + AngularJs

For this tutorial, I would like to demonstrate on how to create simple Todo App with CodeIgniter 3 and AngularJS. We also use CodeIgniter Rest Server library for restful API creation. Although Laravel is the most popular PHP framework nowadays, creating web application using CodeIgniter is still relevant (for me). It is actively support and has …