Navigation Menu

Skip to content

linkorb/timeular-client-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timeular (ZEIº) Client Library for PHP

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


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

Btw, we're hiring!