xtech / oauth
PHP 5.3+ extends lusitanian/oauth by adding additional services
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: 2025-03-25 10:17:33 UTC
README
Introduction
The premise of this connector is to provide a PSR-0 Autoload standard library for conecting to the quickbooks online api. The existing API's are complicated, large and do not use PSR-0 Autoloading standards. For that reason, this library extends an already existing psr oauth library, lusitanian/oauth. This library adds a new service QuickbooksOnline.
Examples
Check the examples directory for example usage.