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 服务器
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01
- PHP foreach() 与数组中的数组? 2022-01-01
- PHP - if 语句中的倒序 2021-01-01
- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- Laravel 5:Model.php 中的 MassAssignmentException 2021-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01