Download the PHP package one23/php-8-graph-sdk without Composer
On this page you can find all versions of the php package one23/php-8-graph-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download one23/php-8-graph-sdk
More information about one23/php-8-graph-sdk
Files in one23/php-8-graph-sdk
Download one23/php-8-graph-sdk
More information about one23/php-8-graph-sdk
Files in one23/php-8-graph-sdk
Vendor one23
Package php-8-graph-sdk
Short Description Facebook SDK for PHP 8
License MIT
Homepage https://github.com/FlexIDK/php-8-graph-sdk
Package php-8-graph-sdk
Short Description Facebook SDK for PHP 8
License MIT
Homepage https://github.com/FlexIDK/php-8-graph-sdk
Please rate this library. Is it a good library?
Informations about the package php-8-graph-sdk
Facebook SDK for PHP 8
This repository contains the open source PHP SDK that allows you to access the Facebook Platform from your PHP app.
Installation
Fork
This repository fork from deprecate facebook/graph-sdk.
What's different
- Namespace: \Facebook\ -> \One23\GraphSdk
- Facebook::__construct require 'default_graph_version'
- Remove deprecate class:
- GraphNodes\GraphList -> GraphEdge
- GraphNodes\GraphObject -> GraphNode
- GraphNodes\GraphObjectFactory -> GraphNodeFactory
- Remove traits:
- PseudoRandomStringGeneratorTrait
- Replace deprecate methods:
- FacebookResponse
- getGraphObject() -> getGraphNode()
- getGraphList() -> getGraphEdge()
- Authentication\AccessTokenMetadata
- getProperty() -> getField()
- GraphNodes\Collection
- getProperty() -> getField()
- Rename && refactoring class:
- FacebookApp -> App
- FacebookBatchRequest -> BatchRequest
- FacebookBatchResponse -> BatchResponse
- FacebookClient -> Client
- FacebookRequest -> Request
- FacebookResponse -> Response
- Exceptions\
- FacebookAuthenticationException -> AuthenticationException
- FacebookAuthorizationException -> AuthorizationException
- FacebookClientException -> ClientException
- FacebookOtherException -> OtherException
- FacebookResponseException -> ResponseException
- FacebookResumableUploadException -> ResumableUploadException
- FacebookSDKException -> SDKException
- FacebookServerException -> ServerException
- FacebookThrottleException -> ThrottleException
- FileUpload\
- FacebookFile -> File
- FacebookResumableUploader -> ResumableUploader
- FacebookTransferChunk -> TransferChunk
- FacebookVideo -> Video
- Helpers\
- FacebookSignedRequestFromInputHelper -> AbstractSignedRequestFromInput
- HttpClients\
- FacebookCurl -> Curl
- FacebookStream - Stream
- FacebookHttpClientInterface -> Clients\ClientInterface
- FacebookCurlHttpClient -> Clients\Curl
- FacebookGuzzleHttpClient -> Clients\Guzzle
- FacebookStreamHttpClient -> Clients\Stream
- PersistentData\
- PersistentDataInterface -> Handlers\PersistentDataInterface
- FacebookMemoryPersistentDataHandler -> Handlers\Memory
- FacebookSessionPersistentDataHandler -> Handlers\Session
- PseudoRandomString\
- McryptPseudoRandomStringGenerator -> Generators\Mcrypt (deprecate)
- OpenSslPseudoRandomStringGenerator -> Generators\OpenSsl
- RandomBytesPseudoRandomStringGenerator -> Generators\RandomBytes
- UrandomPseudoRandomStringGenerator -> Generators\Urandom
- PseudoRandomStringGeneratorInterface -> Generators\GeneratorInterface
- PseudoRandomStringGeneratorFactory -> GeneratorFactory
- Url\
- FacebookUrlManipulator -> Url\Manipulator
- UrlDetectionInterface -> Url\DetectionInterface
- Deprecate (remove in next version):
- FacebookApp
- FacebookBatchRequest
- FacebookBatchResponse
- FacebookClient
- FacebookRequest
- FacebookResponse
- Exceptions\
- FacebookAuthenticationException
- FacebookAuthorizationException
- FacebookClientException
- FacebookOtherException
- FacebookResponseException
- FacebookResumableUploadException
- FacebookSDKException
- FacebookServerException
- FacebookThrottleException
- FileUpload\
- FacebookFile
- FacebookResumableUploader
- FacebookTransferChunk
- FacebookVideo
- Helpers\
- FacebookSignedRequestFromInputHelper
- HttpClients\
- FacebookCurl
- FacebookCurlHttpClient
- FacebookGuzzleHttpClient
- FacebookHttpClientInterface
- FacebookStream
- FacebookStreamHttpClient
- PersistentData\
- PersistentDataInterface
- FacebookMemoryPersistentDataHandler
- FacebookSessionPersistentDataHandler
- PseudoRandomString\
- McryptPseudoRandomStringGenerator
- OpenSslPseudoRandomStringGenerator
- PseudoRandomStringGeneratorFactory
- PseudoRandomStringGeneratorInterface
- RandomBytesPseudoRandomStringGenerator
- UrandomPseudoRandomStringGenerator
- Generators\Mcrypt
What's new
- Support PHP 8.1
- Fix guzzle request
- Global exception: \One23\GraphSdk\Exception
- FileUpload\Mimetypes - replace to \GuzzleHttp\Psr7\MimeType
- PersistentData\Handlers\SessionLaravel
- PersistentData\Handlers\SessionPhalcon
Usage
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
All versions of php-8-graph-sdk with dependencies
PHP Build Version
Package Version
The package one23/php-8-graph-sdk contains the following files
Loading the files please wait ....