File tree 1 file changed +6
-4
lines changed
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
+
4
6
5
7
# Mailer
6
8
PHP Class for sending email.
@@ -24,7 +26,7 @@ PHP Class for sending email.
24
26
require_once('/path/to/libraries/mailer/src/Mailer.php');
25
27
```
26
28
27
- #Usage
29
+ # Usage
28
30
29
31
```php
30
32
/**
You can’t perform that action at this time.
0 commit comments