PHPackages                             jcbl/booliwrapper - 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. jcbl/booliwrapper

ActiveLibrary[API Development](/categories/api)

jcbl/booliwrapper
=================

A lightweight API wrapper for the Booli API written in PHP.

1.0.1(8y ago)2261MITPHPPHP &gt;=5.6

Since Sep 30Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/jlilja/Booli-php-wrapper)[ Packagist](https://packagist.org/packages/jcbl/booliwrapper)[ RSS](/packages/jcbl-booliwrapper/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (7)Versions (4)Used By (0)

Booli API wrapper
=================

[](#booli-api-wrapper)

A lightweight API wrapper for the Booli API written in PHP.

[![Build Status](https://camo.githubusercontent.com/f8f0731d07781c0b6b6aa0eeead3ebefd66b72733615ddc2ccc5a75c02afa1ad/68747470733a2f2f7472617669732d63692e6f72672f6a6c696c6a612f426f6f6c692d7068702d777261707065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jlilja/Booli-php-wrapper)

Installing
----------

[](#installing)

```
composer require jcbl/booliwrapper

```

Basic usage
-----------

[](#basic-usage)

Initialize a new instance of the Booli wrapper class. Provide your key and caller id. I prefer to do it with .env.

```
require_once __DIR__ . '/vendor/autoload.php';

use Jcbl\Booliwrapper\Booli;
use Dotenv\Dotenv;

$dotenv = new Dotenv(__DIR__);
$dotenv->load();

$booli = new Booli(getenv('CALLER_ID'), getenv('API_KEY'));

```

After that you can make listing calls like this.

```
$listingAll = $booli->listing()->all([
    'q' => 'stockholm',
    'limit' => 3,
    'filters' => [
        'maxListPrice' => 2000000
    ]
]);

$listingSingle = $booli->listing()->single(BOOLI_ID);

echo $listingAll;
echo $listingSingle;

```

To apply filters, pass filters as a second argument as an associative array. The get method accesses the response property, returning a json response.

Available methods
-----------------

[](#available-methods)

EndpointMethod namelistingslisting()-&gt;all()listingslisting()-&gt;single()soldsold()-&gt;all()soldsold()-&gt;single()areaarea()-&gt;get()

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance41

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~1 days

Total

2

Last Release

3147d ago

PHP version history (2 changes)1.0PHP ^7.0

1.0.1PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/920519b32f5a616a915cb1ef411b8ce195cf90a1def807ba00faffab28017cff?d=identicon)[jcbl](/maintainers/jcbl)

---

Top Contributors

[![jlilja](https://avatars.githubusercontent.com/u/6105119?v=4)](https://github.com/jlilja "jlilja (82 commits)")

---

Tags

apibooliphpwrapperapiwrapperBooli

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[gabrielbull/ups-api

PHP UPS API

4642.4M10](/packages/gabrielbull-ups-api)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[walle89/swedbank-json

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.

752.5k](/packages/walle89-swedbank-json)[lasserafn/laravel-economic

Economic REST wrapper for Laravel

1118.5k](/packages/lasserafn-laravel-economic)[sysmoh/nextcloud-api-wrapper

A simple wrapper around nextcloud user provisioning api

177.3k2](/packages/sysmoh-nextcloud-api-wrapper)[lasserafn/php-dinero

Dinero REST wrapper for PHP

115.2k](/packages/lasserafn-php-dinero)

PHPackages © 2026

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