{"id":18459281,"url":"https://github.com/petrvacha/mandrill-api-php-ssl","last_synced_at":"2025-08-15T22:33:05.175Z","repository":{"id":57038304,"uuid":"321387150","full_name":"petrvacha/mandrill-api-php-ssl","owner":"petrvacha","description":"mandrill-api-php with SSL verification","archived":false,"fork":false,"pushed_at":"2020-12-14T17:09:20.000Z","size":843,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-17T11:09:14.235Z","etag":null,"topics":["api","mandrill","mandrill-api","php","ssl","ssl-support"],"latest_commit_sha":null,"homepage":"https://github.com/petrvacha/mandrill-api-php-ssl","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petrvacha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-14T15:16:09.000Z","updated_at":"2021-01-17T09:38:52.000Z","dependencies_parsed_at":"2022-08-23T23:30:54.150Z","dependency_job_id":null,"html_url":"https://github.com/petrvacha/mandrill-api-php-ssl","commit_stats":null,"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrvacha%2Fmandrill-api-php-ssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrvacha%2Fmandrill-api-php-ssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrvacha%2Fmandrill-api-php-ssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrvacha%2Fmandrill-api-php-ssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petrvacha","download_url":"https://codeload.github.com/petrvacha/mandrill-api-php-ssl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250481270,"owners_count":21437692,"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":["api","mandrill","mandrill-api","php","ssl","ssl-support"],"created_at":"2024-11-06T08:22:38.040Z","updated_at":"2025-04-23T17:36:25.166Z","avatar_url":"https://github.com/petrvacha.png","language":"PHP","readme":"# Mandrill API for PHP\nThis is a fork of an official library - [bitbucket.org/mailchimp/mandrill-api-php](https://bitbucket.org/mailchimp/mandrill-api-php).\n\nIt supports SSL verification.\n\n## Installation\n```\ncomposer require petrvacha/mandrill-api-php-ssl\n```\n\n## Usage without SSL verification\n```php\n$yourKey = \"yourSecretMandrillKey\";\n$mandrill = new Mandrill($yourKey);\n```\n\n## Usage with SSL verification\nDownload cacart.pem from [curl.haxx.se/docs/caextract.html](http://curl.haxx.se/docs/caextract.html).\n```php\n$yourKey = \"yourSecretMandrillKey\";\n$absolutePathToCaCert = \"/etc/ssl/certs/cacert.pem\";\n$mandrill = new Mandrill($yourKey, $absolutePathToCaCert);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetrvacha%2Fmandrill-api-php-ssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetrvacha%2Fmandrill-api-php-ssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetrvacha%2Fmandrill-api-php-ssl/lists"}