Building RESTful Web Services with PHP 7: (Code)
β Scribed by Haafiz Waheed-ud-din Ahmad
- Publisher
- Packt Publishing
- Year
- 2017
- Tongue
- English
- Leaves
- 244
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Key Features
- Leverage the Lumen framework to build RESTful API endpoints for your applications
- Understand how to increase efficiency and security of your web service.
- Learn to apply the concepts by implementing the examples covered in the book
Book Description
REST is the most wide spread and effective standard to develop APIs for internet services. With the way PHP and its eco-system has modernized the way code is written by simplifying various operations, it is useful to develop RESTful APIs with PHP 7 and modern tools.
This book explains in detail how to create your own RESTful API in PHP 7 that can be consumed by other users in your organization.
Starting with a brief introduction to the fundamentals of REST architecture and the new features in PHP 7, you will learn to implement basic RESTful API endpoints using vanilla PHP. The book explains how to identify flaws in security and design and teach you how to tackle them. You will learn about composer, Lumen framework and how to make your RESTful API cleaner, secure and efficient. The book emphasizes on automated tests, teaches about different testing types and give a brief introduction to microservices which is the natural way forward.
After reading this book, you will have a clear understanding of the REST architecture and you can build a web service from scratch.
What you will learn
- Understand the REST API architecture and its benefits
- Write RESTful API web services in PHP 7
- Address security-elated issues in a REST API
- Leverage the importance of automated testing and write tests for API endpoints
- Identify security flaws in our current API endpoints and
β¦ Subjects
PHP;Programming;Web Development & Design;Computers & Technology;Web Services;Web Development & Design;Computers & Technology;Programming Languages;Ada;Ajax;Assembly Language Programming;Borland Delphi;C & C++;C#;CSS;Compiler Design;Compilers;DHTML;Debugging;Delphi;Fortran;Java;Lisp;Perl;Prolog;Python;RPG;Ruby;Swift;Visual Basic;XHTML;XML;XSL;Computers & Technology
π 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
<p><b>Explore the necessary concepts of REST API development by building few real world services from scratch.</b></p><h4>Key Features</h4><ul><li>Follow best practices and explore techniques such as clustering and caching to achieve a reactive, scalable web service</li><li>Leverage the Gin Framewor
Apress, 2016. β Code Only. β ISBN: 978-1-4842-1053-6.<br/> <br/><strong>ΠΠΎΠ΄ ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ² ΠΊ Π²ΡΠ»ΠΎΠΆΠ΅Π½Π½ΠΎΠΉ Π·Π΄Π΅ΡΡ ΠΊΠ½ΠΈΠ³Π΅ Π² ΡΠΎΡΠΌΠ°ΡΠ΅ <a class="object-link fpm" data-file-id="1854673" href="/file/1854673/">PDF</a>, <a class="object-link fpm" data-file-id="1854674" href="/file/1854674/">EPUB</a>.</strong><div clas
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. .