2017 © Pedro Peláez
 

library notification

This is a libraty that uses composer as the basis for generation email notifications

image

viniciusmattosrj/notification

This is a libraty that uses composer as the basis for generation email notifications

  • Wednesday, January 24, 2018
  • by viniciusmattosrj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

pipeline status, (*1)

Requerimentos

Sobre

Essa biblioteca tem por função enviar e-mail utilizando a biblioteca phpmailer. Fazer essa ação de forma descomplicada é essencial para qualquer sistema., (*2)

Para fazer a instalação da biblioteca, execute o seguinte comando:, (*3)

composer require viniciusmattosrj/notification

Para fazer o uso da biblioteca, basta requerir o autoload do composer, invocar a classe e fazer a chamada do método:, (*4)

<?php

require __DIR__ . '/vendor/autoload.php';

USE Notification\Email;

$email = new Email(2, "mail.host.com", "your@email.com", "your-pass", "smtp secure (tls/ssl)", "port (587)",
    "from@email.com", "From Name");

$email->sendEmail("SUbject", "Content", "reply@email.com", "Replay Name", "address@email.com", "Address Name");

Note que toda a configuração do envio do e-mail está utilizando o método mágico construtor! Uma vez invocado o método construtor dentro da sua aplicação, seu sistema estará apto a efetuar os disparos., (*5)

Developers

Instalação

Veja .env.example as instruções sobre as variáveis de ambiente., (*6)

Para instalação verifique installation documentation., (*7)

Contribuições

Caso identifique pontos que possam ser aprimorados, será um prazer analisar o seu PR. ;-), (*8)

License

MIT, (*9)

The Versions

24/01 2018

dev-master

9999999-dev

This is a libraty that uses composer as the basis for generation email notifications

  Sources   Download

MIT

The Requires

 

24/01 2018

v1.0.0

1.0.0.0

This is a libraty that uses composer as the basis for generation email notifications

  Sources   Download

MIT

The Requires

 

24/01 2018

v1.0.2

1.0.2.0

This is a libraty that uses composer as the basis for generation email notifications

  Sources   Download

MIT

The Requires

 

24/01 2018

v1.0.3

1.0.3.0

This is a libraty that uses composer as the basis for generation email notifications

  Sources   Download

MIT

The Requires

 

24/01 2018

v1.0.1

1.0.1.0

This is a libraty that uses composer as the basis for generation email notifications

  Sources   Download

MIT

The Requires