PHPackages                             bhavinjr/laravel-postal - 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. bhavinjr/laravel-postal

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

bhavinjr/laravel-postal
=======================

Retrive the indian post office details based on pincode

1.0(4y ago)0294MITPHPPHP &gt;=5.6.0

Since Jul 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bhavinjr/laravel-postal)[ Packagist](https://packagist.org/packages/bhavinjr/laravel-postal)[ RSS](/packages/bhavinjr-laravel-postal/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

laravel-postal
==============

[](#laravel-postal)

A simple postal to get details of Post Office by searching Postal PIN Code or Post Office Branch Name of India for Laravel 5.*|6.*|7.*|8.*

[![Latest Stable Version](https://camo.githubusercontent.com/892a5fc8bdc2f245065540f39deb3655d92dbc3b964a7b36d44fa40d332d79e6/68747470733a2f2f706f7365722e707567782e6f72672f62686176696e6a722f6c61726176656c2d706f7374616c2f762f737461626c65)](https://packagist.org/packages/bhavinjr/laravel-postal)[![Total Downloads](https://camo.githubusercontent.com/42b3ab84457dcb5e74134b6e8eea2af5c6bae06ffadb8b63ab5fa5091f0e1bf3/68747470733a2f2f706f7365722e707567782e6f72672f62686176696e6a722f6c61726176656c2d706f7374616c2f646f776e6c6f616473)](https://packagist.org/packages/bhavinjr/laravel-postal)[![License](https://camo.githubusercontent.com/895f60bfb8c1a5278941424e63417544bd925b531768fd0b6956f3c065b8705f/68747470733a2f2f706f7365722e707567782e6f72672f62686176696e6a722f6c61726176656c2d706f7374616c2f6c6963656e7365)](https://packagist.org/packages/bhavinjr/laravel-postal)

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

[](#installation)

First, you'll need to install the package via Composer:

```
$ composer require bhavinjr/laravel-postal
```

If you are don't use using Laravel 5.5.\* Then, update `config/app.php` by adding an entry for the service provider.

```
'providers' => [
    // ...
    Bhavinjr\Postal\Providers\PostalServiceProvider::class,
];

'aliases' => [
    //...
    "Postal": "Bhavinjr\Postal\Facades\Postal",
];
```

Usage
-----

[](#usage)

The package gives you the following methods to use:

Get Post Office(s) details search by Postal PIN Code

### Postal::findByCode()

[](#postalfindbycode)

```
use Postal;

Postal::findByCode(380001);
```

### Postal::findByBranch()

[](#postalfindbybranch)

Get Post Office(s) details search by Post Office branch name

```
use Postal;

Postal::findByBranch('Ahmedabad');
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

1775d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01c6fe33126dfd61eb9a802f458eb760ffbcae3a091e76b89aeb8b6c0e8678a0?d=identicon)[bhavinjr](/maintainers/bhavinjr)

---

Top Contributors

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

---

Tags

laravelindian postofficepincode verificationpincode validationlaravel pincodepincode laravel

### Embed Badge

![Health badge](/badges/bhavinjr-laravel-postal/health.svg)

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

###  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)[adrianorosa/laravel-geolocation

Laravel Geo Location package to get details for a given IP Address

6593.3k1](/packages/adrianorosa-laravel-geolocation)[bakame/laravel-domain-parser

Laravel package to integrate PHP Domain parser.

26534.8k4](/packages/bakame-laravel-domain-parser)

PHPackages © 2026

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