My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages
Links

A PHP wrapper class that allows PHP scripts/applications to communicate to the Remember The Milk API easily

Sample Usage

<?php
include_once('phprtm.php');

$rtm = new RTM('[API]', '[secret]');
$tasks = $rtm->tasks->getList();
?>
Powered by Google Project Hosting