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
RESTful PHP Web Services
โ Scribed by Samisa Abeysinghe
- Publisher
- Packt Publishing
- Year
- 2008
- Tongue
- English
- Leaves
- 220
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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 protocols already familiar to web developers. RESTful web services are found in lots of places with big name Web APIs such as Flickr, and Yahoo search following a REST-based approach.With any architectural style or approach, struggling with its basic concepts is just one problem - implementation in your favorite language is another, and thats where this book comes in. If youre a PHP developer, this book will show you how to create and consume RESTful web services in PHP, and make your services work well in the context of the Web. [
๐ SIMILAR VOLUMES
<p><b>Learn how to build RESTful API and web services in PHP 7</b><p><b>About This Book</b><p><li>Leverage the Lumen framework to build RESTful API endpoints for your applications<li>Understand how to increase efficiency and security of your web service.<li>Learn to apply the concepts by implementin
<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
<p>Whether you're sharing data between two internal systems or building an API so that users can access their data, this practical guide has everything you need to build APIs with PHP. Author Lorna Jane Mitchell provides lots of hands-on code samples, real-world examples, and advice based on her ext