2017 © Pedro Peláez
 

library wrike-php

A wrapper for Wrike's API v3

image

footsteps-marketing/wrike-php

A wrapper for Wrike's API v3

  • Thursday, May 19, 2016
  • by ahipple
  • Repository
  • 5 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP API Client Library for Wrike Project Management

This package provides easy access to the Wrike API in your PHP application., (*1)

This is a fork with changes and additions:, (*2)

  • 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:, (*3)

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., (*4)

See the example., (*5)

Testing

bash $ ./vendor/bin/phpunit, (*6)

Contributing

Please see CONTRIBUTING for details., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

19/05 2016

dev-master

9999999-dev

A wrapper for Wrike's API v3

  Sources   Download

MIT

The Requires