kirianmurgadella/toggl-sdk

There is no license information available for the latest version (0.10.0) of this package.

0.10.0 2018-08-09 07:32 UTC

This package is not auto-updated.

Last update: 2024-10-08 09:39:48 UTC


README

About

PHP SDK to use Toggl API v8 and Toggl Reports API v2

Installation

composer install kirianmurgadella/toggl-sdk

Changelog

0.9.0

  • Updated RestApiManager to use it's Http Basic Authentication.

0.8.0

  • Fixed CREATE, UPDATE and DELETE requests data format.

0.7.0

  • Implemented CREATE, UPDATE and DELETE methods/request to Clients, Projects, Tags and TimeEntries repositories.

0.6.0

  • Added tags method to request Tags Repository.

0.5.0

  • Updated Rest API manager.
  • Added Tags repository.

0.4.0

  • Added get and set methods for api_token.
  • Moved api_token hashing to authHeaders method. Now we save api_token plain an it's only hashed when is needed.

0.3.0

  • Added Toggl Reports API. Read-Only functionality.

0.2.0

  • Added an Interface for each Toggl API Repository. This allows to override MainApi class keeping al its Abstracts and Interfaces.
  • Added Clients endpoints.

0.1.0

  • Initial release. Read-Only functionality.