{"id":13795377,"url":"https://github.com/flashmob/GuerrillaMail","last_synced_at":"2025-05-12T22:30:49.485Z","repository":{"id":11589125,"uuid":"14079748","full_name":"flashmob/GuerrillaMail","owner":"flashmob","description":"A Simple Library for GuerrillaMail","archived":false,"fork":true,"pushed_at":"2014-10-20T13:32:10.000Z","size":260,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-18T09:33:38.977Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"taion809/GuerrillaMail","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flashmob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-03T03:45:22.000Z","updated_at":"2024-08-04T01:52:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/flashmob/GuerrillaMail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashmob%2FGuerrillaMail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashmob%2FGuerrillaMail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashmob%2FGuerrillaMail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashmob%2FGuerrillaMail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flashmob","download_url":"https://codeload.github.com/flashmob/GuerrillaMail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253833090,"owners_count":21971357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T23:00:55.333Z","updated_at":"2025-05-12T22:30:49.131Z","avatar_url":"https://github.com/flashmob.png","language":"PHP","readme":"# GuerrillaMail\n\nA Simple Library for [GuerrillaMail](http://www.guerrillamail.com).\n\n## Requirements\n\n* PHP 5.3+, however, [PHP 5.5](http://php.net) is recommended.\n* PHP's curl extension is required if using the CurlConnection class.\n\n## Installation\nThis library uses composer, you can install it like so\n\n```json\n\n{\n    \"require\": {\n        \"johnsn/guerrillamail\": \"version\"\n    }\n}\n\n```\n\nReplace version with the desired version or branch.  \nYou can find additional installation details on this project's [packagist page](https://packagist.org/packages/johnsn/guerrillamail)\n\n## Example Usage\n\n```php\n\n\u003c?php\nrequire_once __DIR__.'/vendor/autoload.php';\n\nuse Johnsn\\GuerrillaMail\\GuerrillaConnect\\CurlConnection;\nuse Johnsn\\GuerrillaMail\\GuerrillaMail;\n\n//The first parameter is the client's IP.\n//The second parameter is the client's Browser Agent.\n//There is an optional third parameter to set the api endpoint\n//There's an optional fourth parameter to set the site domain\n//There's an optional fifth parameter to set the API key (only needed if site access is set private)\n$connection = new CurlConnection(\"127.0.0.1\", \"GuerrillaMail_Library\");\n\n//The second parameter is the client's sid (optional)\n$gm = new GuerrillaMail($connection);\n\n//Obtain an email address\n$response = $gm-\u003eget_email_address();\n\n//Fetch user's latest emails.\n$emails = $gm-\u003echeck_email();\n```\n## External links\n[GuerrillaMail](http://www.guerrillamail.com) - Guerrilla Mail API doc\n\nhttps://grr.la/ryo/guerrillamail.com/login/ - Register / login for an API key. (API key is only needed for custom domains.)\n\n## License\n\nThis project is licensed under the MIT License.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflashmob%2FGuerrillaMail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflashmob%2FGuerrillaMail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflashmob%2FGuerrillaMail/lists"}