{"id":33993901,"url":"https://github.com/oralunal/gmail-api-for-laravel","last_synced_at":"2026-04-02T11:55:50.655Z","repository":{"id":316522172,"uuid":"1063735417","full_name":"oralunal/gmail-api-for-laravel","owner":"oralunal","description":"A Laravel package that allows you to use Gmail API as a mail driver.","archived":false,"fork":false,"pushed_at":"2026-03-24T06:47:21.000Z","size":10,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-25T08:22:09.097Z","etag":null,"topics":["gmail","laravel","php"],"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/oralunal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-25T03:45:33.000Z","updated_at":"2026-03-24T06:47:12.000Z","dependencies_parsed_at":"2025-09-25T05:36:23.508Z","dependency_job_id":"b864579e-9dd0-4806-9eb6-f0deff853b2a","html_url":"https://github.com/oralunal/gmail-api-for-laravel","commit_stats":null,"previous_names":["oralunal/gmail-api-for-laravel"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/oralunal/gmail-api-for-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oralunal%2Fgmail-api-for-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oralunal%2Fgmail-api-for-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oralunal%2Fgmail-api-for-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oralunal%2Fgmail-api-for-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oralunal","download_url":"https://codeload.github.com/oralunal/gmail-api-for-laravel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oralunal%2Fgmail-api-for-laravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31305942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["gmail","laravel","php"],"created_at":"2025-12-13T07:35:55.492Z","updated_at":"2026-04-02T11:55:50.650Z","avatar_url":"https://github.com/oralunal.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gmail API For Laravel\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/oralunal/gmail-api-for-laravel.svg?style=flat-square)](https://packagist.org/packages/oralunal/gmail-api-for-laravel)\n[![Total Downloads](https://img.shields.io/packagist/dt/oralunal/gmail-api-for-laravel.svg?style=flat-square)](https://packagist.org/packages/oralunal/gmail-api-for-laravel)\n\nA Laravel package that allows you to use Gmail API as a mail driver.\n\n## Features\n\n- Use Gmail API instead of SMTP\n- Using OAuth 2.0 for server-to-server authentication\n- Full Laravel mail system integration\n- Laravel 12.x support\n- Auto-discovery (no manual registration needed)\n\n## Support me\n\nYour support is not required or expected, but we would appreciate it. \n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require oralunal/gmail-api-for-laravel\n```\n\nBelow are the contents of the published config file:\n\n```php\nreturn [\n    'credentials_json_full_path' =\u003e env('GMAIL_API_CREDENTIALS_JSON_FULL_PATH', false),\n];\n```\n\nYou should update the `credentials_json_full_path` value in your `.env` file.\n\n```\nGMAIL_API_CREDENTIALS_JSON_FULL_PATH=/full/path/to/credentials.json\n```\n\n## Usage\n\nUpdate `MAIL_MAILER` and `MAIL_FROM_ADDRESS` in your `.env` file.\n\n```\nMAIL_MAILER=gmail-api\nMAIL_FROM_ADDRESS=you@domain.com\n```\n\n## Credits\n\n- [Oral Ünal](https://github.com/oralunal)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foralunal%2Fgmail-api-for-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foralunal%2Fgmail-api-for-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foralunal%2Fgmail-api-for-laravel/lists"}