2017 © Pedro Peláez
 

library communicator

Communication system for picahoo systems

image

ruchirkakkad/communicator

Communication system for picahoo systems

  • Saturday, October 28, 2017
  • by ruchirkakkad
  • Repository
  • 1 Watchers
  • 0 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 2 % 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

28/10 2017

dev-master

9999999-dev

Communication system for picahoo systems

  Sources   Download

MIT

The Requires

 

by Weboccult Technologies

28/10 2017

v1.0.6

1.0.6.0

Communication system for picahoo systems

  Sources   Download

MIT

The Requires

 

by Weboccult Technologies

14/10 2017

v1.0.5

1.0.5.0

Communication system for picahoo systems

  Sources   Download

MIT

The Requires

 

by Weboccult Technologies

13/10 2017

v1.0.4

1.0.4.0

Communication system for picahoo systems

  Sources   Download

MIT

The Requires

 

by Weboccult Technologies

01/09 2017

v1.0.3

1.0.3.0

Communication system for picahoo systems

  Sources   Download

MIT

The Requires

 

by Weboccult Technologies

01/09 2017

v1.0.2

1.0.2.0

Communication system for picahoo systems

  Sources   Download

MIT

The Requires

 

by Weboccult Technologies

31/08 2017

v1.0.1

1.0.1.0

Communication system for picahoo systems

  Sources   Download

MIT

The Requires

 

by Weboccult Technologies

31/08 2017

v1.0.0

1.0.0.0

Communication system for picahoo systems

  Sources   Download

MIT

The Requires

 

by Weboccult Technologies