PHPackages                             mnastalski/baselinker-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. mnastalski/baselinker-php

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

mnastalski/baselinker-php
=========================

Base.com (formerly BaseLinker) PHP library

v2.3.0(6mo ago)1530.4k—1.4%12MITPHPPHP ^8.1CI passing

Since Sep 29Pushed 6mo ago3 watchersCompare

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

READMEChangelog (10)Dependencies (3)Versions (28)Used By (0)

Base.com PHP library
====================

[](#basecom-php-library)

PHP wrapper for [base.com](https://base.com/) (formerly [BaseLinker](https://baselinker.com/)).

Requirements
------------

[](#requirements)

- PHP &gt;=8.1

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

[](#installation)

```
composer require mnastalski/baselinker-php
```

Usage
-----

[](#usage)

### Creating an instance

[](#creating-an-instance)

```
use Baselinker\Baselinker;

$baselinker = new Baselinker('[API token]');
```

### Creating a request

[](#creating-a-request)

```
$response = $baselinker->orders()->getOrders([
    'date_from' => 1609506671,
    'get_unconfirmed_orders' => true,
]);

$response->toArray();

/*
    [
        'status' => 'SUCCESS',
        'orders' => [
            [
                    'order_id' => '123456',
                    ...
            ],
            ...
        ]
    ]
*/

$orders = $response->getParameter('orders');

/*
    [
        [
                'order_id' => '123456',
                ...
        ],
        ...
    ]
*/
```

API Documentation
-----------------

[](#api-documentation)

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance68

Regular maintenance activity

Popularity40

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 96.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

Every ~71 days

Recently: every ~26 days

Total

27

Last Release

194d ago

Major Versions

v0.10.2 → v1.0.02024-12-08

v1.4.0 → v2.0.02025-09-12

PHP version history (2 changes)v0.0.1PHP &gt;=7.1.3

v1.0.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![mnastalski](https://avatars.githubusercontent.com/u/10223434?v=4)](https://github.com/mnastalski "mnastalski (102 commits)")[![Desseres](https://avatars.githubusercontent.com/u/4050097?v=4)](https://github.com/Desseres "Desseres (1 commits)")[![kkraszy](https://avatars.githubusercontent.com/u/7765867?v=4)](https://github.com/kkraszy "kkraszy (1 commits)")[![KrzysztofNiekrasz](https://avatars.githubusercontent.com/u/137209039?v=4)](https://github.com/KrzysztofNiekrasz "KrzysztofNiekrasz (1 commits)")[![pcassis](https://avatars.githubusercontent.com/u/1944826?v=4)](https://github.com/pcassis "pcassis (1 commits)")

---

Tags

basebasecombaselinkerphpbasebaselinkerbasecom

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/mnastalski-baselinker-php/health.svg)

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

###  Alternatives

[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[aza/math

AzaMath - Anizoptera CMF mathematic component. Arbitrary precision arithmetic (for huge integers; BCMath wrapper) and universal convertor between positional numeral systems (supported bases from 2 to 62 inclusive, and systems with custom alphabet; pure PHP realisation, can use GMP and core PHP functions for speed optimization).

1921.9k1](/packages/aza-math)[thunderer/numbase

Convert any number between arbitrary bases

242.3k](/packages/thunderer-numbase)

PHPackages © 2026

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