2017 © Pedro Peláez
 

library domainbox

PHP Laravel Domainbox SDK

image

madeitbelgium/domainbox

PHP Laravel Domainbox SDK

  • Monday, June 25, 2018
  • by MadeITBelgium
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 16 Versions
  • 38 % Grown

The README.md

PHP Laravel Domainbox API

Build Status Coverage Status Latest Stable Version Latest Unstable Version Total Downloads License, (*1)

With this Laravel package you create and update domains from domainbox.com., (*2)

Installation

Require this package in your composer.json and update composer., (*3)

"madeitbelgium/domainbox": "~0.*"

After updating composer, add the ServiceProvider to the providers array in config/app.php, (*4)

MadeITBelgium\Domainbox\DomainboxServiceProvider::class,

You can use the facade for shorter code. Add this to your aliases:, (*5)

'Domainbox' => MadeITBelgium\Domainbox\DomainboxFacade::class,

Documentation

Usage


use MadeITBelgium\Domainbox\Domainbox; $domainbox = new Domainbox($reseller, $username, $password, $sandbox); //Sandbox by default false

In laravel you can use the Facade, (*6)

$checkDomainAvailability = Domainbox::domain()->checkDomainAvailability($domainname, $launchPhase = 'GA', $allowOfflineLookups = false, $numberOfRetries = 1); // \MadeITBelgium\Domainbox\Response\DomainAvailable
$checkDomainAvailability->isAvailable();

$checkDomainAvailability = Domainbox::domain()->checkDomainAvailabilityPlus($domainname, $tlds); // Array of \MadeITBelgium\Domainbox\Response\DomainAvailable
$checkDomainAvailability[0]->isAvailable();

Laraval validator

public function store(Request $request) {
    $this->validate($request, ['domainname' => 'domainname|domainavailable']);
}

The complete documentation can be found at: http://www.madeit.be/, (*7)

Support

Support github or mail: tjebbe.lievens@madeit.be, (*8)

Contributing

Please try to follow the psr-2 coding style guide. http://www.php-fig.org/psr/psr-2/, (*9)

License

This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!, (*10)

The Versions

25/06 2018

dev-master

9999999-dev http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL LGPL-3.0-or-later

The Requires

 

The Development Requires

hosting domainbox domainname

25/06 2018

0.6.2

0.6.2.0 http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL-3.0-or-later

The Requires

 

The Development Requires

hosting domainbox domainname

12/02 2018

0.6.1

0.6.1.0 http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL-3.0-or-later

The Requires

 

The Development Requires

hosting domainbox domainname

29/12 2017

0.6

0.6.0.0 http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname

13/08 2017

0.5.0.x-dev

0.5.0.9999999-dev http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname

13/08 2017

0.5.1

0.5.1.0 http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname

12/08 2017

0.5.0

0.5.0.0 http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname

04/08 2017

0.4.0.x-dev

0.4.0.9999999-dev http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname

04/08 2017

0.4.0

0.4.0.0 http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname

25/07 2017

0.3.0.x-dev

0.3.0.9999999-dev http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname

25/07 2017

0.3.2

0.3.2.0 http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname

25/07 2017

0.3.1

0.3.1.0 http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname

24/07 2017

0.3.0

0.3.0.0 http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname

07/07 2017

0.2.0.x-dev

0.2.0.9999999-dev http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname

07/07 2017

0.2.0

0.2.0.0 http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname

06/07 2017

0.1.0.x-dev

0.1.0.9999999-dev http://www.madeit.be

PHP Laravel Domainbox SDK

  Sources   Download

LGPL

The Requires

 

The Development Requires

hosting domainbox domainname