Courses

APIs in PHP: from Basic to Advanced

An API is a way for a program to interact with another program. By using third-party APIs from your code, you can utilise functionality developed elsewhere. By creating an API to access your own data, other programs can take advantage of your services in a secure and easy fashion.

CodeIgniter 4: Build a Complete Web Application from Scratch

CodeIgniter 4 is a modern, fast, lightweight, PHP MVC framework that allows you to build secure applications quickly and easily.

PHP for Beginners

PHP is the most popular website programming language in the world. The combination of PHP and MySQL is used extensively to create web applications, and developers with these key skills are in high demand. This course is going to teach you how to create web applications in PHP using the MySQL database.

Create multi-language sites in PHP: i18n for PHP developers

Learn how to Internationalise your PHP code in this Comprehensive Course.

PHP MVC: Build a framework From scratch

Learn the basic concepts of using a model-view-controller framework that will make your PHP projects faster, easier to write and maintain, and more secure.

PHP Namespaces

Namespaces are an essential skill for any PHP developer. Learn all you need to know in this short course.

PHP Unit Testing with PHPUnit

If you are a PHP developer and you want to learn how to write better code, with fewer bugs, you will need to know how to write unit tests.