{"id":27629441,"url":"https://github.com/stampie/stampie-bundle","last_synced_at":"2025-10-25T00:11:27.500Z","repository":{"id":1983571,"uuid":"2915413","full_name":"Stampie/stampie-bundle","owner":"Stampie","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-30T13:37:45.000Z","size":90,"stargazers_count":25,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-23T15:17:09.000Z","etag":null,"topics":["bundle","hacktoberfest","mailer","php","stampie","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"https://stampie.github.io/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"InterNations/antwort","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stampie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-12-05T09:16:30.000Z","updated_at":"2024-11-16T08:21:10.000Z","dependencies_parsed_at":"2022-08-25T16:21:30.129Z","dependency_job_id":null,"html_url":"https://github.com/Stampie/stampie-bundle","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stampie%2Fstampie-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stampie%2Fstampie-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stampie%2Fstampie-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stampie%2Fstampie-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stampie","download_url":"https://codeload.github.com/Stampie/stampie-bundle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250457780,"owners_count":21433734,"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":["bundle","hacktoberfest","mailer","php","stampie","symfony","symfony-bundle"],"created_at":"2025-04-23T15:17:15.718Z","updated_at":"2025-10-25T00:11:27.403Z","avatar_url":"https://github.com/Stampie.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StampieBundle\n\n[![CI](https://github.com/Stampie/stampie-bundle/actions/workflows/ci.yaml/badge.svg)](https://github.com/Stampie/stampie-bundle/actions/workflows/ci.yaml)\n\nIntegrates [Stampie](https://github.com/Stampie/Stampie) with Symfony.\n\n```bash\n$ composer require stampie/stampie-bundle\n```\n\n## Usage\n\nAdd `Stampie\\StampieBundle\\StampieBundle()` to your `AppKernel.php` in the `registerBundles` method.\n\nAdd the configuration to `config.yml` as follows\n\n``` yaml\nstampie:\n    mailer: postmark # [send_grid, postmark, mailgun, mandrill, mailjet, spark_post] are supported\n    server_token: POSTMARK_API_TEST # Replace with your ServerToken for your Service\n```\n\nThe HttpClient used by the bundle is configurable. By default, it uses the service `httplug.client`, which\nis the name of the default HTTP client when using [HttplugBundle](https://github.com/php-http/HttplugBundle).\nUsing this bundle is optional. You can provide your own service integrating HTTPlug:\n\n\n``` yaml\nstampie:\n    http_client: my_http_client\n```\n\n## StampieExtra\n\nThis bundles allows you to use [StampieExtra](https://github.com/Stampie/extra) easily:\nadd the extra library in your project. The integration is activated automatically to wrap the mailer\nin the extra mailer dispatching events. An integration with the profiler is also provided.\n\nIf you want to enable the ImpersonateListener to send all emails to the same address, provide\na non-empty delivery address:\n\n``` yaml\nstampie:\n    extra:\n        delivery_address: dev@example.com\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstampie%2Fstampie-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstampie%2Fstampie-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstampie%2Fstampie-bundle/lists"}