PHPackages                             ratsit/ratsit - 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. ratsit/ratsit

ActiveLibrary[API Development](/categories/api)

ratsit/ratsit
=============

Library for implementing Ratsit API - Personal data search

76PHP

Since Aug 28Pushed 12y ago1 watchersCompare

[ Source](https://github.com/pontusab/Ratsit)[ Packagist](https://packagist.org/packages/ratsit/ratsit)[ RSS](/packages/ratsit-ratsit/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

Follow these steps:

- Get your api-key by contact Ratsit [http://www.ratsit.se/Content/API\_Webservice.aspx](http://www.ratsit.se/Content/API_Webservice.aspx)
- [Download the latest release](https://github.com/pontusab/Ratsit/archive/master.zip).
- Clone the repo: `git clone git://github.com/pontusab/Ratsit.git`.
- Install via Composer in your project: `curl -s http://getcomposer.org/installer | php`
- Install Ratsit: `php composer.phar install`
- Autoload Ratsit:

```
require 'vendor/autoload.php';

use Ratsit\Ratsit as Ratsit;

Ratsit::$service  = 'GetPersonInformationPackage';
Ratsit::$apiKey   = '';
Ratsit::$packages = 'small 1';

$Ratsit = new Ratsit;

$response = $Ratsit->searchPerson('personal number');

print_r( $response );

```

Authors
-------

[](#authors)

**Pontus Abrahamsson**

-
-

Copyright and license
---------------------

[](#copyright-and-license)

Copyright 2013 Pontus Abrahamsson.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/655158?v=4)[Pontus Abrahamsson](/maintainers/pontusab)[@pontusab](https://github.com/pontusab)

---

Top Contributors

[![pontusab](https://avatars.githubusercontent.com/u/655158?v=4)](https://github.com/pontusab "pontusab (1 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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