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 服务器
基础教程推荐
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- HTTP 与 FTP 上传 2021-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- 使用 PDO 转义列名 2021-01-01
- 如何在 XAMPP 上启用 mysqli? 2021-01-01
- PHP 守护进程/worker 环境 2022-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01