Skip to content

Simple example of using the Nexmo Number Insights API from a PHP application

Notifications You must be signed in to change notification settings

nexmo-community/php-number-insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Vonage Number Insights with PHP

This is a very simple demo app showing the Number Insights API in action.

Getting Started

First: install dependencies composer install

Then: in your Terminal run: ngrok http 8080

Then: copy config.php.sample to config.php. Edit the variables to be your Vonage API key, Vonage API secret, and your Ngrok forwarding URL found in the output form the above command. Your Vonage API key and secret is available from the dashboard, where you can also sign up there too if you don't have an account).

Finally: change into the public/ directory and start the webserver with php -S localhost:8080

About

Simple example of using the Nexmo Number Insights API from a PHP application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published