Appendix A. Defining PSR-7 Classes

In this appendix, we will cover the following topics:

  • Implementing PSR-7 value object classes
  • Developing a PSR-7 Request class
  • Defining a PSR-7 Response class

Introduction

PHP Standard Recommendation number 7 (PSR-7) defines a number of interfaces, but does not provide actual implementations. Accordingly, we need to define concrete code implementations in order to start creating custom middleware.

Get PHP 7 Programming Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.