xtech / oauth
PHP 5.3+ 扩展 lusitanian/oauth,增加额外服务
dev-master / 0.1.x-dev
2014-10-24 00:46 UTC
Requires
- php: >=5.3.0
- lusitanian/oauth: ~0.3
Suggests
- ext-openssl: Allows for usage of secure connections with the stream-based HTTP client.
- lusitanian/oauth: Is the base that oauth lib that these services are created from.
- predis/predis: Allows using the Redis storage backend.
- symfony/http-foundation: Allows using the Symfony Session storage backend.
This package is not auto-updated.
Last update: 2024-09-24 08:02:45 UTC
README
简介
本连接器的假设是提供一个 PSR-0 自动加载标准库,用于连接到 QuickBooks 在线 API。现有的 API 复杂、庞大,且不使用 PSR-0 自动加载标准。因此,该库扩展了现有的 psr oauth 库 lusitanian/oauth。此库增加了一个新服务 QuickbooksOnline。
示例
查看示例目录以获取示例用法。