{"id":17023957,"url":"https://github.com/devside/mandrill","last_synced_at":"2026-04-28T23:03:08.168Z","repository":{"id":14759890,"uuid":"17481219","full_name":"DevSide/mandrill","owner":"DevSide","description":"Mandrill module for Kohana 3","archived":false,"fork":false,"pushed_at":"2014-03-07T10:18:20.000Z","size":120,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-27T22:44:05.129Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevSide.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":"2014-03-06T14:55:00.000Z","updated_at":"2015-07-22T09:56:37.000Z","dependencies_parsed_at":"2022-07-29T13:19:06.381Z","dependency_job_id":null,"html_url":"https://github.com/DevSide/mandrill","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSide%2Fmandrill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSide%2Fmandrill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSide%2Fmandrill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSide%2Fmandrill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevSide","download_url":"https://codeload.github.com/DevSide/mandrill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245000448,"owners_count":20545061,"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-10-14T07:14:53.621Z","updated_at":"2026-04-28T23:03:08.104Z","avatar_url":"https://github.com/DevSide.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Mandrill module for Kohana 3\n\nThis module allows you to communicate with Mandrill API 1.0\n\n[Mandrill API documentation](https://github.com/kohana/kohana)\n---\n\n##Requirements\n* PHP Curl extension\n\n##Example\n\nAsynchronous send with two recipients.\n\n```php\n    // Email template\n    $view = View::factory('mailing/template');\n\n    // Email parameters\n    $params = array(\n        'html' =\u003e $view-\u003erender(),\n        'subject' =\u003e 'Test template',\n        'from_email' =\u003e 'mr_x@domain.com',\n        'from_name' =\u003e 'Mr X',\n        'to' =\u003e array(\n            array(\n                'email' =\u003e 'foo@domain.com'\n            ),\n            array(\n                'email' =\u003e 'bar@domain.com'\n            )\n        ),\n        'preserve_recipients' =\u003e false,\n        'metadata' =\u003e array(\n            'page_id' =\u003e 1,\n        ),\n        'recipient_metadata' =\u003e array(\n            array(\n                \"rcpt\" =\u003e \"foo@domain.com\",\n                \"values\" =\u003e array(\"id\" =\u003e 1)\n            ),\n            array(\n                \"rcpt\" =\u003e \"bar@domain.com\",\n                \"values\" =\u003e array(\"id\" =\u003e 2)\n            ),\n        )\n    );\n\n    // Send asynchronous email and receive Mandrill response\n    $resultJson = Mandrill::instance()-\u003ecall(array(\n        'type' =\u003e 'messages',\n        'call' =\u003e 'send',\n        'message' =\u003e $params,\n        'async' =\u003e true\n    ));\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevside%2Fmandrill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevside%2Fmandrill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevside%2Fmandrill/lists"}