CodeIgniter library for the FancyHands personal assistant API. You can sign up for API access here.
This library is also available as a standalone wrapper at dealerteam-charles/FancyHandsPHP.
The only requirement for this library 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
Simply drop the config, controllers, and libraries field into your CodeIgniter's application folder, then add your FancyHands API keys to the config/fancyhands.php file.
Please see controllers/fancyhands_example.php for use cases.
You can contact FancyHands developer support at [email protected]. For help using or installing this library, feel free to contact me at [email protected] as well.
MIT