File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- [ ![ Latest Stable Version] ( https://poser.pugx.org/ddrv/mailer/v/stable?format=flat-square )] ( https://packagist.org/packages/ddrv/mailer )
2- [ ![ Total Downloads] ( https://poser.pugx.org/ddrv/mailer/downloads?format=flat-square )] ( https://packagist.org/packages/ddrv/mailer )
3- [ ![ License] ( https://poser.pugx.org/ddrv/mailer/license?format=flat-square )] ( https://packagist.org/packages/ddrv/mailer )
1+ [ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/ddrv/mailer.svg?style=flat-square )] ( https://packagist.org/packages/ddrv/mailer )
2+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/ddrv/mailer.svg?style=flat-square )] ( https://packagist.org/packages/ddrv/mailer/stats )
3+ [ ![ License] ( https://img.shields.io/packagist/l/ddrv/mailer.svg?style=flat-square )] ( https://github.com/ddrv/mailer/blob/master/LICENSE.md )
4+ [ ![ PHP] ( https://img.shields.io/packagist/php-v/ddrv/mailer.svg?style=flat-square )] ( https://php.net )
5+
46
57# Mailer
68PHP Class for sending email.
@@ -24,7 +26,7 @@ PHP Class for sending email.
2426 require_once('/path/to/libraries/mailer/src/Mailer.php');
2527 ```
2628
27- #Usage
29+ # Usage
2830
2931```php
3032/**
You can’t perform that action at this time.
0 commit comments