PHPackages                             monowarfs/porichoybd - 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. monowarfs/porichoybd

ActiveLibrary[API Development](/categories/api)

monowarfs/porichoybd
====================

Laravel package for porichoybd.gov.bd APIs implementation.

v0.0.3(4y ago)014[3 PRs](https://github.com/monowarfs/laravel-porichoybd/pulls)MITPHPPHP ^8.0

Since Feb 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/monowarfs/laravel-porichoybd)[ Packagist](https://packagist.org/packages/monowarfs/porichoybd)[ Docs](https://github.com/monowarfs/laravel-porichoybd)[ GitHub Sponsors](https://github.com/monowarfs)[ RSS](/packages/monowarfs-porichoybd/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (12)Versions (7)Used By (0)

Laravel package for porichoybd.
===============================

[](#laravel-package-for-porichoybd)

[![GitHub Tests Action Status](https://camo.githubusercontent.com/5cb90e6eadfc50c629e84d7b1c02b3206232006caf7722435d8ce4a86c295b77/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d6f6e6f77617266732f6c61726176656c2d706f726963686f7962642f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/monowarfs/laravel-porichoybd/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/bb5e0d600408c66a130fa364b589e382b7a917d20c8230ffce6e7184a1eade88/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d6f6e6f77617266732f6c61726176656c2d706f726963686f7962642f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/monowarfs/laravel-porichoybd/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a0c4f6850f154760b09f215a1f934a33b9f53f43991e5dbc40a127161e8f1217/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f6e6f77617266732f706f726963686f7962642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/monowarfs/porichoybd)

Laravel package for porichoybd.gov.bd APIs implementation.

Support us
----------

[](#support-us)

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

[](#installation)

You can install the package via composer:

```
composer require monowarfs/porichoybd
```

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
    'is_live' => env('PORICHOY_GOV_BD_SERVICE_PROD', false),
    'api'=> [
        'key' => env('PORICHOY_GOV_BD_API_KEY', ''),
        'endpoints' =>[
            'live' => [
                'basic' => 'https://api.porichoybd.com/api/Kyc/nid-person-values',
                'basic_n_photo' => 'https://api.porichoybd.com/api/kyc/nid-person',
                'basic_n_signature' => 'https://api.porichoybd.com/api/kyc/nid-person',
                'autofill' => 'https://api.porichoybd.com/api/kyc/nid-person-values',
                'fatchmatch' => 'https://api.porichoybd.com/api/kyc/nid-person-values-image-match',
                'birth_registration' => 'https://api.porichoybd.com/api/kyc/verify-birth-registration'
            ],
            'test' => [
                'basic' => 'https://api.porichoybd.com/api/kyc/test-nid-person',
                'basic_n_photo' => 'https://api.porichoybd.com/api/kyc/test-nid-person',
                'basic_n_signature' => 'https://api.porichoybd.com/api/kyc/test-nid-person',
                'autofill' => 'https://api.porichoybd.com/api/kyc/test-nid-person-values',
                'fatchmatch' => 'https://api.porichoybd.com/api/kyc/test-nid-person-values-image-match',
            ]
        ]
    ],
];
```

Usage
-----

[](#usage)

```
$porichoy = new Monowarfs\PorichoyBD();
echo $porichoy->basic('{
"person_dob": "YYYY-MM-DD",
"national_id": "XXXXXXXXXX",
}');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Monowar Hossain](https://github.com/monowarfs)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

3

Last Release

1556d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/22fad2dfbeefb5d5c26eb1e299e703e8beea568b732a55520d5fd93d289a6a28?d=identicon)[monowarfs](/maintainers/monowarfs)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (11 commits)")[![monowarfs](https://avatars.githubusercontent.com/u/64949519?v=4)](https://github.com/monowarfs "monowarfs (2 commits)")

---

Tags

laravelmonowarfsporichoybd

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/monowarfs-porichoybd/health.svg)

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

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.0k7.8M57](/packages/dedoc-scramble)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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