heithem / mailtm
Installs: 50
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/heithem/mailtm
Requires
- php: >=8.1
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2025-12-24 05:28:47 UTC
README
To see all results, check out the API page: https://api.mail.tm/
User needs to login to access JWT token. Registration does not return this information, log in after registration.
After the login process, the user's JWT token and ID are assigned to mailtm.token and mailtm.id
Domain
List Domains
$result = (new Mailtm())->getDomains();
Get Domain
$result = (new Mailtm())->getDomains('[domain id]');