{"id":88074,"library":"sendgrid-sendgrid","title":"SendGrid PHP Library","description":"This library allows you to quickly and easily send emails through Twilio SendGrid using PHP.","status":"active","version":"8.1.11","language":"php","source_language":null,"source_url":"https://github.com/sendgrid/sendgrid-php","tags":["sendgrid","email","twilio","mail","api"],"install":[{"cmd":"composer require sendgrid/sendgrid","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"SendGrid","correct":"use SendGrid\\SendGrid;"}],"quickstart":{"code":"use SendGrid\\SendGrid;\n\n$sendgrid = new SendGrid('YOUR_API_KEY');\n$email = new \\SendGrid\\Mail\\Mail();\n$email->setFrom('test@example.com', 'Test');\n$email->setSubject('Hello');\n$email->addTo('recipient@example.com');\n$email->addContent('text/plain', 'Hello World');\n$response = $sendgrid->send($email);","lang":"php","description":"Send an email using Twilio SendGrid with a simple API."},"warnings":[{"fix":"Obtain an API key from the SendGrid dashboard and monitor usage.","message":"Requires a valid SendGrid API key; free tier has sending limits.","severity":"gotcha","affected_versions":">=8.0.0"}],"env_vars":null,"search_vec":"'allow':6 'api':23 'easili':11 'email':13,20 'librari':3,5 'mail':22 'php':2,18 'quick':9 'send':12 'sendgrid':1,16,19 'twilio':15,21 'use':17","created_at":"2026-06-19T08:26:48.772664+00:00","updated_at":"2026-06-19T08:26:48.772664+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://github.com/sendgrid/sendgrid-php","github":"https://github.com/sendgrid/sendgrid-php","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}