Libraries tagged by Nails
spatie/email-concealer-cli
6 Downloads
CLI tool for concealing e-mails in a file by replacing their domain
soubai/webapplicationsecurity
5 Downloads
WebSecurity is a PHP class to Help Devlopper to prevent a almost webapplication security fails
simp/mail
41 Downloads
This is for sending mails
seracid/php-mail-bounce-handler
453 Downloads
PHP class to help webmasters handle bounce-back, feedback loop and ARF mails in standard DSN (Delivery Status Notification, RFC-1894).
proai/eloquent-inheritance
609 Downloads
Single table inheritance for Laravel inspired by the Rails implementation
paulhenri-l/laravel-route-helpers
10 Downloads
Rails like route helpers to easily generate paths to your laravel controllers
njh/twig-html-helpers
7140 Downloads
Rails style view helpers for HTML tags in PHP Twig
niclas-van-eyk/laravel-mail-in-the-middle
1382 Downloads
Send mails to the filesystem / database and preview them in your browser
mouf/utils.mailer.mail-interface
47123 Downloads
This package contains interfaces and classes describing mails. It also contains the MailerService interface that should be implemented by any service that can send mails. You should use a package implementing this interface (like the SmtpMailer package.
mouf/utils.mailer.db-mail-service
16860 Downloads
This package contains a mailer that does not send any mail! Instead, it stores the mail to be sent in a database 'mails' table. The DB mailer can later forward the mail to a real mailer that will indeed send the mail.
metarush/email-fallback
163 Downloads
Send email via SMTP host, if it fails, fallback/failover to another SMTP host. Round-robin mode also available to distribute the load to all SMTP hosts.
medio/inflector
56201 Downloads
Port of Ruby on Rails Inflector by Akelos Framework maintained by Medio Interactive
lochmueller/ink
8 Downloads
Build stable and flexible newsletter templates. Incl. also the plain text rendering for plain text e-Mails. Please contribute at https://github.com/lochmueller/ink
leoflapper/mailprovider
1528 Downloads
Allows you to quickly send mails with different mail services like PHPMailer, Mandrill, SendGrind and Mailgun
leeroy/php-inflector
262 Downloads
PHP Inflector, ported from Rails