PHPackages                             capsphere/experian-php-core - 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. capsphere/experian-php-core

ActiveLibrary

capsphere/experian-php-core
===========================

Capsphere Experian PHP core package

v1.0.3(1y ago)0347↑900%MITPHPPHP ^7.4|^8.0

Since Dec 17Pushed 1y agoCompare

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

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

capsphere/experian
==================

[](#capsphereexperian)

Getting Started
---------------

[](#getting-started)

#### Environment

[](#environment)

Make sure to have a `.vscode` folder with a `launch.json` file corresponding to the below for debugging:

```
{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Listen for Xdebug",
            "type": "php",
            "request": "launch",
            "port": 9003,
            "pathMappings": {
                "C:\\$PATH_TO_WORKSPACE": "${workspaceFolder}"
            }
        }
    ]
}

```

### Dependencies

[](#dependencies)

Make sure you're on PHP 7.4 or 8, and that you have PHPUnit as a dependency.

```
composer update
composer install

```

If you are trying to import the dependency into your codebase, make sure you create a Pesonal Access Token (PAT) on github. Copy the value and type:

```
composer config --global --auth github-oauth.github.com

```

Add the following to your composer.json:

```
{
    "require": {
        "capsphere/experian": "dev-master"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:capsphere/experian.git"
        }
    ]
}

```

### Running Tests

[](#running-tests)

To run the unit tests, type this in the console:

```
.\vendor\bin\phpunit .\tests

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance44

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~11 days

Total

4

Last Release

474d ago

### Community

Maintainers

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

---

Top Contributors

[![MosharofAlAhsan](https://avatars.githubusercontent.com/u/162078238?v=4)](https://github.com/MosharofAlAhsan "MosharofAlAhsan (4 commits)")[![ourandy](https://avatars.githubusercontent.com/u/40545993?v=4)](https://github.com/ourandy "ourandy (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/capsphere-experian-php-core/health.svg)

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

###  Alternatives

[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k48.1M234](/packages/api-platform-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[api-platform/symfony

Symfony API Platform integration

323.2M67](/packages/api-platform-symfony)[api-platform/serializer

API Platform core Serializer

223.4M31](/packages/api-platform-serializer)[web-auth/webauthn-lib

FIDO2/Webauthn Support For PHP

1195.3M72](/packages/web-auth-webauthn-lib)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)

PHPackages © 2026

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