{"id":18049730,"url":"https://github.com/mablae/php-bounce-mail-parser","last_synced_at":"2025-04-05T06:16:12.033Z","repository":{"id":147503613,"uuid":"64620479","full_name":"mablae/php-bounce-mail-parser","owner":"mablae","description":"PHP library to analyze bounced emails.","archived":false,"fork":false,"pushed_at":"2016-01-14T14:58:49.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T14:08:55.279Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mablae.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-31T23:14:45.000Z","updated_at":"2023-03-10T16:31:52.000Z","dependencies_parsed_at":"2023-04-18T06:04:37.672Z","dependency_job_id":null,"html_url":"https://github.com/mablae/php-bounce-mail-parser","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/mablae%2Fphp-bounce-mail-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablae%2Fphp-bounce-mail-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablae%2Fphp-bounce-mail-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablae%2Fphp-bounce-mail-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mablae","download_url":"https://codeload.github.com/mablae/php-bounce-mail-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294567,"owners_count":20915341,"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-10-30T21:08:45.160Z","updated_at":"2025-04-05T06:16:12.011Z","avatar_url":"https://github.com/mablae.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bounce email parser\n\n## How to install with [Composer](https://getcomposer.org/)\n\nTo install this library, run the command below and you will get the latest version\n\n\tcomposer require sbknk/php-bounce-mail-parser\n\n## How to use it\n\n```php\n\u003c?php\n\n// Initialize compser autoloader\nrequire_once __DIR__ . '/vendor/autoload.php';\n\n$parser = new \\PhpBounceMailParser\\Parser();\n\n// You can specify a directory\n$parser-\u003eparseDirectory('path/to/directory');\n\n// or a single file (e.g. *.eml)\n$parser-\u003eparseFile('path/to/file');\n\n// Specify emails to be ignored when trying to find the recipient as follows\n$parser-\u003eignoreEmail('no-reply@wf-ingbau.de');\n\n// Finally get the data output directly in the browser\n$parser-\u003eoutputCsv();\n\n// or as file download\n$parser-\u003esaveCsvAs();\n\n// Here is a complete working example\n$parser = new \\PhpBounceMailParser\\Parser();\n$parser-\u003eignoreEmail('foo@bar.com')\n       -\u003eparseDirectory(__DIR__ . '/resources')\n       -\u003eoutputCsv();\n\n?\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmablae%2Fphp-bounce-mail-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmablae%2Fphp-bounce-mail-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmablae%2Fphp-bounce-mail-parser/lists"}