2017 © Pedro Peláez
 

library laravel-lb

Library that let you connect your laravel application to Logicboxes with ease

image

pangpondpon/laravel-lb

Library that let you connect your laravel application to Logicboxes with ease

  • Monday, September 11, 2017
  • by pangpondpon
  • Repository
  • 3 Watchers
  • 2 Stars
  • 252 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 56 Versions
  • 0 % Grown

The README.md

Laravel-lb

Build Status, (*1)

This library let your laravel application talk with Logicboxes API with ease., (*2)

How to install

  1. Run composer require pangpondpon/laravel-lb to include this library to your project
  2. Add LaravelLb\LaravelLbServiceProvider::class into your providers array in config/app.php
  3. Run php artisan vendor:publish to publish the config file
  4. Put your credential in config/logicboxes.php like so
<?php

return [

    "test_mode" => env('LB_TEST_MODE', true),
    "auth_userid" => env('LB_AUTH_USERID', 'YOUR_USER_ID'),
    "api_key" => env('LB_API_KEY', 'YOUR_API_KEY'),

];

How to use in Laravel Controller

Use case - Buy an ssl from comodo, (*3)

<?php

namespace App\Http\Controllers;

use App\Http\Requests;
use Illuminate\Http\Request;

use LaravelLb\LogicBoxesComodo;

class ComodoCertController extends Controller
{
    public $comodo;

    public function __construct()
    {
        $this->comodo = new LogicBoxesComodo();
    }

    // Buy the ssl from comodo, see LogicBoxesComodo class for api call info
    public function buy()
    {
        // Order buy use method add from LogicBoxesComodo class
        $response = $this->comodo->add([
          "domain-name" => "ssldemosite.com",
          "months" => 12,
          "customer-id" => "52213365",
          "plan-id" => LogicBoxesComodo::POSITIVE_SSL, // Check more options in LogicBoxesComodo
          "invoice-option" => LogicBoxesComodo::NO_INVOICE // Check more options in LogicBoxesComodo
        ])->toArray();

        return $response;
    }
}

See more example in /example folder., (*4)

The Versions

11/09 2017

dev-master

9999999-dev

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

11/09 2017

0.9.9.27

0.9.9.27

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

16/08 2017

0.9.9.26

0.9.9.26

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

16/08 2017

0.9.9.25

0.9.9.25

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

16/08 2017

0.9.9.24

0.9.9.24

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

16/08 2017

0.9.9.23

0.9.9.23

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

15/08 2017

0.9.9.22

0.9.9.22

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

15/08 2017

0.9.9.21

0.9.9.21

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

15/08 2017

0.9.9.20

0.9.9.20

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

18/07 2017

0.9.9.19

0.9.9.19

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

31/05 2017

0.9.9.18

0.9.9.18

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

31/05 2017

0.9.9.17

0.9.9.17

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

30/05 2017

0.9.9.16

0.9.9.16

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

17/05 2017

0.9.9.15

0.9.9.15

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

20/04 2017

0.9.9.14

0.9.9.14

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

11/04 2017

0.9.9.13

0.9.9.13

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

10/04 2017

0.9.9.12

0.9.9.12

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

04/04 2017

0.9.9.11

0.9.9.11

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

30/03 2017

0.9.9.10

0.9.9.10

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

30/03 2017

0.9.9.9

0.9.9.9

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

28/03 2017

0.9.9.8

0.9.9.8

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

27/03 2017

0.9.9.7

0.9.9.7

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

27/03 2017

0.9.9.6

0.9.9.6

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

10/03 2017

0.9.9.5

0.9.9.5

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

03/03 2017

0.9.9.4

0.9.9.4

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

03/03 2017

0.9.9.3

0.9.9.3

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

01/03 2017

0.9.9.2

0.9.9.2

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

01/02 2017

0.9.9.1

0.9.9.1

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

28/01 2017

0.9.9

0.9.9.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

27/01 2017

0.9.8

0.9.8.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

27/01 2017

0.9.7

0.9.7.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

27/01 2017

0.9.6

0.9.6.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

25/01 2017

0.9.5

0.9.5.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

21/01 2017

0.9.4

0.9.4.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

18/01 2017

0.9.3

0.9.3.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

07/12 2016

0.9.2

0.9.2.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

07/12 2016

0.9.1

0.9.1.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

07/12 2016

0.9.0

0.9.0.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

24/11 2016

0.8.9

0.8.9.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

24/11 2016

0.8.8

0.8.8.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

24/11 2016

0.8.7

0.8.7.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

24/11 2016

0.8.6

0.8.6.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

02/11 2016

0.8.5

0.8.5.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

27/09 2016

0.8.4

0.8.4.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

27/09 2016

0.8.3

0.8.3.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

27/09 2016

0.8.2

0.8.2.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

10/09 2016

0.8.1

0.8.1.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

08/09 2016

0.7.9.1

0.7.9.1

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

07/09 2016

0.7.9

0.7.9.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

29/08 2016

0.7.5

0.7.5.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

27/08 2016

0.7.4

0.7.4.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

27/08 2016

0.7.3

0.7.3.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Requires

 

The Development Requires

by Patompong Savaengsuk

27/08 2016

0.7.2

0.7.2.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Development Requires

by Patompong Savaengsuk

26/08 2016

0.6.7

0.6.7.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Development Requires

by Patompong Savaengsuk

26/08 2016

0.6.6

0.6.6.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Development Requires

by Patompong Savaengsuk

26/08 2016

0.6.5

0.6.5.0

Library that let you connect your laravel application to Logicboxes with ease

  Sources   Download

The Development Requires

by Patompong Savaengsuk