PHPackages                             inteleon/decidas-client - 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. inteleon/decidas-client

ActiveLibrary

inteleon/decidas-client
=======================

Decidas Client

v1.0.2(7y ago)118.5k2MITPHPPHP &gt;=5.3.0

Since Feb 3Pushed 7y ago18 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

Decidas Client
==============

[](#decidas-client)

For making requests to Decidas webservice. This package is currently build only for looking up person data by a personnummer. You need an account for Decidas and a product configured for this (ConfigID).

You should read the manual for the webservice to have a basic understanding of how it works.

Person data by personnummer
---------------------------

[](#person-data-by-personnummer)

Get person data for a swedish personnummer.

```
//Create client
$username = ''; //Decidas username
$password = ''; //Decidas password
$connect_timeout = 5000; //Connect timeout in ms
$timeout = 5000; //Timeout in ms
$connect_attempts = 1; //Reconnect attempts if connection is failed
$verify_certificate = true; //Verify the SSL certificate
$cache_wsdl = true; //Cache the WSDL file
$decidas = new \Inteleon\Decidas\Client($username, $password, $connect_timeout, $timeout, $connect_attempts, $verify_certificate, $cache_wsdl);

//Person search
$confignr = ''; //Decidas Config number/id
$personnr = ''; //Personnummer
$person = $decidas->personSearch($personnr, $confignr);
```

If a person is found `$person` is an array with the keys: `[PersonNr, LastName, FirstName, GivenName, AddressCo, AddressFo, AddressStreet, AddressZip, AddressCity]`

If no person is found `$person` is `false`

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 73.3% 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 ~755 days

Total

3

Last Release

2611d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/5d0f19b7336bfe912f118ac6acd6dcd0e0830f16d622a14fa5b967b2c9844c34?d=identicon)[andtyl](/maintainers/andtyl)

---

Top Contributors

[![andtyl](https://avatars.githubusercontent.com/u/4342175?v=4)](https://github.com/andtyl "andtyl (22 commits)")[![dlnilsson](https://avatars.githubusercontent.com/u/1218385?v=4)](https://github.com/dlnilsson "dlnilsson (7 commits)")[![jarnheimer](https://avatars.githubusercontent.com/u/1903647?v=4)](https://github.com/jarnheimer "jarnheimer (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/inteleon-decidas-client/health.svg)

```
[![Health](https://phpackages.com/badges/inteleon-decidas-client/health.svg)](https://phpackages.com/packages/inteleon-decidas-client)
```

PHPackages © 2026

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