{"id":18486126,"url":"https://github.com/mathsgod/mail-bounce-parser","last_synced_at":"2026-02-05T11:04:41.722Z","repository":{"id":183852453,"uuid":"670873320","full_name":"mathsgod/mail-bounce-parser","owner":"mathsgod","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-26T03:57:30.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-10T22:23:48.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathsgod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-26T03:18:59.000Z","updated_at":"2023-07-26T03:20:08.000Z","dependencies_parsed_at":"2023-07-26T04:01:05.298Z","dependency_job_id":"dc70fd21-5fb1-450f-9f97-f7612068f6b4","html_url":"https://github.com/mathsgod/mail-bounce-parser","commit_stats":null,"previous_names":["mathsgod/mail-bounce-parser"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mathsgod/mail-bounce-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathsgod%2Fmail-bounce-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathsgod%2Fmail-bounce-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathsgod%2Fmail-bounce-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathsgod%2Fmail-bounce-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathsgod","download_url":"https://codeload.github.com/mathsgod/mail-bounce-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathsgod%2Fmail-bounce-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29120483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T10:47:47.471Z","status":"ssl_error","status_checked_at":"2026-02-05T10:45:08.119Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-06T12:47:54.849Z","updated_at":"2026-02-05T11:04:41.710Z","avatar_url":"https://github.com/mathsgod.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mail Bounce Parser\n\nA PHP library for parsing email bounce messages and extracting delivery status notifications.\n\n## Features\n\n- Parse bounce emails in EML format\n- Extract delivery status information\n- Identify recipient addresses and bounce reasons\n- Support for standard DSN (Delivery Status Notification) format\n- Built on top of Laminas Mail component\n\n## Requirements\n\n- Composer\n\n## Installation\n\nInstall via Composer:\n\n```bash\ncomposer require mathsgod/mail-bounce-parser\n```\n\n## Usage\n\n### Basic Example\n\n```php\n\u003c?php\nrequire 'vendor/autoload.php';\n\n// Load the bounce email content\n$eml = file_get_contents('bounce.eml');\n\n// Parse the bounce message\n$report = \\Mail\\BounceParser::parse($eml);\n\n// Display the parsed results\nprint_r($report);\n```\n\n### Handling Results\n\nThe parser returns an array containing the delivery status information, including:\n\n- Recipient email addresses\n- Bounce status codes\n- Diagnostic messages\n- Action taken by the mail server\n- Original message details\n\n## License\n\nThis project is open source and available under the terms specified in the LICENSE file.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Support\n\nIf you encounter any issues or have questions, please open an issue on the GitHub repository.    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathsgod%2Fmail-bounce-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathsgod%2Fmail-bounce-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathsgod%2Fmail-bounce-parser/lists"}