Course Includes
- Recorded Lessons: 55
- Recorded Hours: 5
- Duration: 5 days (Avg)
Course Features
- Access on mobile
- TDP Assessment Test
- 2 Jobs Available
Top Skills Covered
Overview
Course Description
Learn Restful API Web Services with PHP and MySQL from scratch
The first step to Creating REST API Services to 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 on 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 20 courses and many of them are great courses
- He has taught over 32,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 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 to learn Restful API. This course teaches you the fundamental programming skills on Restful API that every developer must know.
Anyone who wants to 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 REST ful 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 JWT -JSON 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 among the industry. In 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.
Who this course is for:
-
Beginner PHP developers like to build curious about Restful API web services
- PHP developers who would like to build Web Service APIs using only core PHP (no frameworks)
- PHP developers making secure Apps with Token-Based Authentication to their APIs
- PHP developers interested in how you write CRUD files to work with MySQL Data using APIs
What you'll learn
- How to build a RESTful web services (API) with plain PHP (no frameworks required)
- How to work with MySQL database with CRUD files using a REST API
- API Testing using Postman App step by step
- You will learn 2 real world projects while learning and writing the Restful API services
- Fundamental Principles of RESTful API
- What JWT - Token Based Authentication is and why it is better than Basic Authentication
- Applying Restful API HTTP methods GET, POST, PUT and DELETE
Requirements
- Fundamentals of PHP (including basic Object Oriented Programming concepts)
- You will learn everything you need to know Restful API
- Fundamentals of MySQL Database (optional)
- Fundamentals of Basic SQL Queries (optional)
- Fundamentals of JSON (basic structure) optional
Course Content
55 Lessons | 5:00 Total hours
Getting Started
-
Introduction to Getting Started
00:01:55 -
Course Curriculum
00:03:05 -
How to Get Pre-Requisites
00:01:52 -
Getting Started on Windows, Linux or Mac
00:01:03 -
How to ask a Great Questions
00:01:18 -
FAQ’s
00:01:19
Setting up Local Development Environment
-
Section Introduction
00:02:05 -
Installing XAMPP for PHP, MySQL and Apache
00:12:05 -
Choosing Code Editor
00:03:13 -
Installing Code Editor (Sublime Text)
00:03:48 -
Installing Code Editor(Visual Studio Code)
00:06:33 -
Postman API platform installation
00:05:36 -
Composer installation
00:04:06 -
Creating PHP Project on XAMPP
00:03:27 -
Hello World Program
00:05:45 -
Hello World Program
00:05:45
Restful API Basic
-
Section Introduction
00:01:37 -
What is PHP
00:08:00 -
What is Restful API
00:05:23 -
HTTP request GET, POST, PUT or DELETE
00:08:02 -
REST API project structure
00:06:13 -
Summary
00:01:29
Project 1: Restful API Login and Registration
-
Section Introduction
00:01:26 -
Create Database and table
00:06:01 -
Creating Project forms and folders
00:05:04 -
Database Connection
00:12:57 -
JSON Web Token Handler(JWT)
00:13:57 -
Auth Middleware Token Validation
00:22:42 -
Register form
00:20:16 -
Login form
00:14:11 -
User Token Authorization check form
00:12:11 -
Summary
00:01:27
Project 2: Restful API – MySQL Database
-
Section Introduction
00:01:20 -
Create Database and table
00:06:10 -
Adding Data to table - insert query
00:03:10 -
MySQL Select query
00:05:35 -
MySQL Update query
00:03:52 -
MySQL Delete query
00:01:55 -
Get Project2 Source Code
00:02:25 -
Create Database Connection
00:01:53 -
Summary
00:01:03
Restful API – Web Services
-
Section Introduction
00:01:15 -
Create Items Class PHP File
00:04:26 -
Create Method form
00:04:18 -
Creating Record Using Restful API
00:04:24 -
Reading Method form
00:02:10 -
Reading Record Using Restful API
00:02:46 -
Update Method form
00:02:44 -
Update Record Using Restful API
00:05:04 -
Delete Method form
00:01:37 -
Delete Method Using Restful API
00:01:52 -
Coding Exercise
00:00:50 -
Solution for Coding Exercise
00:01:32 -
Summary
00:01:17
Apache .htaccess file
-
SEO friendly Request URLs of REST API
00:02:14
Frequently asked questions
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 on 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 20 courses and many of them are great courses He has taught over 32,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 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 on Restful API web services programming course. This course is an ideal starting point for Beginners. For Experienced Developers who wants to start learn Restful API. This course teaches you the fundamental programming skills on Restful API that every developer must know. Anyone who wants to good understand Restful API - to be understand certain topics well. You can take this course to fill the gaps and strengthen your understanding of Restful API.
What is the main objective of this course?
The main objective of this course is to equip students with the knowledge and skills necessary to create RESTful APIs using PHP and MySQL.
Do I need prior programming experience to enroll in this course?
While prior experience with PHP and MySQL is beneficial, it is not mandatory. This course is designed to accommodate beginners, and we will cover foundational concepts before diving into more advanced topics.
About the instructor
Sekhar Metla
Instructor
46 Courses
13+ Lesson
1518 Students enrolled
Sekhar Metla is a software engineer with 15 years of professional experience. He is the author of several best-selling TeacherDada courses with more than 26,000+ students in 192 countries. He has a Master of Science in Computer Applications as Software Engineering and is also Microsoft Certified Professional. His students describe him as passionate, pragmatic, and motivational in his teaching.