{"id":13452917,"url":"https://github.com/beyondcode/laravel-mailbox","last_synced_at":"2025-05-13T20:09:36.015Z","repository":{"id":37664176,"uuid":"166869378","full_name":"beyondcode/laravel-mailbox","owner":"beyondcode","description":"Catch incoming emails in your Laravel application","archived":false,"fork":false,"pushed_at":"2025-04-04T13:35:32.000Z","size":149,"stargazers_count":1082,"open_issues_count":30,"forks_count":129,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-05-11T11:13:44.554Z","etag":null,"topics":["hacktoberfest","laravel","mail","mailgun","sendgrid"],"latest_commit_sha":null,"homepage":"https://beyondco.de/docs/laravel-mailbox/getting-started/introduction","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/beyondcode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-21T19:36:15.000Z","updated_at":"2025-05-07T01:05:27.000Z","dependencies_parsed_at":"2024-02-14T09:30:48.589Z","dependency_job_id":"e2b1802c-47df-4499-9a52-768ee561e67c","html_url":"https://github.com/beyondcode/laravel-mailbox","commit_stats":{"total_commits":103,"total_committers":20,"mean_commits":5.15,"dds":0.5048543689320388,"last_synced_commit":"8353dcb5fc378acc7562e6d68b73cf93c03fd0c3"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Flaravel-mailbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Flaravel-mailbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Flaravel-mailbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Flaravel-mailbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beyondcode","download_url":"https://codeload.github.com/beyondcode/laravel-mailbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253554120,"owners_count":21926615,"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":["hacktoberfest","laravel","mail","mailgun","sendgrid"],"created_at":"2024-07-31T08:00:27.667Z","updated_at":"2025-05-13T20:09:35.977Z","avatar_url":"https://github.com/beyondcode.png","language":"PHP","readme":"# Laravel Mailbox 📬\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/beyondcode/laravel-mailbox.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-mailbox)\n[![Total Downloads](https://img.shields.io/packagist/dt/beyondcode/laravel-mailbox.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-mailbox)\n\nHandle incoming emails in your Laravel application.\n\n``` php\nMailbox::from('{username}@gmail.com', function (InboundEmail $email, $username) {\n    // Access email attributes and content\n    $subject = $email-\u003esubject();\n\n    $email-\u003ereply(new ReplyMailable);\n});\n```\n\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require beyondcode/laravel-mailbox\n```\n\n## Usage\n\nTake a look at the [official documentation](https://docs.beyondco.de/laravel-mailbox).\n\n## Catch, test and debug application mails with Laravel Herd\n\nLaravel Herd provides an integrated local email service, streamlining the process of testing and debugging application emails.\nThe email service organizes emails into distinct inboxes for each application, ensuring they are easily accessible and simple to locate.\n\n[herd.laravel.com](https://herd.laravel.com)\n\n![image](https://github.com/user-attachments/assets/6417907c-119d-43ac-9cf6-5638bafae24f)\n\n\n### Testing\n\n``` bash\ncomposer test\n```\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.\n\n## Credits\n\n- [Marcel Pociot](https://github.com/mpociot)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","funding_links":[],"categories":["Popular Packages","PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondcode%2Flaravel-mailbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeyondcode%2Flaravel-mailbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondcode%2Flaravel-mailbox/lists"}