vlucas/openx-oauth-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vlucas/openx-oauth-client

最新稳定版本:v1.0.0

Composer 安装命令:

composer require vlucas/openx-oauth-client

包简介

Modern PHP client for working with the OpenX v4 oAuth API

README 文档

README

Uses Guzzle v4.x and the oauth-subscriber plugin.

Installation

php composer.phar require vlucas/openx-oauth-client

Usage in your code:

// Setup client and login with user
$client = new Vlucas\OpenX($consumerKey, $consumerSecret, $oauthRealm, 'http://ox-ui.example.com/ox/4.0/');
$client->login('user@example.com', 'souper-seekret-password');

// GET /account - for list of accounts
$res = $client->get('account');
var_dump($res->json());

You should see the JSON dumped out for the accounts endpoint. Feel free to make any other requests you want.

Be sure to read the OpenX API v4 Documentation!

Making HTTP Requests

The OpenX client proxies all normal get/post/put/delete, etc. requests through and automatically adds the required Cookie header before sending the request.

// Makes normal request with necessary Cookie header
$res = $client->get('account');

Access to the Guzzle Client

If you need to get the base Guzzle object to make any further requests or modifications, you can:

// Returns the main GuzzleHttp\Client object
$guzzle = $client->getClient();

Please note that if you do this, the required Cookie header will not be attached to your requests automatically, so you will need to do this yourself with $client->getAuthCookie().

Using the Example

Steps to run the provided example.php:

  1. composer install --dev
  2. cp .env.example .env
  3. Edit .env to add oAuth consumer key and secret, user/pass, etc.
  4. Run it: php example.php

统计信息

  • 总下载量: 218
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2014-11-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固