madeitbelgium/bizhosting

1.2.1 2023-07-07 13:06 UTC

This package is auto-updated.

Last update: 2024-04-07 14:42:37 UTC


README

Build Status Coverage Status Latest Stable Version Latest Unstable Version Total Downloads License

With this Laravel package you can create a Bizhosting integration.

Installation

composer require madeitbelgium/bizhosting

Or require this package in your composer.json and update composer.

"madeitbelgium/bizhosting": "^1.0"

Publish config file

php artisan vendor:publish --provider="MadeITBelgium\Bizhosting\ServiceProvider\Bizhosting"

Laravel <5.5

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

MadeITBelgium\Bizhosting\ServiceProvider\Bizhosting::class,

You can use the facade for shorter code. Add this to your aliases:

'Bizhosting' => MadeITBelgium\Bizhosting\Facade\Bizhosting::class,

Documentation

Usage

use MadeITBelgium\Bizhosting\Facade\Bizhosting;

$listDomainnames = Bizhosting::domainname()->list($page = 1, $search = null);

Support

Support github or mail: info@bizhosting.be

Contributing

Please try to follow the psr-2 coding style guide. http://www.php-fig.org/psr/psr-2/

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!