Skip to content

PHP class providing methods to easily communicate with the mite.api

License

Notifications You must be signed in to change notification settings

easybill/mite.php

This branch is 2 commits behind thomasklein/mite.php:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40b2790 · May 16, 2017

History

24 Commits
Oct 8, 2009
May 16, 2017
May 16, 2017
Dec 9, 2014
May 16, 2017

Repository files navigation

PHP class providing methods to easily communicate with the mite.api

mite (http://mite.yo.lk/en) is a sleek time tracking tool for teams and freelancers.

Example usage:

require_once("path_to_class/mite.php");

$o_mite = mite::getInstance();
$o_mite->init(<YOUR_API_KEY>,<YOUR_ACCOUNT_SUBDOMAIN>, 'my_app_name/v1.2.3');
try {
    $o_responseXML = $o_mite->sendRequest('get', '/time_entries.xml');
} catch (Exception $e) {
    echo "<p>" . $e->getMessage() . "</p>";
}

About

PHP class providing methods to easily communicate with the mite.api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%