Library PHP Tek 2025 Design Choices When Implementing Your API
Design Choices When Implementing Your API

Log in to watch this talk

You need to be logged in to access this video. If you don't have an account, purchase a virtual pass for the latest php[tek] conference to get access to the full video library.

Design Choices When Implementing Your API

Jack Polifka Jack Polifka PHP Tek 2025 Intermediate (some prior knowledge necessary) Standard (50 minutes)

Application Programming Interfaces (APIs) are fundamental to how information travels across the Internet. They help to standardize communication between different applications using the HTTP protocol. While APIs can be extremely helpful, there are multiple questions that need to be answered before implementation. When is an API really needed? What should its endpoints be? If a database is needed, is raw SQL or an ORM better? These decisions among others will be reviewed in this presentation to help professionals better understand when they need an API and how to implement them.