• Post category:StudyBullet-13
  • Reading time:9 mins read


PHP, MySQL, Rest Controller, Exception Handler, Postman, Validation, JWT Token Authentication, GET, POST, PUT, DELETE

What you will learn

How to build a RESTful web services (API) with plain PHP (no frameworks required)

Fundamental Principles of RESTful API

How to work with MySQL database with CRUD files using a REST API

What JWT – Token Based Authentication is and why it is better than Basic Authentication

API Testing using Postman App step by step

Applying Restful API HTTP methods GET, POST, PUT and DELETE

You will learn 2 real world projects while learning and writing the Restful API services

Create Restful API Web services for your Mobile apps

Description

Learn Restful API Web Services with PHP and MySQL from scratch, The first step to Creating REST API Services for any App Coding you need to learn to succeed in server-side web services, it is easy to learn and understand our online Restful API Training course, It is designed for you with the complete steps to require learn to start Restful API topics by Mr. Sekhar Metla [MCP – Microsoft Certified Professional] will explain to you even complex topics to simplify and teach you even beginners can easily understand with real-time code examples and projects.

What is Restful API?

A RESTful API is an architectural style for an application program interface (API) that uses HTTP requests to access and use data. That data can be used to GET, PUT, POST, and DELETE method data types, which refers to the reading, updating, creating, and deleting of operations concerning resources.

WHY THIS COURSE?

There are several PHP courses Online. So, what makes this course different? Here are 5 reasons:

Taught by a senior coder and real-world coding instructor – Sekhar Metla

Sekhar has 20 years of experience as a software engineer

He has produced 40 courses and many of them are great courses

He has taught over 42,000 students in 192 countries

No Boring or unnecessary repetition – don’t waste your time on long courses

Clear, concise, and practical training – start coding right away

Learn from real-world experts


Get Instant Notification of New Courses on our Telegram channel.


Learn how to think like a programmer – most, if not all, courses just teach you Restful API features, not the art of problem-solving

WHO IS THIS COURSE FOR?

Aspiring developers – perhaps you learned a little bit of HTML, CSS, PHP, JAVA, C# NET and want to take your first Restful API web services programming course. This course is an ideal starting point for Beginners.

For Experienced Developers who want to start learning Restful API. This course teaches you the fundamental programming skills of Restful API that every developer must know.

Anyone who wants to good understand Restful API – to understand certain topics well. You can take this course to fill the gaps and strengthen your understanding of Restful API.

ARE YOU READY TO MAKE THE FIRST STEP TOWARD BECOMING A WEB OR MOBILE DEVELOPER?

Stop wasting your time on disconnected tutorials or super-long courses. Enroll in the course to get started today for Restful API

In this course I will be showing you how to create RESTful web services with PHP, no third-party frameworks or paid software is needed.

We will be covering the basics of what REST is and how to implement the basics using Core PHP, at the end of this course you should be able to create a basic RESTful web service that you can allow other people to use.

To do this we will be implementing an authentication concept called JWTJSON WEB Token-based authentication and we added this feature within the course, Token based authentication is a lot more secure than just basic password authentication and is now a best practice in the industry. on Project 1 you will learn this module on real-world exercises of Registration and Login form functionalities.

Project 2 for Restful API for MySQL database CRUD functionality to achieve REST methods of GET, POST, PUT and DELETE functions, writing the functionality API services, and testing using POSTMAN API you submit the JSON data parameters to test API functionality with MySQL basics to create database, table and basic queries for beginners added.

English
language

Content

Introduction

Introduction to Getting Started
Course Curriculum
How to Get Pre-Requisites
Getting Started on Windows, Linux or Mac
How to ask a Great Questions
FAQ’s

Setting up Local Development Environment

Section Introduction
XAMPP Installation for PHP, MySQL and Apache
Choosing code editor
Installing code editor (Sublime text)
Installing code editor (VS code)
Postman API platform installation
Composer installation
Creating a project on xampp
PHP hello world program
Summary

Restful API Basic

Section Introduction
What is PHP
What is Restful API
HTTP request GET, POST, PUT or DELETE
REST API project structure
Summary

Project1: Restful API Login and Registration

Section Introduction
Create Database and table
Creating Project forms and folders
Database Connection
JSON Web Token Handler(JWT)
Auth Middleware Token Validation
Register form
Login form
User Token Authorization check form
Summary

Project2: Restful API – MySQL Database

Section Introduction
Create Database and table
Adding Data to table – insert query
MySQL Select query
MySQL Update query
MySQL Delete query
Get Project2 Source Code
Create Database Connection
Summary

Restful API – Web Services

Section Introduction
Create Items Class PHP File
Create Method form
Creating Record Using Restful API
Reading Method form
Reading Record Using Restful API
Update Method form
Update Record Using Restful API
Delete Method form
Delete Method Using Restful API
Coding Exercise
Solution for Coding Exercise
Summary

Apache .htaccess file

SEO friendly Request URLs of REST API