PHPackages                             epmnzava/connectreseller-laravel - 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. epmnzava/connectreseller-laravel

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

epmnzava/connectreseller-laravel
================================

This is a laravel library for domain management with connectresseler

1.0.5(4y ago)046MITPHPPHP ^7.1|^8.0

Since Nov 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/dbrax/connectreseller-laravel)[ Packagist](https://packagist.org/packages/epmnzava/connectreseller-laravel)[ Docs](https://github.com/dbrax/connectreseller-laravel)[ RSS](/packages/epmnzava-connectreseller-laravel/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d55767a06732cb75fb508c0281dec8fdc92bd2ebca8fe633cb08443d82c2e662/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65706d6e7a6176612f636f6e6e656374726573656c6c65722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/epmnzava/connectreseller-laravel)[![Total Downloads](https://camo.githubusercontent.com/c4cdbd56197495d57ed113835b006c82cf35c5f6b1103cc217978036856b8d99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65706d6e7a6176612f636f6e6e656374726573656c6c65722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/epmnzava/connectreseller-laravel)[![Emmanuel Mnzava](https://camo.githubusercontent.com/15b68fe6b51c375a750cb19d7a7a707f5c317c4941a7709e499c35b510be8ac9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f417574686f722d456d6d616e75656c2532304d6e7a6176612d677265656e)](mailto:epmnzava@gmail.com)

ConnectReseller is a reseller arm for OwnRegistrar Inc. an ICANN Accredited Domain Name Registrar. This package is a wrapper of connectreseller service.

Features
--------

[](#features)

[Domain Availability Check](#domain-availability-check-1)
=========================================================

[](#domain-availability-check)

[Domain Registration](#domain-registration-1)
=============================================

[](#domain-registration)

Installation
------------

[](#installation)

Version Matrix
--------------

[](#version-matrix)

VersionLaravelPHP Version1.0.08.0&gt;= 8.01.0.18.0&gt;= 7.3 &gt;= 8.01.0.28.0&gt;= 7.2.5 &gt;= 8.0You can install the package via composer:

```
composer require epmnzava/connectreseller-laravel
```

Update your config (for Laravel 5.4 and below)
----------------------------------------------

[](#update-your-config-for-laravel-54-and-below)

Add the service provider to the providers array in config/app.php:

```
 Epmnzava\ConnectresellerLaravel\ConnectresellerLaravelServiceProvider::class,
```

Add the facade to the aliases array in config/app.php:

```
'DomainApi' => Epmnzava\ConnectresellerLaravel\ConnectresellerLaravelFacade::class,
```

Publish the package configuration (for Laravel 5.4 and below)
-------------------------------------------------------------

[](#publish-the-package-configuration-for-laravel-54-and-below)

Publish the configuration file and migrations by running the provided console command:

```
php artisan vendor:publish --provider="Epmnzava\ConnectresellerLaravel\ConnectresellerLaravelServiceProvider"
```

Usage
-----

[](#usage)

Domain Availability Check
=========================

[](#domain-availability-check-1)

```
domain_exits($domain)
```

checks if a domain exists returns true if it exists and false if it does not exit

```
//Request

 $domainapi = new DomainApi;

 if($domainapi->domian_exists($domain))
 	//Domain not available for registration
  else
 	//Domain name available for registration

```

Domain Registration
===================

[](#domain-registration-1)

domain\_register(string $domain\_name, string $duration, string $iswhoidprotection, string $ns1, string $ns2);

Functionality needed to register a domain

```
//Request

 $domainapi = new DomainApi;

 $response=$domainapi->domain_register("storewid.com", 1, true, "ns1.storewid.com", "ns2.storewid.com");

response
---------

{
status: false,
message: "Domain failed to be registered"
}

or

{
status: true,
message: "Domain is registered successfully"
}
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Emmanuel Mnzava](https://github.com/dbrax)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~63 days

Recently: every ~1 days

Total

6

Last Release

1674d ago

PHP version history (2 changes)1.0PHP ^7.1

1.0.1PHP ^7.1|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8592847?v=4)[Emmanuel Paul Mnzava](/maintainers/dbrax)[@dbrax](https://github.com/dbrax)

---

Top Contributors

[![dbrax](https://avatars.githubusercontent.com/u/8592847?v=4)](https://github.com/dbrax "dbrax (14 commits)")

---

Tags

epmnzavaconnectreseller-laravel

### Embed Badge

![Health badge](/badges/epmnzava-connectreseller-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/epmnzava-connectreseller-laravel/health.svg)](https://phpackages.com/packages/epmnzava-connectreseller-laravel)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)

PHPackages © 2026

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