zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[Tutorialsplanet.NET] Udemy - APIs in PHP from Basic to Advanced
magnet:?xt=urn:btih:641cdd8ccf1d8c8d402859a19e93285ac572d096&dn=[Tutorialsplanet.NET] Udemy - APIs in PHP from Basic to Advanced
磁力链接详情
文件列表详情
641cdd8ccf1d8c8d402859a19e93285ac572d096
infohash:
89
文件数量
1.42 GB
文件大小
2023-11-10 15:51
创建日期
2024-12-27 07:59
最后访问
相关分词
Tutorialsplanet
NET
Udemy
-
APIs
in
PHP
from
Basic
to
Advanced
01 - Introduction how to use the course and software installation/001 Introduction and welcome how to get the most out of the course.mp4 10.88 MB
01 - Introduction how to use the course and software installation/002 Install a package with a web server, PHP, a database server and phpMyAdmin.mp4 12.61 MB
01 - Introduction how to use the course and software installation/003 Install Composer manage third-party packages and autoload class files.mp4 4.15 MB
02 - API basics what APIs are and how to use them/001 What is an API.mp4 16.85 MB
02 - API basics what APIs are and how to use them/002 Make an API call access an API from PHP.mp4 11.5 MB
02 - API basics what APIs are and how to use them/003 Decode API results reading JSON in PHP.mp4 19.73 MB
02 - API basics what APIs are and how to use them/004 Use API data in a web application.mp4 13.76 MB
03 - HTTP basics requests, responses and using cURL/001 Use cURL instead of file_get_contents to make an API request.mp4 24.07 MB
03 - HTTP basics requests, responses and using cURL/002 Response codes get the HTTP status code.mp4 27.83 MB
03 - HTTP basics requests, responses and using cURL/003 Request headers add meta data about the request.mp4 22.12 MB
03 - HTTP basics requests, responses and using cURL/004 Response headers read meta data about the response.mp4 21.48 MB
03 - HTTP basics requests, responses and using cURL/005 Get all individual response headers in an array.mp4 22.58 MB
03 - HTTP basics requests, responses and using cURL/006 Use an API that requires a specific request header.mp4 19.91 MB
03 - HTTP basics requests, responses and using cURL/007 Request method change the method to get a different result with the same URL.mp4 23.42 MB
03 - HTTP basics requests, responses and using cURL/008 Request body add a payload to send data along with the request.mp4 20.92 MB
04 - REST and RESTful APIs using them from PHP/001 REST and RESTful APIs what are they.mp4 16.37 MB
04 - REST and RESTful APIs using them from PHP/002 Access a RESTful API in PHP with cURL.mp4 22.54 MB
04 - REST and RESTful APIs using them from PHP/003 Use the Guzzle HTTP client for object-oriented API code.mp4 25.45 MB
04 - REST and RESTful APIs using them from PHP/004 Use an SDK compare the Stripe API to its SDK.mp4 29.27 MB
05 - Create a RESTful API build a framework for serving the API/001 Start writing the API enable URL rewriting.mp4 7.97 MB
05 - Create a RESTful API build a framework for serving the API/002 The front controller get the resource, ID and the request method.mp4 10.27 MB
05 - Create a RESTful API build a framework for serving the API/003 Use a client for API development cURL, Postman or HTTPie.mp4 14.28 MB
05 - Create a RESTful API build a framework for serving the API/004 Set the HTTP status code best practices.mp4 16.64 MB
05 - Create a RESTful API build a framework for serving the API/005 Add a controller class to decide the response.mp4 16.06 MB
05 - Create a RESTful API build a framework for serving the API/006 Use Composer's autoloader to load classes automatically.mp4 11.62 MB
05 - Create a RESTful API build a framework for serving the API/007 Make debugging easier add type declarations and enable strict type checking.mp4 17.44 MB
05 - Create a RESTful API build a framework for serving the API/008 Always return JSON add a generic exception handler and JSON Content-Type header.mp4 25.01 MB
05 - Create a RESTful API build a framework for serving the API/009 Send a 405 status code and Allow header for invalid request methods.mp4 19.29 MB
06 - Create a RESTful API create a database and retrieve data from it/001 Create a new database and a database user to access it.mp4 6.95 MB
06 - Create a RESTful API create a database and retrieve data from it/002 Create a table to store resource data.mp4 4.62 MB
06 - Create a RESTful API create a database and retrieve data from it/003 Connect to the database from PHP add a Database class.mp4 18.4 MB
06 - Create a RESTful API create a database and retrieve data from it/004 Move the database connection data to a separate .env file.mp4 18.25 MB
06 - Create a RESTful API create a database and retrieve data from it/005 Create a table data gateway class for the resource table.mp4 13.73 MB
06 - Create a RESTful API create a database and retrieve data from it/006 Show a list of all records.mp4 13.36 MB
06 - Create a RESTful API create a database and retrieve data from it/007 Configure PDO to prevent numeric values from being converted to strings.mp4 15.47 MB
06 - Create a RESTful API create a database and retrieve data from it/008 Convert database booleans to boolean literals in the JSON.mp4 10.31 MB
06 - Create a RESTful API create a database and retrieve data from it/009 Show an individual record.mp4 12.87 MB
06 - Create a RESTful API create a database and retrieve data from it/010 Respond with 404 if the resource with the specified ID is not found.mp4 15.71 MB
07 - Create a RESTful API create, update and delete individual resources/001 Get the data from the request as JSON.mp4 21.61 MB
07 - Create a RESTful API create, update and delete individual resources/002 Insert a record into the database and respond with a 201 status code.mp4 22.45 MB
07 - Create a RESTful API create, update and delete individual resources/003 Add a generic error handler to output warnings as JSON.mp4 19.02 MB
07 - Create a RESTful API create, update and delete individual resources/004 Validate the data and respond with a 422 status code if invalid.mp4 21.13 MB
07 - Create a RESTful API create, update and delete individual resources/005 Conditionally validate the data when updating an existing record.mp4 16.17 MB
07 - Create a RESTful API create, update and delete individual resources/006 Get the data from the request for updating an existing record.mp4 19.7 MB
07 - Create a RESTful API create, update and delete individual resources/007 Update the record in the database and return a 200 status code.mp4 22.38 MB
07 - Create a RESTful API create, update and delete individual resources/008 Delete the record in the database and return a 200 status code.mp4 10.59 MB
08 - API key authentication/001 Create a table to store user account data.mp4 14.56 MB
08 - API key authentication/002 Add a register page to insert a new user record and generate a new API key.mp4 30.56 MB
08 - API key authentication/003 Send the API key with the request query string or request header.mp4 14.39 MB
08 - API key authentication/004 Check the API key is present in the request and return 400 if not.mp4 7.92 MB
08 - API key authentication/005 Create a table data gateway class for the user table.mp4 11.63 MB
08 - API key authentication/006 Authenticate the API key and return a 401 status code if invalid.mp4 10.86 MB
08 - API key authentication/007 Refactor the front controller to a bootstrap file and Auth class.mp4 23.65 MB
08 - API key authentication/008 Add a foreign key relationship to link task records to user records.mp4 6.02 MB
08 - API key authentication/009 Retrieve the ID of the authenticated user when authenticating.mp4 10.2 MB
08 - API key authentication/010 Restrict the tasks index endpoint to only show the authenticated user's tasks.mp4 12.01 MB
08 - API key authentication/011 Restrict the rest of the task endpoints to the authenticated user's tasks.mp4 21.91 MB
08 - API key authentication/012 Cache the database connection to avoid multiple connections in the same request.mp4 10.72 MB
09 - An introduction to authentication using access tokens/001 An introduction to authentication using access tokens.mp4 8.43 MB
09 - An introduction to authentication using access tokens/002 Create the login script and return 400 if the username and password are missing.mp4 11.66 MB
09 - An introduction to authentication using access tokens/003 Select the user record based on the username in the request.mp4 12.41 MB
09 - An introduction to authentication using access tokens/004 Check the username and password and return a 401 status code if invalid.mp4 9.43 MB
09 - An introduction to authentication using access tokens/005 Generate an encoded access token containing the user details.mp4 14.27 MB
09 - An introduction to authentication using access tokens/006 Pass the access token to the task API endpoints in the authorization header.mp4 23.85 MB
09 - An introduction to authentication using access tokens/007 Validate the access token and decode its contents.mp4 24.14 MB
09 - An introduction to authentication using access tokens/008 Get the authenticated user data from the access token.mp4 17.73 MB
10 - Authentication using JSON Web Tokens (JWTs)/001 An introduction to JSON web tokens (JWTs).mp4 11.93 MB
10 - Authentication using JSON Web Tokens (JWTs)/002 Create a class to encode a payload in a JWT.mp4 23.97 MB
10 - Authentication using JSON Web Tokens (JWTs)/003 Generate a JWT access token in the login endpoint containing JWT claims.mp4 15.26 MB
10 - Authentication using JSON Web Tokens (JWTs)/004 Add a method to decode the payload from the JWT.mp4 28.34 MB
10 - Authentication using JSON Web Tokens (JWTs)/005 Pass in the secret key used for hashing as a dependency.mp4 11.24 MB
10 - Authentication using JSON Web Tokens (JWTs)/006 Authenticate the task endpoints using the JWT.mp4 19.06 MB
10 - Authentication using JSON Web Tokens (JWTs)/007 Use a custom exception class to return 401 if the signature is invalid.mp4 12.56 MB
10 - Authentication using JSON Web Tokens (JWTs)/008 Don't store sensitive data in the JWT.mp4 14.79 MB
11 - Expiring and refreshing access tokens/001 Why access tokens need to expire and how to refresh them in a user-friendly way.mp4 12.11 MB
11 - Expiring and refreshing access tokens/002 Add an expiry claim to the access token payload when logging in.mp4 12.99 MB
11 - Expiring and refreshing access tokens/003 Throw a custom exception to not accept the JWT if it has expired.mp4 12.91 MB
11 - Expiring and refreshing access tokens/004 Issue a refresh token in addition to the access token when logging in.mp4 9.17 MB
11 - Expiring and refreshing access tokens/005 Add a refresh endpoint and validate the refresh token in the request.mp4 17.85 MB
11 - Expiring and refreshing access tokens/006 Validate the user in the refresh token using the database.mp4 16.1 MB
11 - Expiring and refreshing access tokens/007 Issue a new access token and refresh token to the authenticated user.mp4 13.4 MB
11 - Expiring and refreshing access tokens/008 Create a table to store a refresh token whitelist.mp4 7.54 MB
11 - Expiring and refreshing access tokens/009 Store the refresh token in the whitelist when issued in the login endpoint.mp4 16.9 MB
11 - Expiring and refreshing access tokens/010 Replace the refresh token in the whitelist when issued in the refresh endpoint.mp4 13.82 MB
11 - Expiring and refreshing access tokens/011 Validate the refresh token is on the whitelist and return a 400 response if not.mp4 19.75 MB
11 - Expiring and refreshing access tokens/012 Add a logout endpoint to remove the an active refresh token from the whitelist.mp4 25.13 MB
11 - Expiring and refreshing access tokens/013 Add a script to clear out expired refresh tokens from the whitelist.mp4 18.47 MB
11 - Expiring and refreshing access tokens/014 See how a single-page application interacts with the API using access tokens.mp4 23.26 MB
12 - Conclusion/001 Conclusion & where to go from here.mp4 9.54 MB
其他位置