Download the PHP package pizzaminded/facebook-http-foundation-bridge without Composer
On this page you can find all versions of the php package pizzaminded/facebook-http-foundation-bridge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pizzaminded/facebook-http-foundation-bridge
More information about pizzaminded/facebook-http-foundation-bridge
Files in pizzaminded/facebook-http-foundation-bridge
Download pizzaminded/facebook-http-foundation-bridge
More information about pizzaminded/facebook-http-foundation-bridge
Files in pizzaminded/facebook-http-foundation-bridge
Vendor pizzaminded
Package facebook-http-foundation-bridge
Short Description Integrates facebook/php-graph-sdk with symfony/http-foundation
License MIT
Package facebook-http-foundation-bridge
Short Description Integrates facebook/php-graph-sdk with symfony/http-foundation
License MIT
Please rate this library. Is it a good library?
Informations about the package facebook-http-foundation-bridge
pizzaminded/facebook-http-foundation-bridge
If your app uses symfony/http-foundation and facebook/php-graph-sdk, this one is for you! This Library integrates these two packages.
What are a benefits of using this package?
- Facebook SDK by default tries to extract everything from superglobals, using this bridge it will use your
RequestandSessionclasses. Easier to debug. - Facebook SDK stores everything in
$_SESSION, but it breaks when session is not started and you have to start it manually.Sessionclass automatically when used. This is also a good solution when you e.g. use some more fancy session handlers like Redis or PDO. - Persisted Data stored in session are prefixed, so there is no chance that something will override your values.
Installation
Usage:
If you are using Symfony 4+:
(Maybe it works on 3.4+, havent checked yet)
Add this lines to your services.yaml:
License:
MIT
All versions of facebook-http-foundation-bridge with dependencies
PHP Build Version
Package Version
No informations.
The package pizzaminded/facebook-http-foundation-bridge contains the following files
Loading the files please wait ...