{"id":20381843,"url":"https://github.com/beyondcode/helo-laravel","last_synced_at":"2025-04-05T07:05:54.193Z","repository":{"id":44495348,"uuid":"246867783","full_name":"beyondcode/helo-laravel","owner":"beyondcode","description":"HELO Laravel helper package to add","archived":false,"fork":false,"pushed_at":"2024-07-01T09:04:18.000Z","size":253,"stargazers_count":88,"open_issues_count":3,"forks_count":24,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-28T05:28:59.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/beyondcode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-03-12T15:24:21.000Z","updated_at":"2024-11-30T22:43:41.000Z","dependencies_parsed_at":"2023-10-20T18:13:10.337Z","dependency_job_id":"2d5c950d-9d09-4cc5-ba75-1df4303578f5","html_url":"https://github.com/beyondcode/helo-laravel","commit_stats":{"total_commits":43,"total_committers":14,"mean_commits":"3.0714285714285716","dds":0.6744186046511628,"last_synced_commit":"34e8d9c8e60438189266f2074d75b1880939308d"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fhelo-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fhelo-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fhelo-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fhelo-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beyondcode","download_url":"https://codeload.github.com/beyondcode/helo-laravel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299832,"owners_count":20916190,"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-15T02:15:41.947Z","updated_at":"2025-04-05T07:05:54.173Z","avatar_url":"https://github.com/beyondcode.png","language":"PHP","readme":"# HELO Laravel\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/beyondcode/helo-laravel.svg?style=flat-square)](https://packagist.org/packages/beyondcode/helo-laravel)\n[![Total Downloads](https://img.shields.io/packagist/dt/beyondcode/helo-laravel.svg?style=flat-square)](https://packagist.org/packages/beyondcode/helo-laravel)\n\nThe helper package to add additional debug information from Laravel to your [HELO](https://usehelo.com) mails.\n\n## Documentation\n\nTo install this package, require it via composer:\n\n```bash\ncomposer require --dev beyondcode/helo-laravel\n```\n\nYou can also publish the package configuration using:\n\n```bash\nphp artisan vendor:publish --provider=\"BeyondCode\\HeloLaravel\\HeloLaravelServiceProvider\"\n```\n\nThis will create a config file called `helo.php` with the following content:\n\n```php\n\u003c?php\n\nreturn [\n    /**\n     * This flag determines if you want to send additional SMTP headers that will contain the debug output that HELO\n     * makes use of.\n     * By default, this is only the case when your application is in debug mode.\n     */\n    'is_enabled' =\u003e env('HELO_ENABLED', env('APP_DEBUG')),\n];\n```\n\n## Using the package\n\nWhen the package is enabled in your Laravel application, all mailables that you send via your application will contain additional SMTP headers with debug information, that [HELO](https://usehelo.com) will display in the UI.\nPlease refer to the HELO documentation in order to setup your application to send mails to HELO.\n\nOnce HELO accepts emails from your application, you can try if the package works, using the built-in test command:\n\n```\nphp artisan helo:test\n```\n\nA test message should appear in your HELO UI containing additional debug information:\n\n![](./docs/helo.png)\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.\n\n## Credits\n\n- [Marcel Pociot](https://github.com/mpociot)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondcode%2Fhelo-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeyondcode%2Fhelo-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondcode%2Fhelo-laravel/lists"}