PHPackages                             bacanu/blwrap - 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. bacanu/blwrap

ActiveLibrary[API Development](/categories/api)

bacanu/blwrap
=============

A very light utility class for the Bricklink API

v1.0.0(10y ago)2157MITPHPPHP &gt;=5.5.9

Since Dec 29Pushed 10y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

\#BLWrap

A very thin class that helps you make requests to the BrickLink API

The heavy lifting is done by `guzzlehttp/guzzle` and `guzzlehttp/oauth-subscriber`.
If you just want a simple way to make and sign request, you can use the above two packages and skip `blwrap` entirely.

\##Installation

```
composer require bacanu/blwrap

```

\##Usage

\###GET request

```
$config = [
        "consumerKey" => "[replace]",
        "consumerSecret" => "[replace]",
        "tokenValue" => "[replace]",
        "tokenSecret" => "[replace]",
];
$bl = new Client($config);

$result = $bl->execute('get', 'inventories/1');

//OR if you want request parameters

$result = $bl->execute('get', 'orders', [
    "direction" => "in",
    "filed" = "false"
]);

```

\###POST, PUT, DELETE requests

```
$config = [
        "consumerKey" => "[replace]",
        "consumerSecret" => "[replace]",
        "tokenValue" => "[replace]",
        "tokenSecret" => "[replace]",
];
$bl = new Client($config);

$result = $bl->execute('put', 'inventories/1', [
    "quantity" => "+2"
]);

```

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3883d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1362133?v=4)[Cosmin Bacanu](/maintainers/bacanu)[@bacanu](https://github.com/bacanu)

---

Top Contributors

[![bacanu](https://avatars.githubusercontent.com/u/1362133?v=4)](https://github.com/bacanu "bacanu (3 commits)")

### Embed Badge

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

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

###  Alternatives

[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k54](/packages/neuron-core-neuron-ai)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)[volcengine/volcengine-php-sdk

119.5k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

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