Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CodeIgniter 4 APIs Development Using Shield Authentication
Rating: 4.4 out of 5(19 ratings)
68 students

CodeIgniter 4 APIs Development Using Shield Authentication

Step by Step RESTful Web APIs Development Using CodeIgniter 4 and Shield Authentication
Last updated 12/2022
English
English [Auto],

What you'll learn

  • CodeIgniter 4 API Development Steps
  • RESTful APIs Development in CodeIgniter 4 without Authentication.
  • Shield Authentication Implementation in API Development
  • Step by Step process of APIs Development with CodeIgniter Authentication
  • Complete Guide for API Handling with Database in CodeIgniter 4

Course content

4 sections39 lectures6h 31m total length
  • What we will learn?3:10

    Explore CodeIgniter 4 fundamentals, from controllers and routes to migrations and query builders, then build CRUD web services and secure RESTful APIs with Shield authentication tokens.

  • Installation of CodeIgniter 4 Using Composer14:45

    Learn to install CodeIgniter 4 with composer, verify composer and the PHP version greater than or equal to 7.3, and run spark serve for a local development setup.

  • Application Default Landing Page6:40

    Learn how CodeIgniter 4 renders the default landing page via routes.php mapping to the home controller's index method and the welcome_message view, found in app/views.

  • About Spark CLI Commands8:45

    Discover how to use spark CLI in CodeIgniter 4 for API development with shield authentication, generate controllers and models, and explore help and flags like suffix.

  • Create First Program6:56

    Build your first program in CodeIgniter 4 by creating a route, a controller, and a view. Access the services page via a static message or a dedicated view file.

  • Application Connectivity with Database5:58

    Connect a CodeIgniter 4 API to a database by configuring the .env and database.php, using the default connection group and tests, uncommenting credentials, and setting hostname, database name, and user.

  • What is Migration & How To Use it?20:09

    Learn how CodeIgniter migrations work, create migration files with spark make migration, define table schemas with forge, and manage migrations using migrate, rollback, and refresh commands to build employees table.

  • About Query Builder Methods19:34

    Learn how to use CodeIgniter 4 query builder to insert, update, delete, and select data on an employee table, and retrieve results with get, get result, and row methods.

  • Model Based Query Methods15:43

    Learn model based methods in CodeIgniter 4 for API development with Shield authentication, creating a model with Spark and performing insert, update, delete, and select operations on the employees table.

  • What is Seeder & How To Use it?12:18

    Learn how seeding works in CodeIgniter 4 by creating a seeder with spark, using faker to generate 100 records, and seeding the employees table.

  • About Application Route Methods15:53

    Explore how to configure application routes in CodeIgniter 4 using routes.php, map get, post, put, and delete methods, and implement method spoofing to handle non-get form requests.

  • How To Create Route Group?8:27

    Learn how to create a route group in CodeIgniter by prefixing routes with api and organizing them in routes.php, then test get, post, put, and delete with Postman.

  • About Route Namespace12:12

    Explore route namespaces to manage admin and sailor routes with separate folders and prefixes, and connect routes to properly namespaced controllers in CodeIgniter 4.

  • What is Filter and How To use it?16:15

    Create and register a filter in CodeIgniter 4 to validate HTTP requests, protect routes, and use session-based login/logout to control access.

Requirements

  • Beginners knowledge of CodeIgniter framework & its about MVC pattern
  • Beginners knowledge of Databases

Description

We will learn the complete idea to develop a CodeIgniter 4 RESTful APIs Development Using Shield Authentication. Basic Experience in CodeIgniter programming required like working of MVC. Learn practical skills of APIs Development in CodeIgniter 4 with mysql database driver.

Begin your journey of RESTful APIs Development Using Shield Authentication with MySQL database driver here.

If you have just decided to learn CodeIgniter 4 APIs development Using Authentication then you have made the right choice, so take a breath. RESTful APIs Development is very easy to learn which means that you will be through the basics and on to writing standard code to create RESTful Web APIs in a very short time.

This course is a step by step guide through the CodeIgniter 4 development with MySQL programming language. You will go from a beginner level to creating your own web services.

These are things you will learn step by step –

  1. Basics of CodeIgniter 4.

  2. Concept of Route, Controller, Migration, Seeders, Filters, Route Group & Namespace.

  3. Complete concept of Authentication in CodeIgniter 4.

  4. API Development without using authentication.

  5. API development guide with live code session with Shield.

  6. API development plans while creating application structure.

  7. About Shield basics and its structure.

  8. API Error handling by using filters.

  9. About Response & HTTP Code

  10. Difference between API Development using Authentication and without any authentication.

  11. API Development Configuration.

  12. Shield package Installation with Complete details.

  13. About Filter and their use.

  14. Process of API and their strategy of development.

This course is for every level. For beginners, it will be very perfect to enroll and learn development in very easy steps with detailed concept.

Who this course is for:

  • Beginner/Intermediate/Expert CodeIgniter PHP Framework Learners
  • PHP framework lover