2017 © Pedro PelĂĄez
 

library laraloop

Sendloop wrapper for Laravel 5

image

senemoglu/laraloop

Sendloop wrapper for Laravel 5

  • Thursday, June 16, 2016
  • by blueskan
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,278 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Laraloop - Sendloop Wrapper For Laravel 5

Laraloop is a simple wrapper for Sendloop & Sendloop MTA API services, this package coming with 2 facades., (*1)

You can use Sendloop libraries in your controllers or services like Laraloop::methodName() or LaraloopMTA::methodName(), (*2)

For installation you just follow these simple steps:

First install package:, (*3)

php composer require senemoglu/laraloop

Second publish vendor configurations via Artisan CLI:, (*4)

php artisan vendor:publish

After this step, config/laraloop.php file will be created, and you can set your API_KEY etc., (*5)

Then add service provider into your app.php configuration file:, (*6)

Senemoglu\Laraloop\LaraloopServiceProvider::class

Finally add facades for easy access to Sendloop Methods (optionally, but strongly recommended):, (*7)

'Laraloop' => Senemoglu\Laraloop\Facades\Laraloop::class,
'LaraloopMTA' => Senemoglu\Laraloop\Facades\LaraloopMTA::class

You can look Sendloop Documentations for details about API., (*8)

Simple Example For Mta:

$message = new \Sendloop\MTA\Message();
$message->setFrom("Batıkan Senemoğlu", "me@batikansenemoglu.com");
$message->setSubject("My sweet subject");
$message->setHTMLContent("My sweet content too");

$transactionId = LaraloopMTA::send('target@foobarbaz.com', $message);

The Versions

16/06 2016

dev-master

9999999-dev

Sendloop wrapper for Laravel 5

  Sources   Download

GNU GPL V3

The Requires

 

by Batikan Senemoglu

laravel api wrapper sendloop octeth

16/06 2016

1.0.1

1.0.1.0

Sendloop wrapper for Laravel 5

  Sources   Download

GNU GPL V3

The Requires

 

by Batikan Senemoglu

laravel api wrapper sendloop octeth

16/06 2016

1.0.0

1.0.0.0

Sendloop wrapper for Laravel 5

  Sources   Download

GNU GPL V3

The Requires

 

by Batikan Senemoglu

laravel api wrapper sendloop octeth

16/06 2016

0.0.5

0.0.5.0

Sendloop wrapper for Laravel 5

  Sources   Download

GNU GPL V3

The Requires

 

by Batikan Senemoglu

laravel api wrapper sendloop octeth

16/06 2016

0.0.2

0.0.2.0

Sendloop wrapper for Laravel 5

  Sources   Download

GNU GPL V3

The Requires

 

by Batikan Senemoglu

laravel api wrapper sendloop octeth

18/05 2016

0.0.1

0.0.1.0

Sendloop wrapper for Laravel 5

  Sources   Download

GNU GPL V3

The Requires

 

by Batikan Senemoglu

laravel api wrapper sendloop octeth