{"id":19959737,"url":"https://github.com/maxlen/laravel-dkim","last_synced_at":"2026-05-01T03:32:51.511Z","repository":{"id":99102506,"uuid":"232172205","full_name":"maxlen/laravel-dkim","owner":"maxlen","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-01T18:15:37.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T17:08:25.531Z","etag":null,"topics":["dkim","laravel","mail"],"latest_commit_sha":null,"homepage":"","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/maxlen.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-06T19:41:20.000Z","updated_at":"2022-01-01T18:42:14.000Z","dependencies_parsed_at":"2023-06-03T20:15:30.315Z","dependency_job_id":null,"html_url":"https://github.com/maxlen/laravel-dkim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxlen/laravel-dkim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlen%2Flaravel-dkim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlen%2Flaravel-dkim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlen%2Flaravel-dkim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlen%2Flaravel-dkim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxlen","download_url":"https://codeload.github.com/maxlen/laravel-dkim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlen%2Flaravel-dkim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32484352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dkim","laravel","mail"],"created_at":"2024-11-13T01:51:19.975Z","updated_at":"2026-05-01T03:32:51.485Z","avatar_url":"https://github.com/maxlen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel DKIM\nPackage, that allows sign emails with DKIM.\n\n## Installation\n1. Install via Composer:\n```\ncomposer require maxlen/laravel-dkim\n```\n2. In `config/app.php` comment line with original service provider:\n```\n// Illuminate\\Mail\\MailServiceProvider::class,\n```\n3. In `config/app.php` add following line to provider's section:\n```\nmaxlen\\LaravelDkim\\DkimMailServiceProvider::class,\n```\n4. Fill your settings in `config/mail.php`:\n```\n'dkim_selector' =\u003e env('MAIL_DKIM_SELECTOR'), // selector, required\n'dkim_domain' =\u003e env('MAIL_DKIM_DOMAIN'), // domain, required\n'dkim_private_key' =\u003e env('MAIL_DKIM_PRIVATE_KEY'), // path to private key, required\n'dkim_identity' =\u003e env('MAIL_DKIM_IDENTITY'), // identity (optional)\n'dkim_algo' =\u003e env('MAIL_DKIM_ALGO'), // sign algorithm (defaults to rsa-sha256)\n'dkim_passphrase' =\u003e env('MAIL_DKIM_PASSPHRASE'), // private key passphrase (optional)\n```\n\n## License\n\n\u003e The MIT License\n\u003e  \n\u003e  Copyright (c) 2020 Maxim Gavrilenko\n\u003e  \n\u003e  Permission is hereby granted, free of charge, to any person obtaining a copy\n\u003e  of this software and associated documentation files (the \"Software\"), to deal\n\u003e  in the Software without restriction, including without limitation the rights\n\u003e  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\u003e  copies of the Software, and to permit persons to whom the Software is\n\u003e  furnished to do so, subject to the following conditions:\n\u003e  \n\u003e  The above copyright notice and this permission notice shall be included in\n\u003e  all copies or substantial portions of the Software.\n\u003e  \n\u003e  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\u003e  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\u003e  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\u003e  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\u003e  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\u003e  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\u003e  THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxlen%2Flaravel-dkim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxlen%2Flaravel-dkim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxlen%2Flaravel-dkim/lists"}