one23/php-8-graph-sdk
Composer 安装命令:
composer require one23/php-8-graph-sdk
包简介
Facebook SDK for PHP 8
README 文档
README
This repository contains the open source PHP SDK that allows you to access the Facebook Platform from your PHP app.
Installation
composer require one23/php-8-graph-sdk
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()
- FacebookResponse
- 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
use \One23\GraphSdk; $fb = new GraphSdk\Facebook([ 'app_id' => '{app-id}', 'app_secret' => '{app-secret}', 'default_graph_version' => 'v15.0', //'default_access_token' => '{access-token}', // optional ]); // Use one of the helper classes to get a GraphSdk\Authentication\AccessToken entity. // $helper = $fb->getRedirectLoginHelper(); // $helper = $fb->getJavaScriptHelper(); // $helper = $fb->getCanvasHelper(); // $helper = $fb->getPageTabHelper(); try { // Get the GraphSdk\GraphNodes\GraphUser object for the current user. // If you provided a 'default_access_token', the '{access-token}' is optional. $response = $fb->get('/me', '{access-token}'); } catch(GraphSdk\Exceptions\ResponseException $e) { // When Graph returns an error echo 'Graph returned an error: ' . $e->getMessage(); exit; } catch(GraphSdk\Exceptions\SDKException $e) { // When validation fails or other local issues echo 'Facebook SDK returned an error: ' . $e->getMessage(); exit; } $me = $response->getGraphUser(); echo 'Logged in as ' . $me->getName();
Security
If you discover any security related issues, please email eugene@krivoruchko.info instead of using the issue tracker.
License
one23/php-8-graph-sdk 适用场景与选型建议
one23/php-8-graph-sdk 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.14k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 12 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「facebook」 「sdk」 「php 8」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 one23/php-8-graph-sdk 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 one23/php-8-graph-sdk 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 one23/php-8-graph-sdk 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Simple Sharing generates social media share links within CP entry pages, allowing you to quickly & easily share entries.
Magento 2 Social Login extension is designed for quick login to your Magento 2 store without procesing complex register steps
Contao 4 bundle for a Facebook login.
Alfabank REST API integration
:Small library PHP for authentication support facebook, google, key, jwt, diggest, basic and session
LaraNx SEO, meta tag management for Laravel websites
统计信息
- 总下载量: 3.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-15