Building RESTful Web Services with PHP 7
โ Scribed by Ahmad, Haafiz Waheed-ud-din
- Publisher
- Packt Publishing
- Year
- 2017
- Tongue
- English
- Edition
- 1st ed
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Learn how to build RESTful API and web services in PHP 7
About This Book
Who This Book Is For
This book is for PHP developers who wish to learn about the REST architecture to be able to build and consume REST APIs in their applications.
What You Will Learn
๐ SIMILAR VOLUMES
<h4>Key Features</h4><ul><li>Leverage the Lumen framework to build RESTful API endpoints for your applications</li><li>Understand how to increase efficiency and security of your web service.</li><li>Learn to apply the concepts by implementing the examples covered in the book</li></ul><h4>Book Descri
REST is an architectural style that tackles the challenges of building scalable web services and in today's connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems interact, and REST has become synonymous with APIs. .
Learn the basic architectural concepts and step through examples of consuming and creating RESTful web services in PHP. This book targets PHP developers who want to build or make use of RESTful web services, or explore the options available to them in PHP. You will need to know the basics of PHP dev
Representational State Transfer (REST) is a form of software architecture; systems that follow it are often called RESTful. It is the architectural style that drives the World Wide Web (the motivation for REST was to capture elements that made the Web successful), and RESTful web services use simple