isevltd/wrike-php

Integrate Wrike with your app

dev-master 2015-12-26 03:40 UTC

This package is not auto-updated.

Last update: 2024-04-24 21:37:40 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.