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

Learn how to develop a complete, RESTful API using plain, object-oriented PHP, MySQL and best practices. Full API course, including authentication: ‣ Please consider supporting my channel: ☕ In this video you’ll learn how to: • create RESTful URLs • list, show, create, update and delete database records using an API • organise your PHP code • use controllers and table gateways • return relevant HTTP status codes • validate data in an API • decode and encode requests and responses as JSON Code shown in the video: ‣ Relevant documentation: ‣ ‣ ‣ ‣ ‣ ‣
Back to Top