This repository is a PHP wrapper for the DoctorSender API.
This library is a set of functions to deal with the API of DoctorSender. We found the proper API of DoctorSender to be poorly documentated compared to other email service providers so we decided to make our own library.
We also wanted to have a better PSR format.
The library is available for PHP >=7.2. For lower version of PHP, refer to the 1.x branch.
- Add the package to your dependencies by running
composer require encreinformatique/doctorsender-api-php
The documentation is located in the docs/ folder.
You can help us with the project contributing code or documentation.