facebookarchive / php-graph-sdk

The Facebook SDK for PHP provides a native interface to the Graph API and Facebook Login. https://developers.facebook.com/docs/php
Other
3.17k stars 1.96k forks source link

[6.0][Proposal] Transform Response and Request object into PSR-7 objects. #1149

Open Girgias opened 5 years ago

Girgias commented 5 years ago

As these two classes already represent HTTP messages this seems fitting to do.

This would probably also simplify some of the other classes such as Facebook\Client not needing to normalize the request to a PSR-7 object.