https://github.com/brokeyourbike/numverify-api-client-php
Numverify API Client for PHP
https://github.com/brokeyourbike/numverify-api-client-php
api api-client hacktoberfest numverify php php8
Last synced: about 1 year ago
JSON representation
Numverify API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/numverify-api-client-php
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2021-10-20T11:59:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T11:41:58.000Z (about 3 years ago)
- Last Synced: 2025-02-03T21:36:11.062Z (over 1 year ago)
- Topics: api, api-client, hacktoberfest, numverify, php, php8
- Language: PHP
- Homepage: https://numverify.com
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# numverify-api-client-php
[](https://github.com/brokeyourbike/numverify-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/numverify-api-client-php)
[](https://codeclimate.com/github/brokeyourbike/numverify-api-client-php/maintainability)
[](https://codeclimate.com/github/brokeyourbike/numverify-api-client-php/test_coverage)
Numverify API Client for PHP
## Installation
```bash
composer require brokeyourbike/numverify-api-client-php
```
## Usage
```php
use BrokeYourBike\Numverify\Client;
$apiClient = new Client($config, $httpClient);
$result = $apiClient->validatePhoneNumber($phoneNumber, $countryCode);
```
## Acknowledgment
Inspired by [markrogoyski/numverify-api-client-php](https://github.com/markrogoyski/numverify-api-client-php)
## Authors
- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)
## License
[Mozilla Public License v2.0](https://github.com/brokeyourbike/numverify-api-client-php/blob/main/LICENSE)