Download the PHP package markrogoyski/numverify-api-client-php without Composer
On this page you can find all versions of the php package markrogoyski/numverify-api-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download markrogoyski/numverify-api-client-php
More information about markrogoyski/numverify-api-client-php
Files in markrogoyski/numverify-api-client-php
Package numverify-api-client-php
Short Description Numverify API Client for PHP
License MIT
Homepage https://github.com/markrogoyski/numverify-api-client-php/
Informations about the package numverify-api-client-php
Numverify API Client Library for PHP
Numverify phone number validation and country API client library for PHP.
Features
- Phone number validation API
- Validate phone numbers
- Carrier information
- Line type
- Location info: country, local information
- Phone number formats
- Countries API
- List of countries
- Country names, country codes, dialing codes
Numverify API documentation: https://numverify.com/documentation
Setup
Add the library to your composer.json
file in your project:
Use composer to install the library:
Composer will install Numverify API Client Library for PHP inside your vendor folder. Then you can add the following to your .php files to the use library with Autoloading.
Alternatively, use composer on the command line to require and install Numverify API Client Library:
Minimum Requirements
-
PHP 7.2
Note: For PHP 7.0 and 7.1, use v1.0 (
require markrogoyski/numverify-api-client-php:1.*
)
Usage
Create New API
Phone Number Validation API
Countries API
Options
Exceptions
API failures throw a
Unit Tests
Standards
Numverify API Client Library for PHP conforms to the following standards:
- PSR-1 - Basic coding standard (http://www.php-fig.org/psr/psr-1/)
- PSR-4 - Autoloader (http://www.php-fig.org/psr/psr-4/)
- PSR-12 - Extended coding style guide (http://www.php-fig.org/psr/psr-12/)
License
Numverify API Client Library for PHP is licensed under the MIT License.