mailgun-mailer
Symfony Mailgun Mailer Bridge
File Explorer
Download Latest Version (.zip)- MailgunPayloadConverter.php
- MailgunApiTransportTest.php
- MailgunHttpTransportTest.php
- MailgunSmtpTransportTest.php
- MailgunTransportFactoryTest.php
- accepted.json
- accepted.php
- clicks.json
- clicks.php
- delivered_messages.json
- delivered_messages.php
- opens.json
- opens.php
- permanent_failure.json
- permanent_failure.php
- permanent_failure_no_description.json
- permanent_failure_no_description.php
- spam_complaints.json
- spam_complaints.php
- suppression_failure.json
- suppression_failure.php
- temporary_failure.json
- temporary_failure.php
- unsubscribes.json
- unsubscribes.php
- MailgunRequestParserTest.php
- MailgunApiTransport.php
- MailgunHeadersTrait.php
- MailgunHttpTransport.php
- MailgunSmtpTransport.php
- MailgunTransportFactory.php
- MailgunRequestParser.php
- .gitattributes
- .gitignore
- CHANGELOG.md
- composer.json
- LICENSE
- phpunit.xml.dist
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/symfony/mailgun-mailer
Downloads the entire project code from GitHub to your computer.
cd mailgun-mailer
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
