PHPackages                             petermartinez/blockscore-php - 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. petermartinez/blockscore-php

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

petermartinez/blockscore-php
============================

Blockscore.com PHP SDK, Forked from https://github.com/BlockScore/blockscore-php

0.0.1(11y ago)0363PHP

Since Feb 28Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

blockscore-php
==============

[](#blockscore-php)

This is the official library for PHP clients of the BlockScore API. [Click here to read the full documentation](https://manage.blockscore.com/docs).

Dependencies
------------

[](#dependencies)

PHP 5.2+ w/ fopen wrapper and SSL extensions enabled

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

[](#getting-started)

### Initializing BlockScore

[](#initializing-blockscore)

```
require_once('blockscore.class.php');
$blockscore = new blockscore(YOUR_API_KEY);
```

Verifications
-------------

[](#verifications)

### Create a new verification

[](#create-a-new-verification)

```
$VerifyResult = $blockscore->Blockscore_Verification($name, $dob, $documentNum, $documentType,
  $address, $telephone, $ip, $note);
```

Question Sets
-------------

[](#question-sets)

### Create a new question set

[](#create-a-new-question-set)

```
$QuestionSet = $blockscore->QuestionSet();
```

### Score a question set

[](#score-a-question-set)

```
$QuestionResults = $blockscore->CheckQuestionAnswers(array($answers));
```

Examples
--------

[](#examples)

Please see `examples.php` for more information.

Credit
------

[](#credit)

Many thanks to FusionCash, Inc's Tyler Derheim for creating the initial PHP library!

Contributing to BlockScore
--------------------------

[](#contributing-to-blockscore)

- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
- Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
- Fork the project.
- Start a feature/bugfix branch.
- Commit and push until you are happy with your contribution.
- Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
- Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright
---------

[](#copyright)

Copyright (c) 2014 BlockScore. See `LICENSE.txt` for further details.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.2% 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

4097d ago

### Community

Maintainers

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

---

Top Contributors

[![bayareamarketing](https://avatars.githubusercontent.com/u/6959376?v=4)](https://github.com/bayareamarketing "bayareamarketing (12 commits)")[![alainmeier](https://avatars.githubusercontent.com/u/138621?v=4)](https://github.com/alainmeier "alainmeier (8 commits)")[![barofsoap](https://avatars.githubusercontent.com/u/3084012?v=4)](https://github.com/barofsoap "barofsoap (2 commits)")[![mrmarkfrench](https://avatars.githubusercontent.com/u/865255?v=4)](https://github.com/mrmarkfrench "mrmarkfrench (1 commits)")

### Embed Badge

![Health badge](/badges/petermartinez-blockscore-php/health.svg)

```
[![Health](https://phpackages.com/badges/petermartinez-blockscore-php/health.svg)](https://phpackages.com/packages/petermartinez-blockscore-php)
```

###  Alternatives

[balbuf/drupal-libraries-installer

Install Drupal libraries via a simple listing in your composer.json file

13223.4k1](/packages/balbuf-drupal-libraries-installer)[edgaras/strsim

Collection of string similarity and distance algorithms in PHP including Levenshtein, Damerau-Levenshtein, Jaro-Winkler, and more

2423.0k](/packages/edgaras-strsim)

PHPackages © 2026

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