{"id":18991547,"url":"https://github.com/juniorb2ss/laravel-email-logger","last_synced_at":"2025-04-22T11:42:17.180Z","repository":{"id":57003032,"uuid":"68839673","full_name":"juniorb2ss/laravel-email-logger","owner":"juniorb2ss","description":"Logger sending emails","archived":false,"fork":false,"pushed_at":"2018-04-09T17:26:33.000Z","size":27,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T14:41:36.075Z","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/juniorb2ss.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":"2016-09-21T17:09:16.000Z","updated_at":"2018-04-09T17:26:34.000Z","dependencies_parsed_at":"2022-08-21T14:10:50.656Z","dependency_job_id":null,"html_url":"https://github.com/juniorb2ss/laravel-email-logger","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/juniorb2ss%2Flaravel-email-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2Flaravel-email-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2Flaravel-email-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2Flaravel-email-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juniorb2ss","download_url":"https://codeload.github.com/juniorb2ss/laravel-email-logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249260560,"owners_count":21239610,"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-08T17:14:12.497Z","updated_at":"2025-04-22T11:42:17.163Z","avatar_url":"https://github.com/juniorb2ss.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Email Logger\n\nPossible to armazenate all emails send by application in Redis, Eloquent or Elasticsearch.\n\n## Installation\n\nLaravel Email Logger can be installed via [composer](http://getcomposer.org) by requiring the `juniorb2ss/laravel-email-logger` package in your project's `composer.json`.\n\n```json\n{\n    \"require\": {\n        \"juniorb2ss/laravel-email-logger\": \"v1.*\"\n    }\n}\n```\n\nNext add the service provider and the alias to `app/config/app`.\n\n```php\n'providers' =\u003e [\n    // ...\n    juniorb2ss\\LaravelEmailLogger\\Providers\\LaravelEmailLoggerServiceProvider::class,\n],\n```\n\n\nNow, run this in terminal:\n\n```bash\nphp artisan vendor:publish --provider=\"juniorb2ss\\LaravelEmailLogger\\Providers\\LaravelEmailLoggerServiceProvider\"\nphp artisan migrate\n```\n\n## Configurations\n\nEdit `app/emaillogger.php` \n\n## To-do\n- Implementation Redis and Elasticsearch\n- Implementation Tests","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniorb2ss%2Flaravel-email-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuniorb2ss%2Flaravel-email-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniorb2ss%2Flaravel-email-logger/lists"}