مشخصات فیلم
-
6910
-
873
-
0
-
0.0
-
0
فیلم آموزش Lynda Building APIs in PHP Using the Slim Micro Framework
دوره آموزش PHP عنوان فیلم:
Lynda Building APIs in PHP Using the Slim Micro Framework
مدرس: Keith Casey
در این آموزش تصویری با ساخت API در PHP با میکرو فریمورک Slim آشنا می شوید. این دوره آموزشی محصول موسسه Lynda است.
سرفصل های دوره:
- آشنایی با اهداف پروژه
- راه اندازی پایگاه داده
- اضافه کردن احراز هویت در Slim
- استفاده از چارچوب متقابل و احراز هویت middleware
- ایجاد یک API خواندن و نوشتن در Slim
- آپلود فایل ها از طریق API
- ایجاد کدهای payloads و response در Slim
- مقیاس بندی API شما
Lynda Building APIs in PHP Using the Slim Micro Framework Keith Casey Beginner 1h 52m A well-designed API includes not just URLs and response codes but also authentication, consistent structures, and useful JSON payloads. Luckily, the Slim micro framework makes it easy to move an API from concept to implementation to production. What used to take weeks or even months can usually be done in hours or days with Slim. This course begins with a simple application specification and builds it one step at a time. Each chapter includes a key concept, with examples from other public APIs, and then shows how to build it yourself with Slim. Learn about URL routing, validating input, and generating response codes and hypermedia payloads. Like any project, the first implementation may be a little messy but don't worry. The last chapter covers refactoring and what it takes to scale and support the API going forward. Topics include: Understanding the project goals Setting up the database Adding authentication in Slim Using cross-framework and authentication middleware Creating a read-write API in Slim Uploading files via the API Adding file security Creating payloads and response codes in Slim Scaling your API