isevltd / wrike-php
Integrate Wrike with your app
dev-master
2015-12-26 03:40 UTC
Requires
- php: >=5.4.0
- league/oauth2-client: 1.1.*
Requires (Dev)
- phpunit/phpunit: 5.0.*
This package is not auto-updated.
Last update: 2024-11-07 00:56:43 UTC
README
This package provides easy access to the Wrike API in your PHP application.
Installation
To install, use Composer:
composer require isevltd/wrike-php
Usage
Add your Wrike client app credentials
Wrike uses OAuth2 to authenticate and track API requests. So in order to use the API you will need to register an API client app first. You can do that here.
See the example.
Testing
$ ./vendor/bin/phpunit
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.