OAuth 2.0 Server for PHP(用于 PHP 的 OAuth 2.0 服务器)
问题描述
我一直在努力寻找一个支持 OAuth 2.0 作为服务器的活跃的开源 PHP 项目.有大量客户端示例连接到 Facebook、Twitter 等,但随着越来越多的人想要通过 API 公开他们自己的服务,我有点惊讶开源社区还没有解决这个需求.并不是说没有什么都没有,而是说大部分是过时的,几乎没有文档,并且在当前的开发和对话方面几乎没有活动.
I have been struggling to find an active open-source PHP project that supports OAuth 2.0 as a server. There are tons of client examples that connect to Facebook, Twitter, etc. but as more and more people want to expose their own services through an API I'm a bit surprised the open source community hasn't addressed this need already. It's not that there is nothing but what's there is mostly out-of-date, little-to-no documentation, and very little to no activity in terms of current development and conversation.
我是否错过了一个好的开源选项?有谁知道任何商业选择?我真的需要尽快完成一些工作,而我个人没有带宽或安全凭据来自己解决这个问题.
Am I missing a good open-source option out there? Does anyone know of any commercial options? I really need to get something in place soonish and I personally don't have the bandwidth or security credentials to tackle this problem myself.
推荐答案
经过大量搜索后,我相信我已经找到了适合 PHP 用户的最佳解决方案.意见不一,但这是我最喜欢的:
After much searching around I believe I have found the best solution for PHP'ers out there. Opinions are a dime a dozen but here's my favourite:
http://bshaffer.github.io/oauth2-server-php-docs/
非常活跃、高质量的对话和可靠的产品以及良好(和改进)的文档.
Very active, high quality conversation and a solid product along with good (and improving) documentation.
这篇关于用于 PHP 的 OAuth 2.0 服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:用于 PHP 的 OAuth 2.0 服务器
基础教程推荐
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- 如何替换eregi() 2022-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
