To get started with PHPMailer, you can visit its GitHub repository. The repository includes detailed instructions for installation and usage. PHPMailer can be installed via Composer, which is the recommended method: composer require phpmailer/phpmailer Alternatively, you can download the library directly from the GitHub repository and include it in your project manually.