17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[FTUForum.com] [UDEMY] Laravel To Consume HTTP Services And APIs Definitive Guide [FTU]
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
• Consumes any HTTP service (yours or from a third party)
• Re-utilize the components created during the course to consume any HTTP service you want
• Authenticate users in your HTTP Client using information obtained from external HTTP services
• Build and HTTP Client with Laravel, completely modular and maintainable
• Domain the usage of access tokens and OAuth2 when sending requests and authorizing the requests of your HTTP Client
Requirements
• PHP installed and functional in your system (PHP 7.2 or higher recommended)
• Composer installed and functional in your development environment
• PHP basic knowledge
Description
Do you need to consume an HTTP Service or API and it overwhelms you to think about HTTP, methods, requests, OAuth2, access tokens, credentials, grant types, user sessions and so on?
I cover you! In this course, I show you that everything is about using the correct values and tools to make everything much simpler.
Create your HTTP client with Laravel: Build and design a web project with Laravel, to consume online services and APIs.
Obtain data from HTTP services or APIs (own or from third parties) and show it in a friendly and correct way to the users of your project.
Learn step-by-step, everything you need to consume any web service or API online, with PHP from a Laravel project and using Guzzle.
At the end of the course, you will have multiple components that you can re-utilize in your projects to consume any HTTP service or API.
Do not wait any longer and sign up
Why should you choose this course?
• Because it gives you a detailed view, as in no other course, of how to consume an HTTP service or API using Laravel and PHP.
• Because it gives you the essential components that you can re-utilize in your other projects when consuming any HTTP service or API
• Because you will be able and confident enough to use any service or API protected by OAuth2 and access tokens.
• Because I not only show you how to create your HTTP Client with Laravel, but I also help you identify the different challenges of an HTTP Client and how to solve them properly.
• Because simply, there is no other course that covers all these topics.
What will you be able to do at the end of the course?
In general, you will be able to implement an HTTP Client that allows you to consume any HTTP service or API, either your own or from third parties, using PHP and Laravel. In addition, you will have a clear idea of how to proceed when facing new projects and services to be consumed, reusing as much as possible the components created and learned during this course.
You will know how to use a high-level library such as Guzzle, to send HTTP requests from PHP with Laravel. Implementing generic components that allow sending requests of any kind to any HTTP service with Guzzle.
In the end, you will have gained complete confidence in sending secure and correctly authorized requests to different HTTP services, either using simple access tokens or even using an entire security mechanism such as OAuth2. Everything, using PHP and Laravel.
During the course you will learn this...
For the HTTP Client:
• How to consume a service or API through HTTP requests from Laravel
• How to authenticate and create user sessions in your HTTP Client with information from other services
• How to automate the process of obtaining an access token to authorize the requests of your HTTP Client
• The different ways to obtain an access token from a service that uses OAuth2 and its differences (grant types)
• How to handle the expiration times of a token and avoid losing access to information
• How to handle access errors to the consumed HTTP service or API and how to proceed
• How to handle and authenticate protected requests associated with a user's information from the HTTP Client
• Use of Guzzle from Laravel, to send HTTP requests to whatever HTTP service or API
• How to configure and prepare Laravel to make requests to any HTTP service or API
• Use of Bootstrap 4 to show the information obtained from the consumed services
• Handling and preparing to resolve exceptions and errors when consuming external services with Laravel
For any Laravel project:
• How to install Laravel in your development environment for professional projects
• Configure Laravel, in your environment for an agile and simple development
• Build of a professional, modular and, scalable project with Laravel
• Creation of routes, views, templates, controllers and more with Laravel
• Handling errors and internal exceptions of the Laravel project
• Installation of dependencies to a Laravel project (Guzzle case)
Of course, that's not all. Take a look at the full description of sections and classes for more details.
It does not end there! You will have lifetime access to current classes and those I can add later to the course.
Subscribe now and do not wait any longer to consume those services that you need and obtain the information that your users require.
Still having doubts?
Do not worry, here I share some more information about HTTP Client with Laravel.
Why an HTTP Client with Laravel?
About HTTP:
HTTP (HyperText Transfer Protocol) is widely used protocol on the Internet and any current language has a mechanism to make requests on HTTP in a simple way which, of course, includes PHP and Laravel (a framework for PHP).
Since HTTP is a protocol that is currently widely used, any current system or language will be able to communicate correctly with other systems that use this protocol (regardless of the programming language), allowing the use of data and information from whatever system online. Such information, obtained from any HTTP service, can be used in your projects to offer any type of information and service to the users of your systems. This makes you an HTTP client since you will be consuming any HTTP service or API from your own project.
About Laravel:
Laravel is the most popular framework for PHP, even one of the most popular in the world. With Laravel, you will be able to develop very complex PHP applications in a very short time, which includes an HTTP Client. During the course, you will see the enormous facilities that Laravel provides when obtaining and using the information of importance for your users, as well as facilitating the process of integrating external systems easily.
Laravel has innumerable characteristics that differentiate it from multiple frameworks for PHP and other languages, which allow implementing very complex tasks in a simple way and in a short time.
Of course, if you need more information, do not hesitate to contact me
Subscribe now and see you in classes
Who this course is for:
• Advanced or beginners who wants to consume any HTTP service (yours or from a third party) using Laravel
• Who are having problems to domain the usage of access tokens to send and authenticate requests to HTTP services or APIs
• Who want to dominate OAuth2 and its usage to authenticate requests to protected HTTP services or APIs
• Who wants to domain the different ways to obtain valid access tokens to authorize the requests to any protected HTTP service
• Who needs to authenticate users and create sessions, using information obtained from external HTTP services or APIs.
For More Udemy Free Courses >>> https://ftuforum.com/
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Our Forum for discussion >>> https://discuss.ftuforum.com/
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
01 Meet the course the instructor and the service to consume/001 What you will see learn and obtain from this course.mp4
44.9 MB
01 Meet the course the instructor and the service to consume/002 About the instructor of the course.mp4
17.1 MB
01 Meet the course the instructor and the service to consume/003 About the development environment to use in the course.html
4.1 KB
01 Meet the course the instructor and the service to consume/004 Course-repository.txt
72 B
01 Meet the course the instructor and the service to consume/004 The source code of the HTTP Client with Laravel.html
1.7 KB
02 Details about the API or HTTP Service to be consumed from the HTTP Client/005 About the API to consume.mp4
16.7 MB
02 Details about the API or HTTP Service to be consumed from the HTTP Client/005 URL-to-the-API-to-consume-in-the-course.txt
34 B
02 Details about the API or HTTP Service to be consumed from the HTTP Client/006 Creating a client and users for the API to consume.mp4
16.2 MB
02 Details about the API or HTTP Service to be consumed from the HTTP Client/007 About-the-grant-types-on-OAuth2.txt
33 B
02 Details about the API or HTTP Service to be consumed from the HTTP Client/007 The different ways to authenticate requests to the API (OAuth2).mp4
73 MB
02 Details about the API or HTTP Service to be consumed from the HTTP Client/008 How to refresh tokens and handle the scope of the token.mp4
37.2 MB
02 Details about the API or HTTP Service to be consumed from the HTTP Client/009 The responses actions and restrictions of the API to consume.mp4
47.5 MB
03 Creating and preparing a Laravel project for the HTTP Client/010 Laravel-installation-official-.txt
45 B
03 Creating and preparing a Laravel project for the HTTP Client/010 Obtaining the Laravel structure for the HTTP Client.mp4
42.9 MB
03 Creating and preparing a Laravel project for the HTTP Client/011 Adding Guzzle to make HTTP requests from Laravel.mp4
29.8 MB
03 Creating and preparing a Laravel project for the HTTP Client/011 Guzzle-Docs-official-.txt
37 B
03 Creating and preparing a Laravel project for the HTTP Client/012 Preparing the environment with a simple configuration.mp4
33.1 MB
03 Creating and preparing a Laravel project for the HTTP Client/013 Preparing the HTTP client to store and authenticate users.mp4
54.7 MB
04 Building the initial graphical interface of the HTTP client/014 Generating the initial components of the HTTP client interface.mp4
45.3 MB
04 Building the initial graphical interface of the HTTP client/015 Generalizing the welcome view of the HTTP Client.mp4
31.3 MB
04 Building the initial graphical interface of the HTTP client/016 Allowing to display the HTTP Client messages in any location.mp4
52.6 MB
04 Building the initial graphical interface of the HTTP client/017 Adding the possibility to login directly with the API.mp4
23.6 MB
05 Preparing the Laravel project to consume the target service/018 Creating a generic component to consume HTTP services from Laravel.mp4
73.5 MB
05 Preparing the Laravel project to consume the target service/019 Creating the component that will know how to consume the target service.mp4
42.1 MB
05 Preparing the Laravel project to consume the target service/020 Preparing the configuration of the service to consume.mp4
59.2 MB
06 Implementing the necessary methods to consume the HTTP Service/021 Implementing the method to authorize requests.mp4
41.5 MB
06 Implementing the necessary methods to consume the HTTP Service/022 Implementing the method to decode the HTTP API responses.mp4
25.5 MB
06 Implementing the necessary methods to consume the HTTP Service/023 Implementing the method to detect error responses.mp4
36.6 MB
06 Implementing the necessary methods to consume the HTTP Service/024 Facilitating and generalizing the use of the Service created in the Client.mp4
64.3 MB
07 Making the first requests to the HTTP service and showing the results/025 Getting the list of products from the API.mp4
50.3 MB
07 Making the first requests to the HTTP service and showing the results/026 Showing the list of products on the main page of the HTTP Client.mp4
45.8 MB
07 Making the first requests to the HTTP service and showing the results/027 Obtaining the list of categories from the HTTP service.mp4
38.2 MB
07 Making the first requests to the HTTP service and showing the results/028 Adding the list of categories to the main page of the HTTP Client.mp4
34.2 MB
07 Making the first requests to the HTTP service and showing the results/029 Obtaining the details of a specific product from the API.mp4
46.2 MB
07 Making the first requests to the HTTP service and showing the results/030 Showing the details of a specific product.mp4
59.3 MB
07 Making the first requests to the HTTP service and showing the results/031 Obtaining the products of a category of the HTTP service.mp4
30.3 MB
07 Making the first requests to the HTTP service and showing the results/032 Showing the products of a category in the HTTP Client.mp4
39.1 MB
08 Automating the obtaining of access tokens associated with the HTTP Client/033 Adding a new service to obtain access tokens from the HTTP Client.mp4
52.3 MB
08 Automating the obtaining of access tokens associated with the HTTP Client/034 Automatically obtaining a token associated with the HTTP Client.mp4
43.5 MB
08 Automating the obtaining of access tokens associated with the HTTP Client/035 Using tokens obtained automatically when consuming the API.mp4
48.4 MB
08 Automating the obtaining of access tokens associated with the HTTP Client/036 Avoiding getting a token for every request to the HTTP Service.mp4
89.5 MB
09 Authenticating users directly from the API/037 Generating the URL to enable the login button with the API.mp4
41.6 MB
09 Authenticating users directly from the API/038 Preparing the button to obtain the authorization of the users.mp4
62.4 MB
09 Authenticating users directly from the API/039 Obtaining a valid token from the authorization code.mp4
59.6 MB
09 Authenticating users directly from the API/040 Obtaining the users information from the HTTP service.mp4
52.5 MB
09 Authenticating users directly from the API/041 Registering or updating users with information from the API.mp4
71.7 MB
09 Authenticating users directly from the API/042 Creating sessions for users validated by the HTTP service.mp4
54.4 MB
10 Authenticating users directly with email and password/043 Obtaining a valid token from the user credentials.mp4
51 MB
10 Authenticating users directly with email and password/044 Authenticating a user in the HTTP Client through their credentials.mp4
69.3 MB
10 Authenticating users directly with email and password/045 Properly handling attempts with invalid credentials.mp4
50.5 MB
11 Improving the experience of users authenticated in the HTTP client/046 Adding possible actions for authenticated users.mp4
80.3 MB
11 Improving the experience of users authenticated in the HTTP client/047 Adding links to protected actions for authenticated users.mp4
63 MB
11 Improving the experience of users authenticated in the HTTP client/048 Determining when to use a user token or a client token.mp4
51.2 MB
11 Improving the experience of users authenticated in the HTTP client/049 Refreshing expired user tokens.mp4
71.3 MB
12 Implementing protected actions for HTTP client users/050 Showing the name of a user obtained directly from the API.mp4
39.3 MB
12 Implementing protected actions for HTTP client users/051 Allowing products to be published by an authenticated user.mp4
72.7 MB
12 Implementing protected actions for HTTP client users/052 Preparing the client to send files on requests.mp4
60.4 MB
12 Implementing protected actions for HTTP client users/053 Publishing products with the information given to the HTTP client.mp4
62.3 MB
12 Implementing protected actions for HTTP client users/054 Associating a product to the indicated category.mp4
36.7 MB
12 Implementing protected actions for HTTP client users/055 Making a published product available.mp4
44.6 MB
12 Implementing protected actions for HTTP client users/056 Allowing to purchase products from an authenticated user.mp4
43.5 MB
12 Implementing protected actions for HTTP client users/057 Showing the purchases list to a user authenticated in the HTTP client.mp4
45.4 MB
12 Implementing protected actions for HTTP client users/058 Showing the list of publications of an authenticated user.mp4
34.5 MB
13 Handling errors and exceptions in the HTTP Client/059 Preparing the HTTP client to handle failures in requests.mp4
40.4 MB
13 Handling errors and exceptions in the HTTP Client/060 Handling authentication errors when consuming the API.mp4
67.3 MB
13 Handling errors and exceptions in the HTTP Client/061 Handling the remaining errors when consuming the HTTP Service.mp4
29.6 MB
13 Handling errors and exceptions in the HTTP Client/062 Handling internal exceptions of the HTTP Client.mp4
50.1 MB
14 Conclusions/063 How to use and apply what you have learned in your own HTTP clients.mp4