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 oauth
Please see Example.php for use cases.
You can contact FancyHands developer support at [email protected]. For help using or installing this wrapper, feel free to contact me at [email protected] as well.
MIT