{"id":16631032,"url":"https://github.com/mehedimi/laravel-sendgrid","last_synced_at":"2025-03-11T18:57:55.580Z","repository":{"id":62526854,"uuid":"405970597","full_name":"mehedimi/laravel-sendgrid","owner":"mehedimi","description":"SendGrid mailer for Laravel Framework.","archived":false,"fork":false,"pushed_at":"2021-09-16T15:37:02.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-18T06:28:44.123Z","etag":null,"topics":["laravel","laravel-package","sendgrid","sendgrid-integration"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/mehedimi/laravel-sendgrid","language":"PHP","has_issues":true,"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/mehedimi.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":"2021-09-13T12:47:43.000Z","updated_at":"2021-09-16T15:36:20.000Z","dependencies_parsed_at":"2022-11-02T15:31:38.405Z","dependency_job_id":null,"html_url":"https://github.com/mehedimi/laravel-sendgrid","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedimi%2Flaravel-sendgrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedimi%2Flaravel-sendgrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedimi%2Flaravel-sendgrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedimi%2Flaravel-sendgrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehedimi","download_url":"https://codeload.github.com/mehedimi/laravel-sendgrid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243095805,"owners_count":20235546,"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":["laravel","laravel-package","sendgrid","sendgrid-integration"],"created_at":"2024-10-12T04:50:36.102Z","updated_at":"2025-03-11T18:57:55.246Z","avatar_url":"https://github.com/mehedimi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Preview](https://banners.beyondco.de/SendGrid%20Mailer.png?theme=light\u0026packageManager=composer+require\u0026packageName=mehedimi%2Flaravel-sendgrid\u0026pattern=architect\u0026style=style_2\u0026description=A+mailer+that+can+send+email+using+sendgrid++gateway\u0026md=1\u0026showWatermark=0\u0026fontSize=100px\u0026images=mail\u0026widths=300\u0026heights=300)\n# SendGrid mailer for Laravel Framework\n\n## Installation\n```shell\ncomposer require mehedimi/laravel-sendgrid\n```\n\n## Configure\n\nFirst you need to add the sendgrid api config `services.php` file\n```\n'sendgrid' =\u003e [\n  'api_key' =\u003e env('SENDGRID_API_KEY')\n]\n```\nNext you need to add the sendgrid mailable config into `mail.php` file on `mailers` array\n```\n'sendgrid' =\u003e [\n    'transport' =\u003e 'sendgrid',\n    'options' =\u003e [\n      // optional sendgrid `/mail/send` endpoints value (if you need)\n    ]\n],\n```\nThird step you need to add `SENDGRID_API_KEY` environment variable on the `.env` file and set value of `MAIL_MAILER` to `sendgrid`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedimi%2Flaravel-sendgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehedimi%2Flaravel-sendgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedimi%2Flaravel-sendgrid/lists"}