A wrapper for Wrike's API v3

dev-master 2016-05-18 22:18 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:08:36 UTC


README

This package provides easy access to the Wrike API in your PHP application.

This is a fork with changes and additions:

  • More complete -- all API calls documented as of 2016-05-18 are present.
  • Request parameters are set using an associative array, rather than function arguments.
    • This permits the wrapper to remain more stable as Wrike's API's parameters change with new API versions
  • More modular code
  • Docs inline (for phpdoc and IDE use)
  • Token negotiation is now handled within the class.
  • Mostly PSR-1 and PSR-2

Installation

To install, use Composer:

composer require footsteps-marketing/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.