PHPackages                             wrapit/php-sdk - 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. wrapit/php-sdk

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

wrapit/php-sdk
==============

WrapIt SDK for PHP

0.1.4(8y ago)027[1 issues](https://github.com/WrapItDev/php-sdk/issues)MITPHPPHP ^5.4|^7.0

Since Aug 15Pushed 8y ago2 watchersCompare

[ Source](https://github.com/WrapItDev/php-sdk)[ Packagist](https://packagist.org/packages/wrapit/php-sdk)[ Docs](https://github.com/WrapItDev/php-sdk)[ RSS](/packages/wrapit-php-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (3)Versions (8)Used By (0)

WrapIt SDK for PHP
==================

[](#wrapit-sdk-for-php)

[![Build Status](https://camo.githubusercontent.com/dfdb403466a8f68ae36422b8f99c145188086d04a590654a1efa508e05905c7f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5772617049744465762f7068702d73646b2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WrapItDev/php-sdk/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/fad2a198bc016ac5259f38dc14e8784f3bc65fcc185345ec19a8e0854f854384/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5772617049744465762f7068702d73646b2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WrapItDev/php-sdk/?branch=master)[![Packagist](https://camo.githubusercontent.com/fc70315a06974b4ffc1aaada4fd437a166b4514f50eb9ce04e34abc6be8cf223/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7772617069742f7068702d73646b2e737667)](https://packagist.org/packages/wrapit/php-sdk)

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

[](#installation)

The WrapIt SDK can be installed with [Composer](https://getcomposer.org/). Run this command:

```
composer require wrapit/php-sdk
```

Usage
-----

[](#usage)

Simple GET example to get data of a user profile

```
$wi = new \WrapIt\WrapIt([
    'domain' => '{domain}',
    'client_id' => '{client-id}',
    'client_secret' => '{client-secret}'
]);

// Use the LoginHelper to get an AccessToken

$userhelper = new \WrapIt\Helpers\WrapItUserHelper($wi, "{access-token}");

try {
    // Get data from the /people/me api
    $user = $userhelper->getUserData("me");
} catch (\WrapIt\Exceptions\WrapItResponseException $e) {
    echo 'The API returned an error: ' . $e->getMessage();
    exit;
}

echo 'Logged in as ' . $user["name"];
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.9% 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 ~25 days

Recently: every ~38 days

Total

7

Last Release

3091d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6043073?v=4)[Bence Skorka](/maintainers/skorkabence)[@SkorkaBence](https://github.com/SkorkaBence)

---

Top Contributors

[![SkorkaBence](https://avatars.githubusercontent.com/u/6043073?v=4)](https://github.com/SkorkaBence "SkorkaBence (88 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wrapit-php-sdk/health.svg)

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

PHPackages © 2026

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