Skip to content

resend/resend-php-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resend with PHP

This example shows how to use Resend with PHP.

Prerequisites

To get the most out of this guide, you’ll need to:

Instructions

  1. Replace re_123456789 on index.php with your API key.

  2. Install dependencies:

composer install
  1. Execute the following command:
php -S 127.0.0.1:8000
  1. Open URL in the browser:
localhost:8000

License

MIT License