{"id":17922672,"url":"https://github.com/overtrue/laravel-sendcloud","last_synced_at":"2025-03-24T02:32:42.036Z","repository":{"id":52402349,"uuid":"115073854","full_name":"overtrue/laravel-sendcloud","owner":"overtrue","description":"SendCloud Mail SDK for Laravel.","archived":false,"fork":false,"pushed_at":"2024-03-13T05:11:24.000Z","size":19,"stargazers_count":20,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T02:37:32.823Z","etag":null,"topics":["sendcloud","sendcloud-api","sendcloud-mail","sendcloud-sdk"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/overtrue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":["overtrue"]}},"created_at":"2017-12-22T03:46:41.000Z","updated_at":"2023-08-02T12:26:48.000Z","dependencies_parsed_at":"2024-02-17T06:30:51.455Z","dependency_job_id":"9f156344-09c3-4a11-8bed-200c3bbcb724","html_url":"https://github.com/overtrue/laravel-sendcloud","commit_stats":{"total_commits":20,"total_committers":3,"mean_commits":6.666666666666667,"dds":0.09999999999999998,"last_synced_commit":"952e97b733716b802c4aebe664d2bd3b0881c1bd"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Flaravel-sendcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Flaravel-sendcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Flaravel-sendcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Flaravel-sendcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/overtrue","download_url":"https://codeload.github.com/overtrue/laravel-sendcloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245198751,"owners_count":20576433,"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":["sendcloud","sendcloud-api","sendcloud-mail","sendcloud-sdk"],"created_at":"2024-10-28T20:40:23.445Z","updated_at":"2025-03-24T02:32:41.745Z","avatar_url":"https://github.com/overtrue.png","language":"PHP","funding_links":["https://github.com/sponsors/overtrue"],"categories":[],"sub_categories":[],"readme":"Laravel SendCloud\n\nSendCloud Mail SDK for Laravel.\n\n![Laravel Octane Ready Status](https://img.shields.io/badge/Octance-ready-green?style=flat-square)\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/overtrue/laravel-sendcloud?style=flat-square)\n![GitHub License](https://img.shields.io/github/license/overtrue/laravel-sendcloud?style=flat-square)\n![Packagist Downloads](https://img.shields.io/packagist/dt/overtrue/laravel-sendcloud?style=flat-square)\n\n[![Sponsor me](https://github.com/overtrue/overtrue/blob/master/sponsor-me-button-s.svg?raw=true)](https://github.com/sponsors/overtrue)\n\n## Installing\n\n```shell\n$ composer require overtrue/laravel-sendcloud -vvv\n```\n\n## Usage\n\n1. config your apiUser and apiKey into `config/services.php`: \n\n```php\n    //...\n    \n    'sendcloud' =\u003e [\n        'api_user' =\u003e env('SENDCLOUD_API_USER', ''),\n        'api_key'  =\u003e env('SENDCLOUD_API_KEY', ''),\n    ],\n```\n\n2. Call SendCloud API:\n\n```php\n$result = SendCloud::post('/mail/send', [\n                'from' =\u003e 'demo@DKDJzmUzrxCESzdCu5R.sendcloud.org',\n                'to' =\u003e 'demo@easywechat.com',\n                'subject' =\u003e '来自 SendCloud 的第一封邮件！',\n                'html' =\u003e '你太棒了！你已成功的 从SendCloud 发送了一封测试邮件！',\n            ]);\n            \n// or \n\n$result = app('sendcloud')-\u003eget('addresslist/list');\n```\n\n## Documentation\n\n- [overtrue/sendcloud](https://github.com/overtrue/sendcloud) \n- [SendCloud Mail API v2](http://www.sendcloud.net/doc/email_v2/)\n\n\n## :heart: Sponsor me \n\n[![Sponsor me](https://github.com/overtrue/overtrue/blob/master/sponsor-me.svg?raw=true)](https://github.com/sponsors/overtrue)\n\n如果你喜欢我的项目并想支持它，[点击这里 :heart:](https://github.com/sponsors/overtrue)\n\n\n## Project supported by JetBrains\n\nMany thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.\n\n[![](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg)](https://www.jetbrains.com/?from=https://github.com/overtrue)\n\n## PHP 扩展包开发\n\n\u003e 想知道如何从零开始构建 PHP 扩展包？\n\u003e\n\u003e 请关注我的实战课程，我会在此课程中分享一些扩展开发经验 —— [《PHP 扩展包实战教程 - 从入门到发布》](https://learnku.com/courses/creating-package)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovertrue%2Flaravel-sendcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fovertrue%2Flaravel-sendcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovertrue%2Flaravel-sendcloud/lists"}