This document discusses building REST and hypermedia APIs with PHP. It begins with an introduction of the speaker and overview of REST. It then discusses REST as an architectural style, describing constraints like client-server, stateless, cache and layered system. It explains the uniform interface constraint and importance of hypermedia and hyperlinks. Examples are given of photo sharing API using HTTP, links and relations. The presentation concludes with recommendations like using link relations instead of hardcoded URIs and avoiding direct XML/JSON usage.