1
1
# Elastic Email Plugin for CakePHP 3
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/pnglabz /cakephp-elastic-email.svg?branch=master )] ( https://travis-ci.org/pnglabz /cakephp-elastic-email )
4
- [ ![ codecov] ( https://codecov.io/gh/pnglabz /cakephp-elastic-email/branch/master/graph/badge.svg )] ( https://codecov.io/gh/pnglabz /cakephp-elastic-email )
3
+ [ ![ Build Status] ( https://travis-ci.org/sprintcube /cakephp-elastic-email.svg?branch=master )] ( https://travis-ci.org/sprintcube /cakephp-elastic-email )
4
+ [ ![ codecov] ( https://codecov.io/gh/sprintcube /cakephp-elastic-email/branch/master/graph/badge.svg )] ( https://codecov.io/gh/sprintcube /cakephp-elastic-email )
5
5
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
6
- [ ![ Latest Stable Version] ( https://poser.pugx.org/pnglabz /cakephp-elastic-email/v/stable )] ( https://packagist.org/packages/pnglabz /cakephp-elastic-email )
7
- [ ![ Total Downloads] ( https://poser.pugx.org/pnglabz /cakephp-elastic-email/downloads )] ( https://packagist.org/packages/pnglabz /cakephp-elastic-email )
6
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/sprintcube /cakephp-elastic-email/v/stable )] ( https://packagist.org/packages/sprintcube /cakephp-elastic-email )
7
+ [ ![ Total Downloads] ( https://poser.pugx.org/sprintcube /cakephp-elastic-email/downloads )] ( https://packagist.org/packages/sprintcube /cakephp-elastic-email )
8
8
9
9
This plugin provides email delivery using [ Elastic Email] ( https://elasticemail.com/ ) .
10
10
@@ -20,7 +20,7 @@ This plugin has the following requirements:
20
20
You can install this plugin into your CakePHP application using [ composer] ( http://getcomposer.org ) .
21
21
22
22
```
23
- composer require pnglabz /cakephp-elastic-email
23
+ composer require sprintcube /cakephp-elastic-email
24
24
```
25
25
26
26
After installation, [ Load the plugin] ( http://book.cakephp.org/3.0/en/plugins.html#loading-a-plugin )
@@ -184,4 +184,4 @@ $email->send();
184
184
185
185
## Reporting Issues
186
186
187
- If you have a problem with this plugin or any bug, please open an issue on [ GitHub] ( https://github.com/pnglabz /cakephp-elastic-email/issues ) .
187
+ If you have a problem with this plugin or any bug, please open an issue on [ GitHub] ( https://github.com/sprintcube /cakephp-elastic-email/issues ) .
0 commit comments