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] Use PSR 17 and 18 standard. #1145

Closed Girgias closed 10 months ago

Girgias commented 5 years ago

Also small improvements in Facebook\Client to handle PSR-7 messages.

This also changes multiple constructors for Dependency Injection.

Girgias commented 5 years ago

I'm thinking of removing the setter and getter method for the HTTP Client in Facebook\Client as it is injected and end users would already know/have a PSR-18 HTTP Client