A PHP wrapper class that allows PHP scripts/applications to communicate to the Remember The Milk API easily
<?php include_once('phprtm.php'); $rtm = new RTM('[API]', '[secret]'); $tasks = $rtm->tasks->getList(); ?>