2017 © Pedro Peláez
 

library communicator

Communication system for picahoo systems

image

henzard/communicator

Communication system for picahoo systems

  • Thursday, April 26, 2018
  • by henzard
  • Repository
  • 3 Watchers
  • 0 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 7 % Grown

The README.md

Communicator

Send email & sms, (*1)

Requirements

  • Php
  • Curl

Installation

Require this package with composer, (*2)

composer require ruchirkakkad/communicator

Add service provider to your app/config.php providers array, (*3)

Picahoo\Communicator\CommunicatorServiceProvider::class,

Add Alias to your aliases array in your app/config.php, (*4)

'Communicator' => Picahoo\Communicator\Facades\Communicator::class,

Publish config with, (*5)

php artisan vendor:publish --provider="Picahoo\Communicator\CommunicatorServiceProvider"

How to use

load Communicator class in your file use Communicator; or use Picahoo\Communicator\Facades\Communicator;, (*6)

Send email

    Communicator::sendEmail('Email address', 'Message..', 'Subject here..');    

Send sms

    Communicator::sendSms(['email' => 'Email address','phone' => 'phone number'], 'Message..');    

The Versions

26/04 2018

dev-master

9999999-dev

Communication system for picahoo systems

  Sources   Download

The Requires

 

by William Gourley

26/04 2018

1.0.5

1.0.5.0

Communication system for picahoo systems

  Sources   Download

The Requires

 

by William Gourley

26/04 2018

1.0.4

1.0.4.0

Communication system for picahoo systems

  Sources   Download

The Requires

 

by William Gourley

04/08 2017

1.0.2

1.0.2.0

Communication system for picahoo systems

  Sources   Download

The Requires

 

by William Gourley

04/08 2017

1.0.3

1.0.3.0

Communication system for picahoo systems

  Sources   Download

The Requires

 

by William Gourley

03/08 2017

0.0.0

0.0.0.0

Communication system for picahoo systems

  Sources   Download

The Requires

 

by William Gourley

03/08 2017

1.0

1.0.0.0

Communication system for picahoo systems

  Sources   Download

The Requires

 

by William Gourley

03/08 2017

1.0.1

1.0.1.0

Communication system for picahoo systems

  Sources   Download

The Requires

 

by William Gourley