Posts Tagged ‘php api’

Toodledo API implemented in PHP March 29, 2010 5 Comments

I couldn’t find one, so I decided to write a PHP class that talks with Toodledo API. its not very well documented/commented, but quite simple and works well. Works on PHP5+ only. Uses the built-in stream wrapper for making HTTP requests (I’ll probably add support for requests with CURL and POST method too), and returns [...]