Download the PHP package nickdnk/graph-sdk without Composer
On this page you can find all versions of the php package nickdnk/graph-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nickdnk/graph-sdk
More information about nickdnk/graph-sdk
Files in nickdnk/graph-sdk
Download nickdnk/graph-sdk
More information about nickdnk/graph-sdk
Files in nickdnk/graph-sdk
Vendor nickdnk
Package graph-sdk
Short Description Facebook SDK for PHP 8+
License proprietary
Homepage https://github.com/nickdnk/php-graph-sdk
Package graph-sdk
Short Description Facebook SDK for PHP 8+
License proprietary
Homepage https://github.com/nickdnk/php-graph-sdk
Please rate this library. Is it a good library?
Informations about the package graph-sdk
Facebook SDK for PHP
This is an unofficial version of Facebook's PHP SDK designed for PHP 8+. It is being maintained and tested against the newest PHP versions. You can use this in place of version 5.x
of Facebook's deprecated facebook/graph-sdk
package.
PHP 8.1 is required.
This repository contains the open source PHP SDK that allows you to access the Facebook Platform from your PHP app.
Installation
The Facebook PHP SDK can be installed with Composer. Run this command:
By default, the request will be made via a Facebook\HttpClients\FacebookHttpClientInterface
. The default
implementation depends on the available PHP extension/packages. In order of priority:
- Package
guzzlehttp/guzzle
(v6 and v7 only):Facebook\HttpClients\FacebookGuzzleHttpClient
- ext-curl:
Facebook\HttpClients\FacebookCurlHttpClient
- Fallback:
Facebook\HttpClients\FacebookStreamHttpClient
Usage
Simple GET example of a user's profile.
Tests
- Composer is a prerequisite for running the tests.
Install composer globally, then run
composer install
to install required files. - The tests can be executed by running this command from the root directory:
License
Please see the license file for more information.
All versions of graph-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package nickdnk/graph-sdk contains the following files
Loading the files please wait ....