linkorb/timeular-client

Timeular/zei client library

v1.0.0 2018-07-29 14:42 UTC

This package is auto-updated.

Last update: 2024-04-17 03:40:33 UTC


README

This is a PHP library for Timeular.

It interacts with their API, which is documented at:

Development, examples and configuration

The examples/ directory shows you a couple of example usages for listing devices, activities, time-entries and starting/stopping tracking.

The example scripts all look for TIMEULAR_KEY and TIMEULAR_SECRET environment variables.

To configure those, simply copy the included .env.dist to .env and enter your own API credentials.

After this you can simply run the examples like this:

$ php example/get-activities.php
$ php example/get-devices.php
$ php example/start-tracking.php <activityId>
$ php example/stop-tracking.php <activityId>
$ # etc etc

License

MIT. Please refer to the license file for details.

Brought to you by the LinkORB Engineering team

687474703a2f2f7777772e6c696e6b6f72622e636f6d2f642f6d6574612f74696572312f696d616765732f6c696e6b6f7262656e67696e656572696e672d6c6f676f2e706e67
Check out our other projects at linkorb.com/engineering.

Btw, we're hiring!