Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 694 Bytes

File metadata and controls

22 lines (13 loc) · 694 Bytes

Two way authentication tutorial in PHP

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:

  1. An Developers Central account with Clickatell with a Http or Rest API.
  2. Update the details in the public/index.php file with your account details.
  3. Update the mobile number in the Authentication class.
  4. Composer to install the dependancies for the project.
$ composer install

See STEPS.md to follow the tutorial steps.