{"id":19124661,"url":"https://github.com/duncan3dc/mailer","last_synced_at":"2025-06-12T11:03:08.043Z","repository":{"id":17550740,"uuid":"20353568","full_name":"duncan3dc/mailer","owner":"duncan3dc","description":"A simple mailer abstraction for PHP with a clean interface","archived":false,"fork":false,"pushed_at":"2025-05-13T11:01:32.000Z","size":64,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T11:43:57.690Z","etag":null,"topics":["email","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duncan3dc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-05-31T10:12:23.000Z","updated_at":"2025-05-13T11:01:36.000Z","dependencies_parsed_at":"2025-02-04T13:33:52.318Z","dependency_job_id":"dd0f71bb-36d2-43ec-aaef-b78f71d7c4b3","html_url":"https://github.com/duncan3dc/mailer","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/duncan3dc/mailer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncan3dc%2Fmailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncan3dc%2Fmailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncan3dc%2Fmailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncan3dc%2Fmailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duncan3dc","download_url":"https://codeload.github.com/duncan3dc/mailer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncan3dc%2Fmailer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259453453,"owners_count":22860081,"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":["email","php"],"created_at":"2024-11-09T05:29:47.692Z","updated_at":"2025-06-12T11:03:07.738Z","avatar_url":"https://github.com/duncan3dc.png","language":"PHP","funding_links":["https://tidelift.com/subscription/pkg/packagist-duncan3dc-mailer?utm_source=packagist-duncan3dc-mailer\u0026utm_medium=referral\u0026utm_campaign=readme"],"categories":[],"sub_categories":[],"readme":"# mailer\n\nA simple mailer abstraction for PHP with a clean interface\n\nFull documentation is available at http://duncan3dc.github.io/mailer/  \nPHPDoc API documentation is also available at [http://duncan3dc.github.io/mailer/api/](http://duncan3dc.github.io/mailer/api/namespaces/duncan3dc.Mailer.html)  \n\n[![release](https://poser.pugx.org/duncan3dc/mailer/version.svg)](https://packagist.org/packages/duncan3dc/mailer)\n[![build](https://github.com/duncan3dc/mailer/workflows/.github/workflows/buildcheck.yml/badge.svg?branch=main)](https://github.com/duncan3dc/mailer/actions/workflows/buildcheck.yml)\n[![coverage](https://codecov.io/gh/duncan3dc/mailer/graph/badge.svg)](https://codecov.io/gh/duncan3dc/mailer)\n\n\n## Quick Example\n\nSend an email using the local mail server:\n```php\n(new \\duncan3dc\\Mailer\\Server)\n    -\u003ecreateMessage()\n    -\u003ewithFromAddress(\"admin@example.com\", \"Administrator\")\n    -\u003ewithRecipient(\"user@example.com\", \"Your Name\")\n    -\u003ewithSubject(\"Test Email\")\n    -\u003ewithContent(\"Hello\")\n    -\u003ewithAttachment(\"/tmp/UGqucq\", \"sensible-filename.xls\")\n    -\u003esend();\n```\n\n_Read more at http://duncan3dc.github.io/mailer/_  \n\n\n## Changelog\n\nA [Changelog](CHANGELOG.md) has been available since version 2.0.0\n\n\n## Where to get help\n\nFound a bug? Got a question? Just not sure how something works?  \nPlease [create an issue](//github.com/duncan3dc/mailer/issues) and I'll do my best to help out.  \nAlternatively you can catch me on [Twitter](https://twitter.com/duncan3dc)\n\n\n## duncan3dc/mailer for enterprise\n\nAvailable as part of the Tidelift Subscription\n\nThe maintainers of duncan3dc/mailer and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/packagist-duncan3dc-mailer?utm_source=packagist-duncan3dc-mailer\u0026utm_medium=referral\u0026utm_campaign=readme)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduncan3dc%2Fmailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduncan3dc%2Fmailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduncan3dc%2Fmailer/lists"}