{"id":20458717,"url":"https://github.com/resend/resend-symfony-example","last_synced_at":"2025-04-13T05:46:04.510Z","repository":{"id":240822647,"uuid":"802071643","full_name":"resend/resend-symfony-example","owner":"resend","description":"This example shows how to use Resend with Symfony","archived":false,"fork":false,"pushed_at":"2025-04-05T11:00:28.000Z","size":41,"stargazers_count":2,"open_issues_count":13,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-13T05:45:58.517Z","etag":null,"topics":[],"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/resend.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":"2024-05-17T13:17:44.000Z","updated_at":"2025-04-04T04:37:58.000Z","dependencies_parsed_at":"2024-05-21T02:06:11.638Z","dependency_job_id":"7e4042b6-b58f-4c0f-ae54-2b4122aa0dcd","html_url":"https://github.com/resend/resend-symfony-example","commit_stats":null,"previous_names":["resend/resend-symfony-example"],"tags_count":0,"template":false,"template_full_name":"resend/resend-template-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-symfony-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-symfony-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-symfony-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-symfony-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/resend","download_url":"https://codeload.github.com/resend/resend-symfony-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670514,"owners_count":21142901,"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-11-15T12:13:36.792Z","updated_at":"2025-04-13T05:46:04.479Z","avatar_url":"https://github.com/resend.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resend with Symfony\n\nThis example shows how to use Resend with [Symfony](https://symfony.com).\n\n\u003e [!NOTE]  \n\u003e This application uses Symfony 7.1 RC1. It will be updated to the stable version once it's released.\n\n## Prerequisites\n\nTo get the most out of this guide, you’ll need to:\n\n* [Create an API key](https://resend.com/api-keys)\n* [Verify your domain](https://resend.com/domains)\n\n## Instructions\n\n1. Go to `./application` directory\n\n2. Create a `.env.local` file and paste `MAILER_DSN=resend+api://API_KEY@default` then replace `API_KEY` with your API key.\n\n3. Install dependencies:\n\n  ```sh\ncomposer install\n  ```\n\n4. Start the server:\n\n  ```sh\nsymfony serve -d\n  ```\n\n5. Open your browser and go to `https://127.0.0.1:8000/`\n\n6. Click on the button to send an email.\n\n## Instruction for webhook\n\n1. Expose your local server to the internet using [expose.dev](https://expose.dev).\n\n2. Register your webhook URL (`{EXPOSE_URL}/webhook/mailer_resend`) in [Resend settings](https://resend.com/webhooks). Check the wanted events.\n\n3. Paste `MAILER_RESEND_SECRET=SECRET_KEY` on `.env.local` and replace `SECRET_KEY` with your webhook signing secret you get after registering the webhook in Resend.\n\n4. Click on the button to send an email.\n\n5. Go to `https://127.0.0.1:8000/email-statuses` to see received events (stored in `var/emails.json`)\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresend%2Fresend-symfony-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresend%2Fresend-symfony-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresend%2Fresend-symfony-example/lists"}