Download the PHP package messerli90/hunterio without Composer
On this page you can find all versions of the php package messerli90/hunterio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download messerli90/hunterio
More information about messerli90/hunterio
Files in messerli90/hunterio
Package hunterio
Short Description Laravel wrapper to discover email addresses through the Hunter.io API
License MIT
Homepage https://github.com/messerli90/hunterio
Informations about the package hunterio
Hunter.io
Using this package you can easily query the Hunter.io API.
Here are some examples of the provided methods:
Installation
Requires Laravel 8+ and PHP 7.4+
For Laravel 7 use
messerli90/[email protected]
You can install the package via composer:
You'll need an API key from Hunter.io
Optionally, you can publish the config file of this package with this command:
or, manually add it to your config/services.php
file
Usage
Read the Hunter.io API Documentation to check how to handle each endpoint's response.
Domain Search
Search all the email addresses corresponding to one website.
Email Finder
This API endpoint generates or retrieves the most likely email address from a domain name, a first name and a last name.
Email Count
This API endpoint allows you to know how many email addresses we have for one domain or for one company. It's free and doesn't require authentication.
This endpoint is public does not require an API key
Email Verifier
This API endpoint allows you to verify the deliverability of an email address.
Account
This API endpoint enables you to get information regarding your Hunter account at any time.
Testing
Roadmap
- [x] Domain Search
- [x] Email Finder
- [x] Email Verifier
- [x] Email Count
- [x] Account Information
- [ ] Leads
- [ ] Leads List
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please tweet me at @michaelmesserli instead of using the issue tracker.
Credits
- Michael Messerli
- All Contributors
License
The MIT License (MIT). Please see License File for more information.