PHPackages                             madeitbelgium/bizhosting - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. madeitbelgium/bizhosting

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

madeitbelgium/bizhosting
========================

Bizhosting PHP SDK

1.2.1(2y ago)018MITPHPPHP &gt;=7.0

Since Jul 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/madeITBelgium/Bizhosting-SDK)[ Packagist](https://packagist.org/packages/madeitbelgium/bizhosting)[ RSS](/packages/madeitbelgium-bizhosting/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (6)Used By (0)

PHP Bizhosting API Laravel SDK
==============================

[](#php-bizhosting-api-laravel-sdk)

[![Build Status](https://camo.githubusercontent.com/ef869d02353d6380b8529ee6c699628714a54262afa3d95d2aef503c3bf6e847/68747470733a2f2f7472617669732d63692e6f72672f6d616465495442656c6769756d2f42697a686f7374696e672d53444b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/madeITBelgium/Bizhosting-SDK)[![Coverage Status](https://camo.githubusercontent.com/4a5ac25c149731c23ecab17642ce2db94aa7f075521f230762496ffbc67b4a8b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d616465495442656c6769756d2f42697a686f7374696e672d53444b2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/madeITBelgium/Bizhosting-SDK?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/d0ccb94785a509454f2d54d3360f4acbda4dee898c34849b60e115475cb7539d/68747470733a2f2f706f7365722e707567782e6f72672f6d616465495442656c6769756d2f42697a686f7374696e672d53444b2f762f737461626c652e737667)](https://packagist.org/packages/madeITBelgium/Bizhosting-SDK)[![Latest Unstable Version](https://camo.githubusercontent.com/134b7da7506dcd16d1cff4e7bddfbab8f8a7253c2ee9d07bd511db469d4c4b4e/68747470733a2f2f706f7365722e707567782e6f72672f6d616465495442656c6769756d2f42697a686f7374696e672d53444b2f762f756e737461626c652e737667)](https://packagist.org/packages/madeITBelgium/Bizhosting-SDK)[![Total Downloads](https://camo.githubusercontent.com/aeee5ce63d5c75b08b224ec4c0baac69e44aefb131171003193858b230f63758/68747470733a2f2f706f7365722e707567782e6f72672f6d616465495442656c6769756d2f42697a686f7374696e672d53444b2f642f746f74616c2e737667)](https://packagist.org/packages/madeITBelgium/Bizhosting-SDK)[![License](https://camo.githubusercontent.com/7d75f557f33d7b077cdafa33bd19b1e9f77237178074496fd1b361fb66a34c1f/68747470733a2f2f706f7365722e707567782e6f72672f6d616465495442656c6769756d2f42697a686f7374696e672d53444b2f6c6963656e73652e737667)](https://packagist.org/packages/madeITBelgium/Bizhosting-SDK)

With this Laravel package you can create a Bizhosting integration.

Installation
============

[](#installation)

```
composer require madeitbelgium/bizhosting

```

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

```
"madeitbelgium/bizhosting": "^1.0"
```

Publish config file
-------------------

[](#publish-config-file)

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

Laravel &lt;5.5
---------------

[](#laravel-55)

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
=============

[](#documentation)

Usage
-----

[](#usage)

```
use MadeITBelgium\Bizhosting\Facade\Bizhosting;

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

Support
=======

[](#support)

Support github or mail:

Contributing
============

[](#contributing)

Please try to follow the psr-2 coding style guide.

License
=======

[](#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!

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~176 days

Total

5

Last Release

1041d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3d01bc996f789c6362a12e51af7b19ad39ca580f77dc6ef4ff1754888391508?d=identicon)[MadeITBelgium](/maintainers/MadeITBelgium)

---

Top Contributors

[![madeITBelgium](https://avatars.githubusercontent.com/u/20304892?v=4)](https://github.com/madeITBelgium "madeITBelgium (5 commits)")

---

Tags

vpsdomainnamewebhostingBizhostingdomainname registration

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/madeitbelgium-bizhosting/health.svg)

```
[![Health](https://phpackages.com/badges/madeitbelgium-bizhosting/health.svg)](https://phpackages.com/packages/madeitbelgium-bizhosting)
```

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
