PHPackages                             jacktalkc/laravel-openprovider - 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. [API Development](/categories/api)
4. /
5. jacktalkc/laravel-openprovider

ActiveLibrary[API Development](/categories/api)

jacktalkc/laravel-openprovider
==============================

Laravel integration for OpenProvider API

00PHP

Since Jan 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dream-hun/open-provider-laravel)[ Packagist](https://packagist.org/packages/jacktalkc/laravel-openprovider)[ RSS](/packages/jacktalkc-laravel-openprovider/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel OpenProvider
====================

[](#laravel-openprovider)

A Laravel package for integrating with the OpenProvider API.

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

[](#installation)

You can install the package via composer:

```
composer require jacktalkc/laravel-openprovider
```

Configuration
-------------

[](#configuration)

Publish the configuration file:

```
php artisan vendor:publish --tag="openprovider-config"
```

Add these environment variables to your .env file:

```
OPENPROVIDER_URL=https://api.openprovider.eu
OPENPROVIDER_USERNAME=your_username
OPENPROVIDER_PASSWORD=your_password
OPENPROVIDER_HASH=your_hash_if_needed
```

Usage
-----

[](#usage)

```
use jacktalkc\LaravelOpenProvider\Facades\OpenProvider;

// Check domain availability
$result = OpenProvider::checkDomain('example.com');

// Search domains
$domains = OpenProvider::searchDomains([
    'extension' => 'com',
    'status' => 'active'
]);

// Get domain info
$info = OpenProvider::getDomainInfo('example.com');
```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

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

// LICENSE.md MIT License

Copyright (c) 2025 Dream Hunter

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/89197d150e14081259c5cd2d28478d5048515942085c394bfce997b6fd8b7f0d?d=identicon)[jacktalkc](/maintainers/jacktalkc)

---

Top Contributors

[![dream-hun](https://avatars.githubusercontent.com/u/71966425?v=4)](https://github.com/dream-hun "dream-hun (5 commits)")

### Embed Badge

![Health badge](/badges/jacktalkc-laravel-openprovider/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M453](/packages/google-gax)

PHPackages © 2026

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