{"id":16465567,"url":"https://github.com/peterfox/laravel-extendable-mail-message","last_synced_at":"2025-10-24T19:31:41.153Z","repository":{"id":231195961,"uuid":"780147747","full_name":"peterfox/laravel-extendable-mail-message","owner":"peterfox","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-27T16:40:07.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-27T17:37:52.550Z","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/peterfox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"peterfox"}},"created_at":"2024-03-31T20:34:20.000Z","updated_at":"2025-01-27T16:40:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"052f19cb-3a72-4551-a1c8-f01fa626daf3","html_url":"https://github.com/peterfox/laravel-extendable-mail-message","commit_stats":null,"previous_names":["peterfox/laravel-extendable-mail-message"],"tags_count":0,"template":false,"template_full_name":"ylsideas/package-skeleton-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfox%2Flaravel-extendable-mail-message","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfox%2Flaravel-extendable-mail-message/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfox%2Flaravel-extendable-mail-message/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfox%2Flaravel-extendable-mail-message/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterfox","download_url":"https://codeload.github.com/peterfox/laravel-extendable-mail-message/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241026471,"owners_count":19896640,"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-11T11:34:28.267Z","updated_at":"2025-10-15T19:58:36.660Z","avatar_url":"https://github.com/peterfox.png","language":"PHP","funding_links":["https://github.com/sponsors/peterfox"],"categories":[],"sub_categories":[],"readme":"# Laravel Extendable Mail Message\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/peterfox/laravel-extendable-mail-message.svg?style=flat-square)](https://packagist.org/packages/peterfox/laravel-extendable-mail-message)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/peterfox/laravel-extendable-mail-message/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/peterfox/laravel-extendable-mail-message/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/peterfox/laravel-extendable-mail-message/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/peterfox/laravel-extendable-mail-message/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/peterfox/laravel-extendable-mail-message.svg?style=flat-square)](https://packagist.org/packages/peterfox/laravel-extendable-mail-message)\n\nA package to use a mail message for notification that's easier to extend\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require peterfox/laravel-extendable-mail-message\n```\n\n## Usage\n\n```php\nuse Illuminate\\Notifications\\Notification;\n\nclass MyNotification extends Notification\n{\n    public function toMail(object $notifiable): MailMessage\n    {\n        return PeterFox\\MailMessage::make()\n            -\u003eerror()\n            -\u003esubject('Invoice Payment Failed')\n            -\u003eline('...');\n    }\n}\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Peter Fox](https://github.com/peterfox)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterfox%2Flaravel-extendable-mail-message","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterfox%2Flaravel-extendable-mail-message","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterfox%2Flaravel-extendable-mail-message/lists"}