PHPackages                             rublex/laravel-zohal-inquiry - 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. rublex/laravel-zohal-inquiry

ActiveLibrary[API Development](/categories/api)

rublex/laravel-zohal-inquiry
============================

A Laravel package for Zohal inquiry services

1.0.0(6mo ago)067MITPHP

Since Oct 28Pushed 6mo agoCompare

[ Source](https://github.com/rublex-company/zohal-inquiry)[ Packagist](https://packagist.org/packages/rublex/laravel-zohal-inquiry)[ RSS](/packages/rublex-laravel-zohal-inquiry/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (9)Versions (2)Used By (0)

Laravel Zohal Inquiry Package
=============================

[](#laravel-zohal-inquiry-package)

[![Latest Version](https://camo.githubusercontent.com/34e695c6016bc2a934a96bed696e29b2f2ab562a7134d65a55d00653cd506bea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e302d626c75652e737667)](https://packagist.org/packages/rublex/laravel-zohal-inquiry)[![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](LICENSE)

A Laravel package for integrating with Zohal inquiry services API. Zohal provides comprehensive services in three main areas: Authentication &amp; Identity Verification, Banking Inquiries &amp; Conversions, and Service Inquiries.

Features
--------

[](#features)

- **Comprehensive Service Coverage**: Support for 25+ inquiry methods across multiple service categories
- **Dynamic inquiry method calls**: Flexible API for calling any supported Zohal service
- **Configurable API settings**: Easy configuration through environment variables
- **HTTP client with retry logic**: Built-in resilience with automatic retries
- **Laravel facade support**: Clean, easy-to-use facade interface
- **Easy integration**: Simple setup and integration with Laravel applications

Service Categories
------------------

[](#service-categories)

- **Authentication &amp; Identity Verification**: Shahkar, national ID, mobile, card, and IBAN verification
- **Banking Inquiries &amp; Conversions**: Account inquiries, card-to-IBAN conversions, balance checks
- **Service Inquiries**: Postal codes, addresses, vehicle plates, insurance, pension, tax inquiries
- **Utility &amp; Service Verification**: Bill inquiries for phone, internet, gas, electricity
- **Business &amp; Commercial Services**: Company information, commercial registration, business licenses

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

[](#installation)

```
composer require rublex/laravel-zohal-inquiry
```

Quick Start
-----------

[](#quick-start)

1. Publish the configuration file:

```
php artisan vendor:publish --provider="Inquiry\ZohalServiceProvider" --tag="zohal-config"
```

2. Publish the database migrations (optional):

```
php artisan vendor:publish --provider="Inquiry\ZohalServiceProvider" --tag="zohal-migrations"
php artisan migrate
```

3. Add your Zohal API credentials to your `.env` file:

```
ZOHAL_BASE_URL=https://service.zohal.io/api/v0/services
ZOHAL_TOKEN=your_api_token_here
```

4. Use the package in your code:

```
use Inquiry\Facades\Zohal;

$result = Zohal::inquiry('shahkar', [
    'national_code' => '1234567890',
    'mobile' => '09123456789'
]);

// Get package version
$version = Zohal::version(); // Returns '1.0.0'
```

Documentation
-------------

[](#documentation)

For detailed usage instructions, see [USAGE.md](USAGE.md).

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance66

Regular maintenance activity

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

197d ago

### Community

Maintainers

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

---

Top Contributors

[![rublexgit](https://avatars.githubusercontent.com/u/136994133?v=4)](https://github.com/rublexgit "rublexgit (1 commits)")

---

Tags

apilaravelinquiryrublexzohal

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rublex-laravel-zohal-inquiry/health.svg)

```
[![Health](https://phpackages.com/badges/rublex-laravel-zohal-inquiry/health.svg)](https://phpackages.com/packages/rublex-laravel-zohal-inquiry)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)

PHPackages © 2026

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