PHP Wrapper for the FancyHands personal assistant API. You can sign up for API access here.
This wrapper is also available as a native CodeIgniter library at dealerteam-charles/FancyHandsPHP-CodeIgniter.
The only requirement for this wrapper is the PECL OAuth extension. It's pretty easy to install on Ubuntu/Debian using the below commands:
sudo apt-get install pecl
sudo pecl install oauthPlease see Example.php for use cases.
You can contact FancyHands developer support at api@fancyhands.com. For help using or installing this wrapper, feel free to contact me at charleszink@gmail.com as well.
MIT