PHPackages                             laraditz/experian - 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. laraditz/experian

ActiveLibrary

laraditz/experian
=================

A simple laravel package for Experian.

1.0.1(2y ago)0791MITPHPPHP ^8.1

Since May 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/laraditz/experian)[ Packagist](https://packagist.org/packages/laraditz/experian)[ Docs](https://github.com/laraditz/experian)[ RSS](/packages/laraditz-experian/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

Laravel Experian
================

[](#laravel-experian)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9b779eeabeb11a72766bd422cd6d314d51060b047c30774c1ab04cc1eb99891d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6172616469747a2f657870657269616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laraditz/experian)[![Total Downloads](https://camo.githubusercontent.com/633d8987b455ec5b8f093f807e53a95fb32345c9822f2db40b70eeef0dfee6f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6172616469747a2f657870657269616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laraditz/experian)[![GitHub Actions](https://github.com/laraditz/experian/actions/workflows/main.yml/badge.svg)](https://github.com/laraditz/experian/actions/workflows/main.yml/badge.svg)

A simple laravel package for Experian B2B Web Service.

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

[](#installation)

You can install the package via composer:

```
composer require laraditz/experian
```

Before Start
------------

[](#before-start)

Configure your variables in your `.env` (recommended) or you can publish the config file and change it there.

```
EXPERIAN_VENDOR=
EXPERIAN_USERNAME=
EXPERIAN_PASSWORD=

```

(Optional) You can publish the config file via this command:

```
php artisan vendor:publish --provider="Laraditz\Experian\ExperianServiceProvider" --tag="config"
```

Run the migration command to create the necessary database table.

```
php artisan migrate
```

Available Methods
-----------------

[](#available-methods)

Below are all methods available under this package.

- `ccrisSearch(string $name, string $id, string $dob, ?string $country, ?string $id2, ?string $phone, ?string $email, ?string $address)`
    - At least one of `phone`, `email`, `address` must be present.
    - `id` argument is for New IC or Passport No.
    - `id2` argument is for old IC or Poice ID.
    - IC format XXXXXX-XX-XXXX.
    - `dob` format YYYY-MM-DD.
    - `country` default to MY.
- `checkProcessingReport(string $refNo)`
- `getRecord(string $refNo)`

Usage
-----

[](#usage)

### Search CCRIS

[](#search-ccris)

```
// Using service container
$experian = app('experian')->ccrisSearch(
            name: "Ali bin Ahmad",
            id: "92XXXX-XX-XXXX",
            dob: "YYYY-MM-DD",
            phone: "012XXXXXXX"
        );

// Using facade
$experian = \Experian::ccrisSearch(
            name: "Ali bin Ahmad",
            id: "92XXXX-XX-XXXX",
            dob: "YYYY-MM-DD",
            phone: "012XXXXXXX"
        );
```

### 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)

- [Raditz Farhan](https://github.com/laraditz)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Every ~2 days

Total

2

Last Release

1086d ago

PHP version history (2 changes)1.0.0PHP ^7.4|^8.0

1.0.1PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1203676?v=4)[Raditz Farhan](/maintainers/raditzfarhan)[@raditzfarhan](https://github.com/raditzfarhan)

---

Top Contributors

[![raditzfarhan](https://avatars.githubusercontent.com/u/1203676?v=4)](https://github.com/raditzfarhan "raditzfarhan (24 commits)")

---

Tags

laraditzexperian

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laraditz-experian/health.svg)

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

###  Alternatives

[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)[kerigard/laravel-lang-ru

Ru lang for Laravel

2116.8k](/packages/kerigard-laravel-lang-ru)

PHPackages © 2026

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