You can see our other libraries and more documentation at the Clickatell APIs and Libraries Project.
This repository contains the source files for the Two way authentication tutorial in PHP.
What you need to use this example code:
- An Developers Central account with Clickatell with a Http or Rest API.
- Update the details in the public/index.php file with your account details.
- Update the mobile number in the Authentication class.
- Composer to install the dependancies for the project.
$ composer install
See STEPS.md to follow the tutorial steps.