Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 645 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 645 Bytes

Create a PHP REST API

Source code to accompany this video: https://youtu.be/X51KOJKrofU

Create a PHP REST API : Write a RESTful API from Scratch using Plain, Object-Oriented PHP and MySQL

Topics covered in the video

  • Basic REST API routing and URLs
  • List, show, create, update and delete database records using a RESTful API
  • Best-practice code organisation
  • Controllers and table gateways
  • Relevant HTTP status codes
  • Data validation
  • JSON decoding and encoding

Complete API course, including authentication: https://davehollingworth.net/phpapisy