Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Building APIs in PHP Using the Silex Micro Framework

Posted By: Landau17
Building APIs in PHP Using the Silex Micro Framework

Building APIs in PHP Using the Silex Micro Framework
MP4 | Video: 720p | Duration: 1:44:31 | English | Subtitles: VTT | 240.6 MB



A well-designed API includes not just URLs and response codes but also authentication, consistent structures, and useful JSON payloads. Luckily, the Silex 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 Silex.

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 Silex. 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
  • Adding authentication with Silex
  • Using cross-framework and authentication middleware
  • Creating a read-write API in Silex
  • Uploading files via an API
  • Adding file security
  • Creating payloads and response codes in Silex
  • Scaling your API