https://github.com/interzoid/php-examples
Provides PHP examples for consuming several of the Cloud APIs available from Interzoid, including company name matching, individual name matching, weather, page performance, email validation, currency rates/FOREX, and global telephone information.
https://github.com/interzoid/php-examples
api cloud data database php quality
Last synced: 5 months ago
JSON representation
Provides PHP examples for consuming several of the Cloud APIs available from Interzoid, including company name matching, individual name matching, weather, page performance, email validation, currency rates/FOREX, and global telephone information.
- Host: GitHub
- URL: https://github.com/interzoid/php-examples
- Owner: interzoid
- Created: 2021-09-06T00:55:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T19:27:09.000Z (over 4 years ago)
- Last Synced: 2024-01-26T09:18:03.881Z (over 2 years ago)
- Topics: api, cloud, data, database, php, quality
- Language: PHP
- Homepage:
- Size: 600 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-Examples
These are code examples showing how to call and utilize Interzoid's various Cloud APIs using PHP. Interzoid's APIs provide real-time data in several categories for integration into Web sites, applications, and business processes. There are also data matching and data validation APIs that can significantly improve the value of your data assets.
To see this API in action via a Web application that quickly generates inconsistent/duplicate data reports while connected to major Cloud data platforms, visit here: https://connect.interzoid.com
The recommended way to install Guzzle is through the Composer via the command line, available at getcomposer.org if you do not already have it installed.
```
$ composer require guzzlehttp/guzzle
```
**GetCompanyMatchSimkey.php** - generates a similarity key to use to match/locate other similar company names ("IBM" & "International Business Machines", etc.) - visit the API Page: https://www.interzoid.com/services/getcompanymatchadvanced

**GetFullNameMatchSimkey.php** - generates a similarity key to use to match/locate other similar individual names ("Thomas Johnson" & "Mr. Tom Johntsen", etc.) - visit the API Page: https://www.interzoid.com/services/getfullnamematch

**GetAddressMatchSimkey.php** - generates a similarity key to use to match/locate other similar addresses ("100 East Main Street" & "100 E Main St.", etc.) - visit the API Page: https://www.interzoid.com/services/getaddressmatchadvanced

**GetCurrencyRate.php** - Retrieves a real-time currency rate for 150+ global currencies - visit the API Page: https://www.interzoid.com/services/getcurrencyrate

**GetCryptoPrice.php** - Retrieves a real-time cryptocurrency price (BTC, ETH, ADA, BNB, etc.) - visit the API Page: https://www.interzoid.com/services/getcryptoprice

**GetEmailInformation.php** - Retrieves email validity and several other data points for a given email address - visit the API Page: https://www.interzoid.com/services/getemailinfo

**GetGlobalNumberInformation.php** - Retrieves geographic information, mobile, language and other demographics for a global telephone number - visit the API Page: https://www.interzoid.com/services/getglobalnumberinfo

**GetPagePerformance.php** - Measures page load times or API call performance from 20+ global locations - visit the API Page: https://www.interzoid.com/services/globalpageload

**GetWeatherFromZip.php** - Retrieves temperature and other information about current weather conditions for a zip code - visit the API Page: https://www.interzoid.com/services/getweatherzip

To register for your free **API Key** (a block of free API credits), visit here: https://www.interzoid.com/register
These APIs can also be called in batch mode retrieving input data and writing results from/to databases such as Postgres, MySQL, MariaDB, Snowflake, AWS Aurora, SQL Server, Access, .CSV files, etc. (native/odbc & local or Cloud). For more info visit here: https://www.interzoid.com/connect
contact support@interzoid.com with any questions or feedback
Website: www.interzoid.com
Twitter: @Interzoid