This project is an implementation of TripIt’s API (tripit.github.com/api/doc/v1/). You must have a TripIt account in order to test this project.
-
Copy ./includes/config.php.dist to config.php
-
Update this file with your TripIt API keys (register an application at <www.tripit.com/developer/create>)
-
Set the ‘BASE_URL’ to the URL of the application
You will also need to make sure the ./cache folder is writable.
chmod -fR 777 cache/
-
Smarty3 <www.smarty.net/>
-
Swift Mailer <swiftmailer.org/>
-
TripIt API <tripit.github.com/api/>
-
An error class borrowed from <github.com/tylerhall/simple-php-framework>